Shades of Dark Pink #D85A89
Tints of Dark Pink #D85A89
RGB
CMYK
RGB Variations
Color information
#D85A89 (or 0xD85A89) is known color: Dark Pink. HEX triplet: D8, 5A and 89. RGB value is (216,90,137). Sum of RGB (Red+Green+Blue) = 216+90+137=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A89 is #27A576. Grayscale: #848484. Windows color (decimal): -2598263 or 9001688. OLE color: 9001688.
HSL color Cylindrical-coordinate representation of color #D85A89: hue angle of 337.62º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A89 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 137 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.15 |
| HSL | 337.62º | 0.62% | 0.6% | - |
| HSV(B) | 337.62º | 0.58% | 0.85% | - |
| XYZ | 36.49 | 23.72 | 26.32 | - |
| YUV | 133.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 137 | 0 | 0.58 | 0.37 | 0.15 | 337.62 | 0.62 | 0.6 |
| Hex | D8 | 5A | 89 | 0 | 3A | 25 | F | 152 | 3E | 3C |
| Octal | 330 | 132 | 211 | 0 | 72 | 45 | 17 | 522 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10001001 | 0 | 111010 | 100101 | 1111 | 101010010 | 111110 | 111100 |
Color Harmonies of #D85A89
Complementary color
Monochromatic Colors of #D85A89
Black with #D85A89
Text Example
Text Example
White with #D85A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A89; }
p { color: rgb(216,90,137); }
H1.HeaderClassName
{
color: #D85A89;
}
.AnyTagClassName
{
color: #D85A89;
}
</style>
background-color css
<style>
a { background-color: #D85A89; }
a { background-color: rgb(216,90,137); }
div.DivClassName
{
background-color: #D85A89;
}
.BgClassName
{
background-color: #D85A89;
}
</style>
border-color css
<style>
span { border-color: #D85A89; }
span { border-color: rgb(216,90,137); }
td.TdClassName
{
border-color: #D85A89;
}
.TagClassName
{
border-color: #D85A89;
}
</style>