Shades of Dark Pink #D95988
Tints of Dark Pink #D95988
RGB
CMYK
RGB Variations
Color information
#D95988 (or 0xD95988) is known color: Dark Pink. HEX triplet: D9, 59 and 88. RGB value is (217,89,136). Sum of RGB (Red+Green+Blue) = 217+89+136=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D95988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95988 is #26A677. Grayscale: #848484. Windows color (decimal): -2532984 or 8935897. OLE color: 8935897.
HSL color Cylindrical-coordinate representation of color #D95988: hue angle of 337.97º degrees, saturation: 0.63, 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 #D95988 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 136 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.15 |
| HSL | 337.97º | 0.63% | 0.6% | - |
| HSV(B) | 337.97º | 0.59% | 0.85% | - |
| XYZ | 36.63 | 23.67 | 25.93 | - |
| YUV | 132.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 136 | 0 | 0.59 | 0.37 | 0.15 | 337.97 | 0.63 | 0.6 |
| Hex | D9 | 59 | 88 | 0 | 3B | 25 | F | 152 | 3F | 3C |
| Octal | 331 | 131 | 210 | 0 | 73 | 45 | 17 | 522 | 77 | 74 |
| Binary | 11011001 | 1011001 | 10001000 | 0 | 111011 | 100101 | 1111 | 101010010 | 111111 | 111100 |
Color Harmonies of #D95988
Complementary color
Monochromatic Colors of #D95988
Black with #D95988
Text Example
Text Example
White with #D95988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95988; }
p { color: rgb(217,89,136); }
H1.HeaderClassName
{
color: #D95988;
}
.AnyTagClassName
{
color: #D95988;
}
</style>
background-color css
<style>
a { background-color: #D95988; }
a { background-color: rgb(217,89,136); }
div.DivClassName
{
background-color: #D95988;
}
.BgClassName
{
background-color: #D95988;
}
</style>
border-color css
<style>
span { border-color: #D95988; }
span { border-color: rgb(217,89,136); }
td.TdClassName
{
border-color: #D95988;
}
.TagClassName
{
border-color: #D95988;
}
</style>