Shades of Careys Pink #D2989F
Tints of Careys Pink #D2989F
RGB
CMYK
RGB Variations
Color information
#D2989F (or 0xD2989F) is known color: Careys Pink. HEX triplet: D2, 98 and 9F. RGB value is (210,152,159). Sum of RGB (Red+Green+Blue) = 210+152+159=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2989F is #2D6760. Grayscale: #AAAAAA. Windows color (decimal): -2975585 or 10459346. OLE color: 10459346.
HSL color Cylindrical-coordinate representation of color #D2989F: hue angle of 352.76º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2989F is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 159 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.18 |
| HSL | 352.76º | 0.39% | 0.71% | - |
| HSV(B) | 352.76º | 0.28% | 0.82% | - |
| XYZ | 44.06 | 38.66 | 37.94 | - |
| YUV | 170.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 159 | 0 | 0.28 | 0.24 | 0.18 | 352.76 | 0.39 | 0.71 |
| Hex | D2 | 98 | 9F | 0 | 1C | 18 | 12 | 161 | 27 | 47 |
| Octal | 322 | 230 | 237 | 0 | 34 | 30 | 22 | 541 | 47 | 107 |
| Binary | 11010010 | 10011000 | 10011111 | 0 | 11100 | 11000 | 10010 | 101100001 | 100111 | 1000111 |
Color Harmonies of #D2989F
Complementary color
Monochromatic Colors of #D2989F
Black with #D2989F
Text Example
Text Example
White with #D2989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2989F; }
p { color: rgb(210,152,159); }
H1.HeaderClassName
{
color: #D2989F;
}
.AnyTagClassName
{
color: #D2989F;
}
</style>
background-color css
<style>
a { background-color: #D2989F; }
a { background-color: rgb(210,152,159); }
div.DivClassName
{
background-color: #D2989F;
}
.BgClassName
{
background-color: #D2989F;
}
</style>
border-color css
<style>
span { border-color: #D2989F; }
span { border-color: rgb(210,152,159); }
td.TdClassName
{
border-color: #D2989F;
}
.TagClassName
{
border-color: #D2989F;
}
</style>