Shades of Dark Pink #D85B87
Tints of Dark Pink #D85B87
RGB
CMYK
RGB Variations
Color information
#D85B87 (or 0xD85B87) is known color: Dark Pink. HEX triplet: D8, 5B and 87. RGB value is (216,91,135). Sum of RGB (Red+Green+Blue) = 216+91+135=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B87 is #27A478. Grayscale: #858585. Windows color (decimal): -2598009 or 8870872. OLE color: 8870872.
HSL color Cylindrical-coordinate representation of color #D85B87: hue angle of 338.88º 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 #D85B87 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 135 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.15 |
| HSL | 338.88º | 0.62% | 0.6% | - |
| HSV(B) | 338.88º | 0.58% | 0.85% | - |
| XYZ | 36.43 | 23.83 | 25.6 | - |
| YUV | 133.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 135 | 0 | 0.58 | 0.38 | 0.15 | 338.88 | 0.62 | 0.6 |
| Hex | D8 | 5B | 87 | 0 | 3A | 26 | F | 153 | 3E | 3C |
| Octal | 330 | 133 | 207 | 0 | 72 | 46 | 17 | 523 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10000111 | 0 | 111010 | 100110 | 1111 | 101010011 | 111110 | 111100 |
Color Harmonies of #D85B87
Complementary color
Monochromatic Colors of #D85B87
Black with #D85B87
Text Example
Text Example
White with #D85B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B87; }
p { color: rgb(216,91,135); }
H1.HeaderClassName
{
color: #D85B87;
}
.AnyTagClassName
{
color: #D85B87;
}
</style>
background-color css
<style>
a { background-color: #D85B87; }
a { background-color: rgb(216,91,135); }
div.DivClassName
{
background-color: #D85B87;
}
.BgClassName
{
background-color: #D85B87;
}
</style>
border-color css
<style>
span { border-color: #D85B87; }
span { border-color: rgb(216,91,135); }
td.TdClassName
{
border-color: #D85B87;
}
.TagClassName
{
border-color: #D85B87;
}
</style>