Shades of Careys Pink #D2999B
Tints of Careys Pink #D2999B
RGB
CMYK
RGB Variations
Color information
#D2999B (or 0xD2999B) is known color: Careys Pink. HEX triplet: D2, 99 and 9B. RGB value is (210,153,155). Sum of RGB (Red+Green+Blue) = 210+153+155=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2999B is #2D6664. Grayscale: #AAAAAA. Windows color (decimal): -2975333 or 10197458. OLE color: 10197458.
HSL color Cylindrical-coordinate representation of color #D2999B: hue angle of 357.89º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2999B is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 155 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.18 |
| HSL | 357.89º | 0.39% | 0.71% | - |
| HSV(B) | 357.89º | 0.27% | 0.82% | - |
| XYZ | 43.89 | 38.85 | 36.2 | - |
| YUV | 170.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 155 | 0 | 0.27 | 0.26 | 0.18 | 357.89 | 0.39 | 0.71 |
| Hex | D2 | 99 | 9B | 0 | 1B | 1A | 12 | 166 | 27 | 47 |
| Octal | 322 | 231 | 233 | 0 | 33 | 32 | 22 | 546 | 47 | 107 |
| Binary | 11010010 | 10011001 | 10011011 | 0 | 11011 | 11010 | 10010 | 101100110 | 100111 | 1000111 |
Color Harmonies of #D2999B
Complementary color
Monochromatic Colors of #D2999B
Black with #D2999B
Text Example
Text Example
White with #D2999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2999B; }
p { color: rgb(210,153,155); }
H1.HeaderClassName
{
color: #D2999B;
}
.AnyTagClassName
{
color: #D2999B;
}
</style>
background-color css
<style>
a { background-color: #D2999B; }
a { background-color: rgb(210,153,155); }
div.DivClassName
{
background-color: #D2999B;
}
.BgClassName
{
background-color: #D2999B;
}
</style>
border-color css
<style>
span { border-color: #D2999B; }
span { border-color: rgb(210,153,155); }
td.TdClassName
{
border-color: #D2999B;
}
.TagClassName
{
border-color: #D2999B;
}
</style>