Shades of Dark Pink #D85889
Tints of Dark Pink #D85889
RGB
CMYK
RGB Variations
Color information
#D85889 (or 0xD85889) is known color: Dark Pink. HEX triplet: D8, 58 and 89. RGB value is (216,88,137). Sum of RGB (Red+Green+Blue) = 216+88+137=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D85889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85889 is #27A776. Grayscale: #838383. Windows color (decimal): -2598775 or 9001176. OLE color: 9001176.
HSL color Cylindrical-coordinate representation of color #D85889: hue angle of 337.03º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85889 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 137 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.15 |
| HSL | 337.03º | 0.62% | 0.6% | - |
| HSV(B) | 337.03º | 0.59% | 0.85% | - |
| XYZ | 36.32 | 23.38 | 26.27 | - |
| YUV | 131.86 | 130.91 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 137 | 0 | 0.59 | 0.37 | 0.15 | 337.03 | 0.62 | 0.6 |
| Hex | D8 | 58 | 89 | 0 | 3B | 25 | F | 151 | 3E | 3C |
| Octal | 330 | 130 | 211 | 0 | 73 | 45 | 17 | 521 | 76 | 74 |
| Binary | 11011000 | 1011000 | 10001001 | 0 | 111011 | 100101 | 1111 | 101010001 | 111110 | 111100 |
Color Harmonies of #D85889
Complementary color
Monochromatic Colors of #D85889
Black with #D85889
Text Example
Text Example
White with #D85889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85889; }
p { color: rgb(216,88,137); }
H1.HeaderClassName
{
color: #D85889;
}
.AnyTagClassName
{
color: #D85889;
}
</style>
background-color css
<style>
a { background-color: #D85889; }
a { background-color: rgb(216,88,137); }
div.DivClassName
{
background-color: #D85889;
}
.BgClassName
{
background-color: #D85889;
}
</style>
border-color css
<style>
span { border-color: #D85889; }
span { border-color: rgb(216,88,137); }
td.TdClassName
{
border-color: #D85889;
}
.TagClassName
{
border-color: #D85889;
}
</style>