Shades of Careys Pink #D2959E
Tints of Careys Pink #D2959E
RGB
CMYK
RGB Variations
Color information
#D2959E (or 0xD2959E) is known color: Careys Pink. HEX triplet: D2, 95 and 9E. RGB value is (210,149,158). Sum of RGB (Red+Green+Blue) = 210+149+158=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2959E is #2D6A61. Grayscale: #A8A8A8. Windows color (decimal): -2976354 or 10393042. OLE color: 10393042.
HSL color Cylindrical-coordinate representation of color #D2959E: hue angle of 351.15º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2959E is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 158 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.18 |
| HSL | 351.15º | 0.4% | 0.7% | - |
| HSV(B) | 351.15º | 0.29% | 0.82% | - |
| XYZ | 43.5 | 37.67 | 37.33 | - |
| YUV | 168.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 158 | 0 | 0.29 | 0.25 | 0.18 | 351.15 | 0.4 | 0.7 |
| Hex | D2 | 95 | 9E | 0 | 1D | 19 | 12 | 15F | 28 | 46 |
| Octal | 322 | 225 | 236 | 0 | 35 | 31 | 22 | 537 | 50 | 106 |
| Binary | 11010010 | 10010101 | 10011110 | 0 | 11101 | 11001 | 10010 | 101011111 | 101000 | 1000110 |
Color Harmonies of #D2959E
Complementary color
Monochromatic Colors of #D2959E
Black with #D2959E
Text Example
Text Example
White with #D2959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2959E; }
p { color: rgb(210,149,158); }
H1.HeaderClassName
{
color: #D2959E;
}
.AnyTagClassName
{
color: #D2959E;
}
</style>
background-color css
<style>
a { background-color: #D2959E; }
a { background-color: rgb(210,149,158); }
div.DivClassName
{
background-color: #D2959E;
}
.BgClassName
{
background-color: #D2959E;
}
</style>
border-color css
<style>
span { border-color: #D2959E; }
span { border-color: rgb(210,149,158); }
td.TdClassName
{
border-color: #D2959E;
}
.TagClassName
{
border-color: #D2959E;
}
</style>