Shades of Careys Pink #D2979B
Tints of Careys Pink #D2979B
RGB
CMYK
RGB Variations
Color information
#D2979B (or 0xD2979B) is known color: Careys Pink. HEX triplet: D2, 97 and 9B. RGB value is (210,151,155). Sum of RGB (Red+Green+Blue) = 210+151+155=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2979B is #2D6864. Grayscale: #A9A9A9. Windows color (decimal): -2975845 or 10196946. OLE color: 10196946.
HSL color Cylindrical-coordinate representation of color #D2979B: hue angle of 355.93º degrees, saturation: 0.4, 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 #D2979B is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 155 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.18 |
| HSL | 355.93º | 0.4% | 0.71% | - |
| HSV(B) | 355.93º | 0.28% | 0.82% | - |
| XYZ | 43.56 | 38.2 | 36.09 | - |
| YUV | 169.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 155 | 0 | 0.28 | 0.26 | 0.18 | 355.93 | 0.4 | 0.71 |
| Hex | D2 | 97 | 9B | 0 | 1C | 1A | 12 | 164 | 28 | 47 |
| Octal | 322 | 227 | 233 | 0 | 34 | 32 | 22 | 544 | 50 | 107 |
| Binary | 11010010 | 10010111 | 10011011 | 0 | 11100 | 11010 | 10010 | 101100100 | 101000 | 1000111 |
Color Harmonies of #D2979B
Complementary color
Monochromatic Colors of #D2979B
Black with #D2979B
Text Example
Text Example
White with #D2979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2979B; }
p { color: rgb(210,151,155); }
H1.HeaderClassName
{
color: #D2979B;
}
.AnyTagClassName
{
color: #D2979B;
}
</style>
background-color css
<style>
a { background-color: #D2979B; }
a { background-color: rgb(210,151,155); }
div.DivClassName
{
background-color: #D2979B;
}
.BgClassName
{
background-color: #D2979B;
}
</style>
border-color css
<style>
span { border-color: #D2979B; }
span { border-color: rgb(210,151,155); }
td.TdClassName
{
border-color: #D2979B;
}
.TagClassName
{
border-color: #D2979B;
}
</style>