Shades of Careys Pink #D09EAA
Tints of Careys Pink #D09EAA
RGB
CMYK
RGB Variations
Color information
#D09EAA (or 0xD09EAA) is known color: Careys Pink. HEX triplet: D0, 9E and AA. RGB value is (208,158,170). Sum of RGB (Red+Green+Blue) = 208+158+170=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D09EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09EAA is #2F6155. Grayscale: #AEAEAE. Windows color (decimal): -3105110 or 11181776. OLE color: 11181776.
HSL color Cylindrical-coordinate representation of color #D09EAA: hue angle of 345.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09EAA is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 170 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.18 |
| HSL | 345.6º | 0.35% | 0.72% | - |
| HSV(B) | 345.6º | 0.24% | 0.82% | - |
| XYZ | 45.49 | 40.77 | 43.5 | - |
| YUV | 174.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 170 | 0 | 0.24 | 0.18 | 0.18 | 345.6 | 0.35 | 0.72 |
| Hex | D0 | 9E | AA | 0 | 18 | 12 | 12 | 15A | 23 | 48 |
| Octal | 320 | 236 | 252 | 0 | 30 | 22 | 22 | 532 | 43 | 110 |
| Binary | 11010000 | 10011110 | 10101010 | 0 | 11000 | 10010 | 10010 | 101011010 | 100011 | 1001000 |
Color Harmonies of #D09EAA
Complementary color
Monochromatic Colors of #D09EAA
Black with #D09EAA
Text Example
Text Example
White with #D09EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EAA; }
p { color: rgb(208,158,170); }
H1.HeaderClassName
{
color: #D09EAA;
}
.AnyTagClassName
{
color: #D09EAA;
}
</style>
background-color css
<style>
a { background-color: #D09EAA; }
a { background-color: rgb(208,158,170); }
div.DivClassName
{
background-color: #D09EAA;
}
.BgClassName
{
background-color: #D09EAA;
}
</style>
border-color css
<style>
span { border-color: #D09EAA; }
span { border-color: rgb(208,158,170); }
td.TdClassName
{
border-color: #D09EAA;
}
.TagClassName
{
border-color: #D09EAA;
}
</style>