COLOR #D11E63

HEX: #D11E63
RGB: (209,30,99)

Renk bilgisi

#D11E63 contains mainly red color. #D11E63 ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#D11E63 color RGB value is (209,30,99).

  • kırmız ton 209;
  • yeşil ton 30;
  • mavi ton 99.
RGB:
(209,30,99)
(82%,12%,39%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 30 of 255 = 12%
B 99 of 255 = 39%

209
30
99

R + G + B ~ 44%. #D11E63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 30 + 99 = 338 (100%)
R 209 of 338 ~ 61.83%
G 30 of 338 ~ 8.88%
B 99 of 338 ~ 29.29%

%61.83
%29.29

CMYK RENK MODELİ

#D11E63 rengi CMYK tonu (0,86,53,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 85.65%
  • sarı tonu 52.63%
  • ana renk tonu 18.04%
CMYK:
(0,86,53,18)
C0M86Y53K18 
(0%,86%,53%,18%)
(0.00/0.86/0.53/0.18)	

CMYK yüzdeleri

%0
%85.65
%52.63
%18.04

Codes

Color #D11E63 in popluar color models

D11E63
RGB2093099
HSL337°74.90%46.86%
HSB/HSV337°85.65%81.96%
CMYK0.00%85.65%52.63%
18.04%

Color #D11E63 in popluar number systems.

HEXD11E63
Decimal2093099
Binary11010001111101100011
Octal32136143

Shades and tints

Shades of #D11E63

#D11E63
(209,30,99)
#BE1C5A
(190,28,90)
#AB1A51
(171,26,81)
#981848
(152,24,72)
#85163F
(133,22,63)
#721436
(114,20,54)
#5F122D
(95,18,45)
#4C1024
(76,16,36)
#390E1B
(57,14,27)
#260C12
(38,12,18)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #D11E63

#D11E63
(209,30,99)
#D53271
(213,50,113)
#D9467F
(217,70,127)
#DD5A8D
(221,90,141)
#E16E9B
(225,110,155)
#E582A9
(229,130,169)
#E996B7
(233,150,183)
#EDAAC5
(237,170,197)
#F1BED3
(241,190,211)
#F5D2E1
(245,210,225)
#F9E6EF
(249,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D11E63 color. Also use rgb(209,30,99) instead hex code.

Text Font Color

.myTextColor { color: #D11E63; }

<p style="color:#D11E63">This sample text font color is #D11E63.</p>

This text font color is #D11E63.


Background Color

.myBgColor { background-color: #D11E63; }

<div style="background-color:#D11E63">Inner text</div>

This div background color is #D11E63.


Border color

.myBorderColor { border: 1px solid #D11E63; }

<div style="border:3px solid #D11E63">Div</div>

This div border color is #D11E63.


Opacity

.myOpacity80 { color: #D11E63; opacity: 0.8; }

<p style="color:#D11E63;opacity:0.8;">80%</p>

Text with #D11E63 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D11E63;}

<p style="text-shadow: 3px 3px 1px #D11E63">Text here.</p>

This text has shadow with #D11E63 color.

.textShadow {text-shadow: 3px 3px 1px #D11E63, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D11E63, 5px 5px 20px red">Text here.</p>

This text has shadow with #D11E63 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D11E63, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D11E63, Direction=45, Strength=4)">Text</p>

This text has shadow with #D11E63 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D11E63;
  -webkit-box-shadow:	1px 1px 3px 2px #D11E63;
  box-shadow:		1px 1px 3px 2px #D11E63;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D11E63;
-webkit-box-shadow: 1px 1px 3px 2px #D11E63;
box-shadow:1px 1px 3px 2px #D11E63;">
Div content here</div>
This div box has shadow with color #D11E63.

Preview

Color preview on black background

This text has color #D11E63 on black background.


Color preview on white background

This text has color #D11E63 on white background.



Black color preview on #D11E63 background

This text has black color on #D11E63 background.


White color preview on #D11E63 background

This text has white color on #D11E63 background.