Shades of Careys Pink #D2989B
Tints of Careys Pink #D2989B
RGB
CMYK
RGB Variations
Color information
#D2989B (or 0xD2989B) is known color: Careys Pink. HEX triplet: D2, 98 and 9B. RGB value is (210,152,155). Sum of RGB (Red+Green+Blue) = 210+152+155=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2989B is #2D6764. Grayscale: #A9A9A9. Windows color (decimal): -2975589 or 10197202. OLE color: 10197202.
HSL color Cylindrical-coordinate representation of color #D2989B: hue angle of 356.9º 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 #D2989B is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 155 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.18 |
| HSL | 356.9º | 0.39% | 0.71% | - |
| HSV(B) | 356.9º | 0.28% | 0.82% | - |
| XYZ | 43.72 | 38.52 | 36.14 | - |
| YUV | 169.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 155 | 0 | 0.28 | 0.26 | 0.18 | 356.9 | 0.39 | 0.71 |
| Hex | D2 | 98 | 9B | 0 | 1C | 1A | 12 | 165 | 27 | 47 |
| Octal | 322 | 230 | 233 | 0 | 34 | 32 | 22 | 545 | 47 | 107 |
| Binary | 11010010 | 10011000 | 10011011 | 0 | 11100 | 11010 | 10010 | 101100101 | 100111 | 1000111 |
Color Harmonies of #D2989B
Complementary color
Monochromatic Colors of #D2989B
Black with #D2989B
Text Example
Text Example
White with #D2989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2989B; }
p { color: rgb(210,152,155); }
H1.HeaderClassName
{
color: #D2989B;
}
.AnyTagClassName
{
color: #D2989B;
}
</style>
background-color css
<style>
a { background-color: #D2989B; }
a { background-color: rgb(210,152,155); }
div.DivClassName
{
background-color: #D2989B;
}
.BgClassName
{
background-color: #D2989B;
}
</style>
border-color css
<style>
span { border-color: #D2989B; }
span { border-color: rgb(210,152,155); }
td.TdClassName
{
border-color: #D2989B;
}
.TagClassName
{
border-color: #D2989B;
}
</style>