Shades of Careys Pink #D9989D
Tints of Careys Pink #D9989D
RGB
CMYK
RGB Variations
Color information
#D9989D (or 0xD9989D) is known color: Careys Pink. HEX triplet: D9, 98 and 9D. RGB value is (217,152,157). Sum of RGB (Red+Green+Blue) = 217+152+157=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9989D is #266762. Grayscale: #ACACAC. Windows color (decimal): -2516835 or 10328281. OLE color: 10328281.
HSL color Cylindrical-coordinate representation of color #D9989D: hue angle of 355.38º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9989D is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 157 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.15 |
| HSL | 355.38º | 0.46% | 0.72% | - |
| HSV(B) | 355.38º | 0.3% | 0.85% | - |
| XYZ | 45.93 | 39.64 | 37.13 | - |
| YUV | 172.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 157 | 0 | 0.30 | 0.28 | 0.15 | 355.38 | 0.46 | 0.72 |
| Hex | D9 | 98 | 9D | 0 | 1E | 1C | F | 163 | 2E | 48 |
| Octal | 331 | 230 | 235 | 0 | 36 | 34 | 17 | 543 | 56 | 110 |
| Binary | 11011001 | 10011000 | 10011101 | 0 | 11110 | 11100 | 1111 | 101100011 | 101110 | 1001000 |
Color Harmonies of #D9989D
Complementary color
Monochromatic Colors of #D9989D
Black with #D9989D
Text Example
Text Example
White with #D9989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9989D; }
p { color: rgb(217,152,157); }
H1.HeaderClassName
{
color: #D9989D;
}
.AnyTagClassName
{
color: #D9989D;
}
</style>
background-color css
<style>
a { background-color: #D9989D; }
a { background-color: rgb(217,152,157); }
div.DivClassName
{
background-color: #D9989D;
}
.BgClassName
{
background-color: #D9989D;
}
</style>
border-color css
<style>
span { border-color: #D9989D; }
span { border-color: rgb(217,152,157); }
td.TdClassName
{
border-color: #D9989D;
}
.TagClassName
{
border-color: #D9989D;
}
</style>