Shades of Dark Pink #D85C87
Tints of Dark Pink #D85C87
RGB
CMYK
RGB Variations
Color information
#D85C87 (or 0xD85C87) is known color: Dark Pink. HEX triplet: D8, 5C and 87. RGB value is (216,92,135). Sum of RGB (Red+Green+Blue) = 216+92+135=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C87 is #27A378. Grayscale: #858585. Windows color (decimal): -2597753 or 8871128. OLE color: 8871128.
HSL color Cylindrical-coordinate representation of color #D85C87: hue angle of 339.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C87 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 135 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.15 |
| HSL | 339.19º | 0.61% | 0.6% | - |
| HSV(B) | 339.19º | 0.57% | 0.85% | - |
| XYZ | 36.52 | 24 | 25.63 | - |
| YUV | 133.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 135 | 0 | 0.57 | 0.38 | 0.15 | 339.19 | 0.61 | 0.6 |
| Hex | D8 | 5C | 87 | 0 | 39 | 26 | F | 153 | 3D | 3C |
| Octal | 330 | 134 | 207 | 0 | 71 | 46 | 17 | 523 | 75 | 74 |
| Binary | 11011000 | 1011100 | 10000111 | 0 | 111001 | 100110 | 1111 | 101010011 | 111101 | 111100 |
Color Harmonies of #D85C87
Complementary color
Monochromatic Colors of #D85C87
Black with #D85C87
Text Example
Text Example
White with #D85C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C87; }
p { color: rgb(216,92,135); }
H1.HeaderClassName
{
color: #D85C87;
}
.AnyTagClassName
{
color: #D85C87;
}
</style>
background-color css
<style>
a { background-color: #D85C87; }
a { background-color: rgb(216,92,135); }
div.DivClassName
{
background-color: #D85C87;
}
.BgClassName
{
background-color: #D85C87;
}
</style>
border-color css
<style>
span { border-color: #D85C87; }
span { border-color: rgb(216,92,135); }
td.TdClassName
{
border-color: #D85C87;
}
.TagClassName
{
border-color: #D85C87;
}
</style>