Shades of Dark Pink #D85D88
Tints of Dark Pink #D85D88
RGB
CMYK
RGB Variations
Color information
#D85D88 (or 0xD85D88) is known color: Dark Pink. HEX triplet: D8, 5D and 88. RGB value is (216,93,136). Sum of RGB (Red+Green+Blue) = 216+93+136=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85D88 is #27A277. Grayscale: #868686. Windows color (decimal): -2597496 or 8936920. OLE color: 8936920.
HSL color Cylindrical-coordinate representation of color #D85D88: hue angle of 339.02º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85D88 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 136 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.15 |
| HSL | 339.02º | 0.61% | 0.61% | - |
| HSV(B) | 339.02º | 0.57% | 0.85% | - |
| XYZ | 36.68 | 24.21 | 26.03 | - |
| YUV | 134.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 136 | 0 | 0.57 | 0.37 | 0.15 | 339.02 | 0.61 | 0.61 |
| Hex | D8 | 5D | 88 | 0 | 39 | 25 | F | 153 | 3D | 3D |
| Octal | 330 | 135 | 210 | 0 | 71 | 45 | 17 | 523 | 75 | 75 |
| Binary | 11011000 | 1011101 | 10001000 | 0 | 111001 | 100101 | 1111 | 101010011 | 111101 | 111101 |
Color Harmonies of #D85D88
Complementary color
Monochromatic Colors of #D85D88
Black with #D85D88
Text Example
Text Example
White with #D85D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D88; }
p { color: rgb(216,93,136); }
H1.HeaderClassName
{
color: #D85D88;
}
.AnyTagClassName
{
color: #D85D88;
}
</style>
background-color css
<style>
a { background-color: #D85D88; }
a { background-color: rgb(216,93,136); }
div.DivClassName
{
background-color: #D85D88;
}
.BgClassName
{
background-color: #D85D88;
}
</style>
border-color css
<style>
span { border-color: #D85D88; }
span { border-color: rgb(216,93,136); }
td.TdClassName
{
border-color: #D85D88;
}
.TagClassName
{
border-color: #D85D88;
}
</style>