COLOR #D06D99

HEX: #D06D99
RGB: (208,109,153)

Color info

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

RGB color model

#D06D99 color RGB value is (208,109,153).

  • red value is 208;
  • green value is 109;
  • blue value is 153.
RGB:
(208,109,153)
(82%,43%,60%)

RGB channels and saturation

R 208 of 255 = 82%
G 109 of 255 = 43%
B 153 of 255 = 60%

208
109
153

R + G + B ~ 62%. #D06D99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 109 + 153 = 470 (100%)
R 208 of 470 ~ 44.26%
G 109 of 470 ~ 23.19%
B 153 of 470 ~ 32.55%

%44.26
%23.19
%32.55

CMYK color model

#D06D99 color CMYK value is (0,48,26,18).

  • cyan value is 0.00%
  • magenta value is 47.60%
  • yellow value is 26.44%
  • key color value is 18.43%
CMYK:
(0,48,26,18)
C0M48Y26K18 
(0%,48%,26%,18%)
(0.00/0.48/0.26/0.18)	

CMYK percentages

%0
%47.6
%26.44
%18.43

Codes

Color #D06D99 in popluar color models

D06D99
RGB208109153
HSL333°51.30%62.16%
HSB/HSV333°47.60%81.57%
CMYK0.00%47.60%26.44%
18.43%

Color #D06D99 in popluar number systems.

HEXD06D99
Decimal208109153
Binary11010000110110110011001
Octal320155231

Shades and tints

Shades of #D06D99

#D06D99
(208,109,153)
#BE648C
(190,100,140)
#AC5B7F
(172,91,127)
#9A5272
(154,82,114)
#884965
(136,73,101)
#764058
(118,64,88)
#64374B
(100,55,75)
#522E3E
(82,46,62)
#402531
(64,37,49)
#2E1C24
(46,28,36)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #D06D99

#D06D99
(208,109,153)
#D47AA2
(212,122,162)
#D887AB
(216,135,171)
#DC94B4
(220,148,180)
#E0A1BD
(224,161,189)
#E4AEC6
(228,174,198)
#E8BBCF
(232,187,207)
#ECC8D8
(236,200,216)
#F0D5E1
(240,213,225)
#F4E2EA
(244,226,234)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06D99 color. Also use rgb(208,109,153) instead hex code.

Text Font Color

.myTextColor { color: #D06D99; }

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

This text font color is #D06D99.


Background Color

.myBgColor { background-color: #D06D99; }

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

This div background color is #D06D99.


Border color

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

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

This div border color is #D06D99.


Opacity

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

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

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

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

This text has shadow with #D06D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06D99 on black background.


Color preview on white background

This text has color #D06D99 on white background.



Black color preview on #D06D99 background

This text has black color on #D06D99 background.


White color preview on #D06D99 background

This text has white color on #D06D99 background.