Shades of Careys Pink #D2969D
Tints of Careys Pink #D2969D
RGB
CMYK
RGB Variations
Color information
#D2969D (or 0xD2969D) is known color: Careys Pink. HEX triplet: D2, 96 and 9D. RGB value is (210,150,157). Sum of RGB (Red+Green+Blue) = 210+150+157=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2969D is #2D6962. Grayscale: #A8A8A8. Windows color (decimal): -2976099 or 10327762. OLE color: 10327762.
HSL color Cylindrical-coordinate representation of color #D2969D: hue angle of 353º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2969D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 157 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.18 |
| HSL | 353º | 0.4% | 0.71% | - |
| HSV(B) | 353º | 0.29% | 0.82% | - |
| XYZ | 43.57 | 37.95 | 36.93 | - |
| YUV | 168.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 157 | 0 | 0.29 | 0.25 | 0.18 | 353 | 0.4 | 0.71 |
| Hex | D2 | 96 | 9D | 0 | 1D | 19 | 12 | 161 | 28 | 47 |
| Octal | 322 | 226 | 235 | 0 | 35 | 31 | 22 | 541 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10011101 | 0 | 11101 | 11001 | 10010 | 101100001 | 101000 | 1000111 |
Color Harmonies of #D2969D
Complementary color
Monochromatic Colors of #D2969D
Black with #D2969D
Text Example
Text Example
White with #D2969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2969D; }
p { color: rgb(210,150,157); }
H1.HeaderClassName
{
color: #D2969D;
}
.AnyTagClassName
{
color: #D2969D;
}
</style>
background-color css
<style>
a { background-color: #D2969D; }
a { background-color: rgb(210,150,157); }
div.DivClassName
{
background-color: #D2969D;
}
.BgClassName
{
background-color: #D2969D;
}
</style>
border-color css
<style>
span { border-color: #D2969D; }
span { border-color: rgb(210,150,157); }
td.TdClassName
{
border-color: #D2969D;
}
.TagClassName
{
border-color: #D2969D;
}
</style>