Shades of Careys Pink #D2989E
Tints of Careys Pink #D2989E
RGB
CMYK
RGB Variations
Color information
#D2989E (or 0xD2989E) is known color: Careys Pink. HEX triplet: D2, 98 and 9E. RGB value is (210,152,158). Sum of RGB (Red+Green+Blue) = 210+152+158=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2989E is #2D6761. Grayscale: #AAAAAA. Windows color (decimal): -2975586 or 10393810. OLE color: 10393810.
HSL color Cylindrical-coordinate representation of color #D2989E: hue angle of 353.79º 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 #D2989E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 158 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.18 |
| HSL | 353.79º | 0.39% | 0.71% | - |
| HSV(B) | 353.79º | 0.28% | 0.82% | - |
| XYZ | 43.98 | 38.63 | 37.49 | - |
| YUV | 170.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 158 | 0 | 0.28 | 0.25 | 0.18 | 353.79 | 0.39 | 0.71 |
| Hex | D2 | 98 | 9E | 0 | 1C | 19 | 12 | 162 | 27 | 47 |
| Octal | 322 | 230 | 236 | 0 | 34 | 31 | 22 | 542 | 47 | 107 |
| Binary | 11010010 | 10011000 | 10011110 | 0 | 11100 | 11001 | 10010 | 101100010 | 100111 | 1000111 |
Color Harmonies of #D2989E
Complementary color
Monochromatic Colors of #D2989E
Black with #D2989E
Text Example
Text Example
White with #D2989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2989E; }
p { color: rgb(210,152,158); }
H1.HeaderClassName
{
color: #D2989E;
}
.AnyTagClassName
{
color: #D2989E;
}
</style>
background-color css
<style>
a { background-color: #D2989E; }
a { background-color: rgb(210,152,158); }
div.DivClassName
{
background-color: #D2989E;
}
.BgClassName
{
background-color: #D2989E;
}
</style>
border-color css
<style>
span { border-color: #D2989E; }
span { border-color: rgb(210,152,158); }
td.TdClassName
{
border-color: #D2989E;
}
.TagClassName
{
border-color: #D2989E;
}
</style>