COLOR #D11279

HEX: #D11279
RGB: (209,18,121)

Color info

#D11279 contains mainly red color. Web safe color of #D11279 is #CC0066 (or #C06).

RGB color model

#D11279 color RGB value is (209,18,121).

  • red value is 209;
  • green value is 18;
  • blue value is 121.
RGB:
(209,18,121)
(82%,7%,47%)

RGB channels and saturation

R 209 of 255 = 82%
G 18 of 255 = 7%
B 121 of 255 = 47%

209
18
121

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

Portions of RGB colors in percentages

R + G + B =
209 + 18 + 121 = 348 (100%)
R 209 of 348 ~ 60.06%
G 18 of 348 ~ 5.17%
B 121 of 348 ~ 34.77%

%60.06
%34.77

CMYK color model

#D11279 color CMYK value is (0,91,42,18).

  • cyan value is 0.00%
  • magenta value is 91.39%
  • yellow value is 42.11%
  • key color value is 18.04%
CMYK:
(0,91,42,18)
C0M91Y42K18 
(0%,91%,42%,18%)
(0.00/0.91/0.42/0.18)	

CMYK percentages

%0
%91.39
%42.11
%18.04

Codes

Color #D11279 in popluar color models

D11279
RGB20918121
HSL328°84.14%44.51%
HSB/HSV328°91.39%81.96%
CMYK0.00%91.39%42.11%
18.04%

Color #D11279 in popluar number systems.

HEXD11279
Decimal20918121
Binary11010001100101111001
Octal32122171

Shades and tints

Shades of #D11279

#D11279
(209,18,121)
#BE116E
(190,17,110)
#AB1063
(171,16,99)
#980F58
(152,15,88)
#850E4D
(133,14,77)
#720D42
(114,13,66)
#5F0C37
(95,12,55)
#4C0B2C
(76,11,44)
#390A21
(57,10,33)
#260916
(38,9,22)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #D11279

#D11279
(209,18,121)
#D52785
(213,39,133)
#D93C91
(217,60,145)
#DD519D
(221,81,157)
#E166A9
(225,102,169)
#E57BB5
(229,123,181)
#E990C1
(233,144,193)
#EDA5CD
(237,165,205)
#F1BAD9
(241,186,217)
#F5CFE5
(245,207,229)
#F9E4F1
(249,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D11279 color. Also use rgb(209,18,121) instead hex code.

Text Font Color

.myTextColor { color: #D11279; }

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

This text font color is #D11279.


Background Color

.myBgColor { background-color: #D11279; }

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

This div background color is #D11279.


Border color

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

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

This div border color is #D11279.


Opacity

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

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

Text with #D11279 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 #D11279;}

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

This text has shadow with #D11279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D11279 on black background.


Color preview on white background

This text has color #D11279 on white background.



Black color preview on #D11279 background

This text has black color on #D11279 background.


White color preview on #D11279 background

This text has white color on #D11279 background.