Shades of Careys Pink #D29DA8
Tints of Careys Pink #D29DA8
RGB
CMYK
RGB Variations
Color information
#D29DA8 (or 0xD29DA8) is known color: Careys Pink. HEX triplet: D2, 9D and A8. RGB value is (210,157,168). Sum of RGB (Red+Green+Blue) = 210+157+168=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DA8 is #2D6257. Grayscale: #AEAEAE. Windows color (decimal): -2974296 or 11050450. OLE color: 11050450.
HSL color Cylindrical-coordinate representation of color #D29DA8: hue angle of 347.55º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DA8 is Cyan = 0, Magento = 0.25, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 168 | - |
| CMYK | 0 | 0.25 | 0.2 | 0.18 |
| HSL | 347.55º | 0.37% | 0.72% | - |
| HSV(B) | 347.55º | 0.25% | 0.82% | - |
| XYZ | 45.7 | 40.64 | 42.48 | - |
| YUV | 174.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 168 | 0 | 0.25 | 0.2 | 0.18 | 347.55 | 0.37 | 0.72 |
| Hex | D2 | 9D | A8 | 0 | 19 | 14 | 12 | 15C | 25 | 48 |
| Octal | 322 | 235 | 250 | 0 | 31 | 24 | 22 | 534 | 45 | 110 |
| Binary | 11010010 | 10011101 | 10101000 | 0 | 11001 | 10100 | 10010 | 101011100 | 100101 | 1001000 |
Color Harmonies of #D29DA8
Complementary color
Monochromatic Colors of #D29DA8
Black with #D29DA8
Text Example
Text Example
White with #D29DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DA8; }
p { color: rgb(210,157,168); }
H1.HeaderClassName
{
color: #D29DA8;
}
.AnyTagClassName
{
color: #D29DA8;
}
</style>
background-color css
<style>
a { background-color: #D29DA8; }
a { background-color: rgb(210,157,168); }
div.DivClassName
{
background-color: #D29DA8;
}
.BgClassName
{
background-color: #D29DA8;
}
</style>
border-color css
<style>
span { border-color: #D29DA8; }
span { border-color: rgb(210,157,168); }
td.TdClassName
{
border-color: #D29DA8;
}
.TagClassName
{
border-color: #D29DA8;
}
</style>