Shades of Careys Pink #D89FA0
Tints of Careys Pink #D89FA0
RGB
CMYK
RGB Variations
Color information
#D89FA0 (or 0xD89FA0) is known color: Careys Pink. HEX triplet: D8, 9F and A0. RGB value is (216,159,160). Sum of RGB (Red+Green+Blue) = 216+159+160=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89FA0 is #27605F. Grayscale: #B0B0B0. Windows color (decimal): -2580576 or 10526680. OLE color: 10526680.
HSL color Cylindrical-coordinate representation of color #D89FA0: hue angle of 358.95º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FA0 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 160 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.15 |
| HSL | 358.95º | 0.42% | 0.74% | - |
| HSV(B) | 358.95º | 0.26% | 0.85% | - |
| XYZ | 47.06 | 41.93 | 38.87 | - |
| YUV | 176.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 160 | 0 | 0.26 | 0.26 | 0.15 | 358.95 | 0.42 | 0.74 |
| Hex | D8 | 9F | A0 | 0 | 1A | 1A | F | 167 | 2A | 4A |
| Octal | 330 | 237 | 240 | 0 | 32 | 32 | 17 | 547 | 52 | 112 |
| Binary | 11011000 | 10011111 | 10100000 | 0 | 11010 | 11010 | 1111 | 101100111 | 101010 | 1001010 |
Color Harmonies of #D89FA0
Complementary color
Monochromatic Colors of #D89FA0
Black with #D89FA0
Text Example
Text Example
White with #D89FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FA0; }
p { color: rgb(216,159,160); }
H1.HeaderClassName
{
color: #D89FA0;
}
.AnyTagClassName
{
color: #D89FA0;
}
</style>
background-color css
<style>
a { background-color: #D89FA0; }
a { background-color: rgb(216,159,160); }
div.DivClassName
{
background-color: #D89FA0;
}
.BgClassName
{
background-color: #D89FA0;
}
</style>
border-color css
<style>
span { border-color: #D89FA0; }
span { border-color: rgb(216,159,160); }
td.TdClassName
{
border-color: #D89FA0;
}
.TagClassName
{
border-color: #D89FA0;
}
</style>