Shades of Dark Pink #D95D86
Tints of Dark Pink #D95D86
RGB
CMYK
RGB Variations
Color information
#D95D86 (or 0xD95D86) is known color: Dark Pink. HEX triplet: D9, 5D and 86. RGB value is (217,93,134). Sum of RGB (Red+Green+Blue) = 217+93+134=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D86 is #26A279. Grayscale: #868686. Windows color (decimal): -2531962 or 8805849. OLE color: 8805849.
HSL color Cylindrical-coordinate representation of color #D95D86: hue angle of 340.16º 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 #D95D86 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 134 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.15 |
| HSL | 340.16º | 0.62% | 0.61% | - |
| HSV(B) | 340.16º | 0.57% | 0.85% | - |
| XYZ | 36.83 | 24.3 | 25.3 | - |
| YUV | 134.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 134 | 0 | 0.57 | 0.38 | 0.15 | 340.16 | 0.62 | 0.61 |
| Hex | D9 | 5D | 86 | 0 | 39 | 26 | F | 154 | 3E | 3D |
| Octal | 331 | 135 | 206 | 0 | 71 | 46 | 17 | 524 | 76 | 75 |
| Binary | 11011001 | 1011101 | 10000110 | 0 | 111001 | 100110 | 1111 | 101010100 | 111110 | 111101 |
Color Harmonies of #D95D86
Complementary color
Monochromatic Colors of #D95D86
Black with #D95D86
Text Example
Text Example
White with #D95D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D86; }
p { color: rgb(217,93,134); }
H1.HeaderClassName
{
color: #D95D86;
}
.AnyTagClassName
{
color: #D95D86;
}
</style>
background-color css
<style>
a { background-color: #D95D86; }
a { background-color: rgb(217,93,134); }
div.DivClassName
{
background-color: #D95D86;
}
.BgClassName
{
background-color: #D95D86;
}
</style>
border-color css
<style>
span { border-color: #D95D86; }
span { border-color: rgb(217,93,134); }
td.TdClassName
{
border-color: #D95D86;
}
.TagClassName
{
border-color: #D95D86;
}
</style>