Shades of Careys Pink #D1989D
Tints of Careys Pink #D1989D
RGB
CMYK
RGB Variations
Color information
#D1989D (or 0xD1989D) is known color: Careys Pink. HEX triplet: D1, 98 and 9D. RGB value is (209,152,157). Sum of RGB (Red+Green+Blue) = 209+152+157=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1989D is #2E6762. Grayscale: #A9A9A9. Windows color (decimal): -3041123 or 10328273. OLE color: 10328273.
HSL color Cylindrical-coordinate representation of color #D1989D: hue angle of 354.74º degrees, saturation: 0.38, 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 #D1989D is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 157 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.18 |
| HSL | 354.74º | 0.38% | 0.71% | - |
| HSV(B) | 354.74º | 0.27% | 0.82% | - |
| XYZ | 43.61 | 38.45 | 37.02 | - |
| YUV | 169.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 157 | 0 | 0.27 | 0.25 | 0.18 | 354.74 | 0.38 | 0.71 |
| Hex | D1 | 98 | 9D | 0 | 1B | 19 | 12 | 163 | 26 | 47 |
| Octal | 321 | 230 | 235 | 0 | 33 | 31 | 22 | 543 | 46 | 107 |
| Binary | 11010001 | 10011000 | 10011101 | 0 | 11011 | 11001 | 10010 | 101100011 | 100110 | 1000111 |
Color Harmonies of #D1989D
Complementary color
Monochromatic Colors of #D1989D
Black with #D1989D
Text Example
Text Example
White with #D1989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1989D; }
p { color: rgb(209,152,157); }
H1.HeaderClassName
{
color: #D1989D;
}
.AnyTagClassName
{
color: #D1989D;
}
</style>
background-color css
<style>
a { background-color: #D1989D; }
a { background-color: rgb(209,152,157); }
div.DivClassName
{
background-color: #D1989D;
}
.BgClassName
{
background-color: #D1989D;
}
</style>
border-color css
<style>
span { border-color: #D1989D; }
span { border-color: rgb(209,152,157); }
td.TdClassName
{
border-color: #D1989D;
}
.TagClassName
{
border-color: #D1989D;
}
</style>