Shades of Dark Pink #D95D84
Tints of Dark Pink #D95D84
RGB
CMYK
RGB Variations
Color information
#D95D84 (or 0xD95D84) is known color: Dark Pink. HEX triplet: D9, 5D and 84. RGB value is (217,93,132). Sum of RGB (Red+Green+Blue) = 217+93+132=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D84 is #26A27B. Grayscale: #868686. Windows color (decimal): -2531964 or 8674777. OLE color: 8674777.
HSL color Cylindrical-coordinate representation of color #D95D84: hue angle of 341.13º 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 #D95D84 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 132 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.15 |
| HSL | 341.13º | 0.62% | 0.61% | - |
| HSV(B) | 341.13º | 0.57% | 0.85% | - |
| XYZ | 36.69 | 24.25 | 24.58 | - |
| YUV | 134.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 132 | 0 | 0.57 | 0.39 | 0.15 | 341.13 | 0.62 | 0.61 |
| Hex | D9 | 5D | 84 | 0 | 39 | 27 | F | 155 | 3E | 3D |
| Octal | 331 | 135 | 204 | 0 | 71 | 47 | 17 | 525 | 76 | 75 |
| Binary | 11011001 | 1011101 | 10000100 | 0 | 111001 | 100111 | 1111 | 101010101 | 111110 | 111101 |
Color Harmonies of #D95D84
Complementary color
Monochromatic Colors of #D95D84
Black with #D95D84
Text Example
Text Example
White with #D95D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D84; }
p { color: rgb(217,93,132); }
H1.HeaderClassName
{
color: #D95D84;
}
.AnyTagClassName
{
color: #D95D84;
}
</style>
background-color css
<style>
a { background-color: #D95D84; }
a { background-color: rgb(217,93,132); }
div.DivClassName
{
background-color: #D95D84;
}
.BgClassName
{
background-color: #D95D84;
}
</style>
border-color css
<style>
span { border-color: #D95D84; }
span { border-color: rgb(217,93,132); }
td.TdClassName
{
border-color: #D95D84;
}
.TagClassName
{
border-color: #D95D84;
}
</style>