Shades of Dark Pink #D85E89
Tints of Dark Pink #D85E89
RGB
CMYK
RGB Variations
Color information
#D85E89 (or 0xD85E89) is known color: Dark Pink. HEX triplet: D8, 5E and 89. RGB value is (216,94,137). Sum of RGB (Red+Green+Blue) = 216+94+137=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E89 is #27A176. Grayscale: #878787. Windows color (decimal): -2597239 or 9002712. OLE color: 9002712.
HSL color Cylindrical-coordinate representation of color #D85E89: hue angle of 338.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E89 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 137 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.15 |
| HSL | 338.85º | 0.61% | 0.61% | - |
| HSV(B) | 338.85º | 0.56% | 0.85% | - |
| XYZ | 36.84 | 24.41 | 26.44 | - |
| YUV | 135.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 137 | 0 | 0.56 | 0.37 | 0.15 | 338.85 | 0.61 | 0.61 |
| Hex | D8 | 5E | 89 | 0 | 38 | 25 | F | 153 | 3D | 3D |
| Octal | 330 | 136 | 211 | 0 | 70 | 45 | 17 | 523 | 75 | 75 |
| Binary | 11011000 | 1011110 | 10001001 | 0 | 111000 | 100101 | 1111 | 101010011 | 111101 | 111101 |
Color Harmonies of #D85E89
Complementary color
Monochromatic Colors of #D85E89
Black with #D85E89
Text Example
Text Example
White with #D85E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E89; }
p { color: rgb(216,94,137); }
H1.HeaderClassName
{
color: #D85E89;
}
.AnyTagClassName
{
color: #D85E89;
}
</style>
background-color css
<style>
a { background-color: #D85E89; }
a { background-color: rgb(216,94,137); }
div.DivClassName
{
background-color: #D85E89;
}
.BgClassName
{
background-color: #D85E89;
}
</style>
border-color css
<style>
span { border-color: #D85E89; }
span { border-color: rgb(216,94,137); }
td.TdClassName
{
border-color: #D85E89;
}
.TagClassName
{
border-color: #D85E89;
}
</style>