Shades of Careys Pink #D89DA0
Tints of Careys Pink #D89DA0
RGB
CMYK
RGB Variations
Color information
#D89DA0 (or 0xD89DA0) is known color: Careys Pink. HEX triplet: D8, 9D and A0. RGB value is (216,157,160). Sum of RGB (Red+Green+Blue) = 216+157+160=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89DA0 is #27625F. Grayscale: #AFAFAF. Windows color (decimal): -2581088 or 10526168. OLE color: 10526168.
HSL color Cylindrical-coordinate representation of color #D89DA0: hue angle of 356.95º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89DA0 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 160 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.15 |
| HSL | 356.95º | 0.43% | 0.73% | - |
| HSV(B) | 356.95º | 0.27% | 0.85% | - |
| XYZ | 46.72 | 41.25 | 38.76 | - |
| YUV | 174.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 160 | 0 | 0.27 | 0.26 | 0.15 | 356.95 | 0.43 | 0.73 |
| Hex | D8 | 9D | A0 | 0 | 1B | 1A | F | 165 | 2B | 49 |
| Octal | 330 | 235 | 240 | 0 | 33 | 32 | 17 | 545 | 53 | 111 |
| Binary | 11011000 | 10011101 | 10100000 | 0 | 11011 | 11010 | 1111 | 101100101 | 101011 | 1001001 |
Color Harmonies of #D89DA0
Complementary color
Monochromatic Colors of #D89DA0
Black with #D89DA0
Text Example
Text Example
White with #D89DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89DA0; }
p { color: rgb(216,157,160); }
H1.HeaderClassName
{
color: #D89DA0;
}
.AnyTagClassName
{
color: #D89DA0;
}
</style>
background-color css
<style>
a { background-color: #D89DA0; }
a { background-color: rgb(216,157,160); }
div.DivClassName
{
background-color: #D89DA0;
}
.BgClassName
{
background-color: #D89DA0;
}
</style>
border-color css
<style>
span { border-color: #D89DA0; }
span { border-color: rgb(216,157,160); }
td.TdClassName
{
border-color: #D89DA0;
}
.TagClassName
{
border-color: #D89DA0;
}
</style>