Shades of Careys Pink #D09AA8
Tints of Careys Pink #D09AA8
RGB
CMYK
RGB Variations
Color information
#D09AA8 (or 0xD09AA8) is known color: Careys Pink. HEX triplet: D0, 9A and A8. RGB value is (208,154,168). Sum of RGB (Red+Green+Blue) = 208+154+168=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AA8 is #2F6557. Grayscale: #ABABAB. Windows color (decimal): -3106136 or 11049680. OLE color: 11049680.
HSL color Cylindrical-coordinate representation of color #D09AA8: hue angle of 344.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09AA8 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 168 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.18 |
| HSL | 344.44º | 0.36% | 0.71% | - |
| HSV(B) | 344.44º | 0.26% | 0.82% | - |
| XYZ | 44.64 | 39.35 | 42.29 | - |
| YUV | 171.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 168 | 0 | 0.26 | 0.19 | 0.18 | 344.44 | 0.36 | 0.71 |
| Hex | D0 | 9A | A8 | 0 | 1A | 13 | 12 | 158 | 24 | 47 |
| Octal | 320 | 232 | 250 | 0 | 32 | 23 | 22 | 530 | 44 | 107 |
| Binary | 11010000 | 10011010 | 10101000 | 0 | 11010 | 10011 | 10010 | 101011000 | 100100 | 1000111 |
Color Harmonies of #D09AA8
Complementary color
Monochromatic Colors of #D09AA8
Black with #D09AA8
Text Example
Text Example
White with #D09AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AA8; }
p { color: rgb(208,154,168); }
H1.HeaderClassName
{
color: #D09AA8;
}
.AnyTagClassName
{
color: #D09AA8;
}
</style>
background-color css
<style>
a { background-color: #D09AA8; }
a { background-color: rgb(208,154,168); }
div.DivClassName
{
background-color: #D09AA8;
}
.BgClassName
{
background-color: #D09AA8;
}
</style>
border-color css
<style>
span { border-color: #D09AA8; }
span { border-color: rgb(208,154,168); }
td.TdClassName
{
border-color: #D09AA8;
}
.TagClassName
{
border-color: #D09AA8;
}
</style>