Shades of Careys Pink #D29AA8
Tints of Careys Pink #D29AA8
RGB
CMYK
RGB Variations
Color information
#D29AA8 (or 0xD29AA8) is known color: Careys Pink. HEX triplet: D2, 9A and A8. RGB value is (210,154,168). Sum of RGB (Red+Green+Blue) = 210+154+168=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29AA8 is #2D6557. Grayscale: #ACACAC. Windows color (decimal): -2975064 or 11049682. OLE color: 11049682.
HSL color Cylindrical-coordinate representation of color #D29AA8: hue angle of 345º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29AA8 is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 168 | - |
| CMYK | 0 | 0.27 | 0.2 | 0.18 |
| HSL | 345º | 0.38% | 0.71% | - |
| HSV(B) | 345º | 0.27% | 0.82% | - |
| XYZ | 45.2 | 39.64 | 42.31 | - |
| YUV | 172.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 168 | 0 | 0.27 | 0.2 | 0.18 | 345 | 0.38 | 0.71 |
| Hex | D2 | 9A | A8 | 0 | 1B | 14 | 12 | 159 | 26 | 47 |
| Octal | 322 | 232 | 250 | 0 | 33 | 24 | 22 | 531 | 46 | 107 |
| Binary | 11010010 | 10011010 | 10101000 | 0 | 11011 | 10100 | 10010 | 101011001 | 100110 | 1000111 |
Color Harmonies of #D29AA8
Complementary color
Monochromatic Colors of #D29AA8
Black with #D29AA8
Text Example
Text Example
White with #D29AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AA8; }
p { color: rgb(210,154,168); }
H1.HeaderClassName
{
color: #D29AA8;
}
.AnyTagClassName
{
color: #D29AA8;
}
</style>
background-color css
<style>
a { background-color: #D29AA8; }
a { background-color: rgb(210,154,168); }
div.DivClassName
{
background-color: #D29AA8;
}
.BgClassName
{
background-color: #D29AA8;
}
</style>
border-color css
<style>
span { border-color: #D29AA8; }
span { border-color: rgb(210,154,168); }
td.TdClassName
{
border-color: #D29AA8;
}
.TagClassName
{
border-color: #D29AA8;
}
</style>