Shades of Dark Pink #D95D87
Tints of Dark Pink #D95D87
RGB
CMYK
RGB Variations
Color information
#D95D87 (or 0xD95D87) is known color: Dark Pink. HEX triplet: D9, 5D and 87. RGB value is (217,93,135). Sum of RGB (Red+Green+Blue) = 217+93+135=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D87 is #26A278. Grayscale: #868686. Windows color (decimal): -2531961 or 8871385. OLE color: 8871385.
HSL color Cylindrical-coordinate representation of color #D95D87: hue angle of 339.68º degrees, saturation: 0.62, 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 #D95D87 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 135 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.15 |
| HSL | 339.68º | 0.62% | 0.61% | - |
| HSV(B) | 339.68º | 0.57% | 0.85% | - |
| XYZ | 36.9 | 24.33 | 25.67 | - |
| YUV | 134.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 135 | 0 | 0.57 | 0.38 | 0.15 | 339.68 | 0.62 | 0.61 |
| Hex | D9 | 5D | 87 | 0 | 39 | 26 | F | 154 | 3E | 3D |
| Octal | 331 | 135 | 207 | 0 | 71 | 46 | 17 | 524 | 76 | 75 |
| Binary | 11011001 | 1011101 | 10000111 | 0 | 111001 | 100110 | 1111 | 101010100 | 111110 | 111101 |
Color Harmonies of #D95D87
Complementary color
Monochromatic Colors of #D95D87
Black with #D95D87
Text Example
Text Example
White with #D95D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D87; }
p { color: rgb(217,93,135); }
H1.HeaderClassName
{
color: #D95D87;
}
.AnyTagClassName
{
color: #D95D87;
}
</style>
background-color css
<style>
a { background-color: #D95D87; }
a { background-color: rgb(217,93,135); }
div.DivClassName
{
background-color: #D95D87;
}
.BgClassName
{
background-color: #D95D87;
}
</style>
border-color css
<style>
span { border-color: #D95D87; }
span { border-color: rgb(217,93,135); }
td.TdClassName
{
border-color: #D95D87;
}
.TagClassName
{
border-color: #D95D87;
}
</style>