COLOR #D05E9C

HEX: #D05E9C
RGB: (208,94,156)

Color info

#D05E9C contains mainly red and blue colors. Web safe color of #D05E9C is #CC6699 (or #C69).

RGB color model

#D05E9C color RGB value is (208,94,156).

  • red value is 208;
  • green value is 94;
  • blue value is 156.
RGB:
(208,94,156)
(82%,37%,61%)

RGB channels and saturation

R 208 of 255 = 82%
G 94 of 255 = 37%
B 156 of 255 = 61%

208
94
156

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

Portions of RGB colors in percentages

R + G + B =
208 + 94 + 156 = 458 (100%)
R 208 of 458 ~ 45.41%
G 94 of 458 ~ 20.52%
B 156 of 458 ~ 34.06%

%45.41
%20.52
%34.06

CMYK color model

#D05E9C color CMYK value is (0,55,25,18).

  • cyan value is 0.00%
  • magenta value is 54.81%
  • yellow value is 25.00%
  • key color value is 18.43%
CMYK:
(0,55,25,18)
C0M55Y25K18 
(0%,55%,25%,18%)
(0.00/0.55/0.25/0.18)	

CMYK percentages

%0
%54.81
%25
%18.43

Codes

Color #D05E9C in popluar color models

D05E9C
RGB20894156
HSL327°54.81%59.22%
HSB/HSV327°54.81%81.57%
CMYK0.00%54.81%25.00%
18.43%

Color #D05E9C in popluar number systems.

HEXD05E9C
Decimal20894156
Binary11010000101111010011100
Octal320136234

Shades and tints

Shades of #D05E9C

#D05E9C
(208,94,156)
#BE568E
(190,86,142)
#AC4E80
(172,78,128)
#9A4672
(154,70,114)
#883E64
(136,62,100)
#763656
(118,54,86)
#642E48
(100,46,72)
#52263A
(82,38,58)
#401E2C
(64,30,44)
#2E161E
(46,22,30)
#1C0E10
(28,14,16)
#000000
(0,0,0)

Tints of #D05E9C

#D05E9C
(208,94,156)
#D46CA5
(212,108,165)
#D87AAE
(216,122,174)
#DC88B7
(220,136,183)
#E096C0
(224,150,192)
#E4A4C9
(228,164,201)
#E8B2D2
(232,178,210)
#ECC0DB
(236,192,219)
#F0CEE4
(240,206,228)
#F4DCED
(244,220,237)
#F8EAF6
(248,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05E9C color. Also use rgb(208,94,156) instead hex code.

Text Font Color

.myTextColor { color: #D05E9C; }

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

This text font color is #D05E9C.


Background Color

.myBgColor { background-color: #D05E9C; }

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

This div background color is #D05E9C.


Border color

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

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

This div border color is #D05E9C.


Opacity

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

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

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

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

This text has shadow with #D05E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05E9C on black background.


Color preview on white background

This text has color #D05E9C on white background.



Black color preview on #D05E9C background

This text has black color on #D05E9C background.


White color preview on #D05E9C background

This text has white color on #D05E9C background.