Shades of Careys Pink #D09FA8
Tints of Careys Pink #D09FA8
RGB
CMYK
RGB Variations
Color information
#D09FA8 (or 0xD09FA8) is known color: Careys Pink. HEX triplet: D0, 9F and A8. RGB value is (208,159,168). Sum of RGB (Red+Green+Blue) = 208+159+168=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FA8 is #2F6057. Grayscale: #AEAEAE. Windows color (decimal): -3104856 or 11050960. OLE color: 11050960.
HSL color Cylindrical-coordinate representation of color #D09FA8: hue angle of 348.98º degrees, saturation: 0.34, 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 #D09FA8 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 168 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.18 |
| HSL | 348.98º | 0.34% | 0.72% | - |
| HSV(B) | 348.98º | 0.24% | 0.82% | - |
| XYZ | 45.48 | 41.03 | 42.57 | - |
| YUV | 174.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 168 | 0 | 0.24 | 0.19 | 0.18 | 348.98 | 0.34 | 0.72 |
| Hex | D0 | 9F | A8 | 0 | 18 | 13 | 12 | 15D | 22 | 48 |
| Octal | 320 | 237 | 250 | 0 | 30 | 23 | 22 | 535 | 42 | 110 |
| Binary | 11010000 | 10011111 | 10101000 | 0 | 11000 | 10011 | 10010 | 101011101 | 100010 | 1001000 |
Color Harmonies of #D09FA8
Complementary color
Monochromatic Colors of #D09FA8
Black with #D09FA8
Text Example
Text Example
White with #D09FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FA8; }
p { color: rgb(208,159,168); }
H1.HeaderClassName
{
color: #D09FA8;
}
.AnyTagClassName
{
color: #D09FA8;
}
</style>
background-color css
<style>
a { background-color: #D09FA8; }
a { background-color: rgb(208,159,168); }
div.DivClassName
{
background-color: #D09FA8;
}
.BgClassName
{
background-color: #D09FA8;
}
</style>
border-color css
<style>
span { border-color: #D09FA8; }
span { border-color: rgb(208,159,168); }
td.TdClassName
{
border-color: #D09FA8;
}
.TagClassName
{
border-color: #D09FA8;
}
</style>