Shades of Dark Pink #D95D8B
Tints of Dark Pink #D95D8B
RGB
CMYK
RGB Variations
Color information
#D95D8B (or 0xD95D8B) is known color: Dark Pink. HEX triplet: D9, 5D and 8B. RGB value is (217,93,139). Sum of RGB (Red+Green+Blue) = 217+93+139=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D8B is #26A274. Grayscale: #878787. Windows color (decimal): -2531957 or 9133529. OLE color: 9133529.
HSL color Cylindrical-coordinate representation of color #D95D8B: hue angle of 337.74º 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 #D95D8B is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 139 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.15 |
| HSL | 337.74º | 0.62% | 0.61% | - |
| HSV(B) | 337.74º | 0.57% | 0.85% | - |
| XYZ | 37.19 | 24.44 | 27.18 | - |
| YUV | 135.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 139 | 0 | 0.57 | 0.36 | 0.15 | 337.74 | 0.62 | 0.61 |
| Hex | D9 | 5D | 8B | 0 | 39 | 24 | F | 152 | 3E | 3D |
| Octal | 331 | 135 | 213 | 0 | 71 | 44 | 17 | 522 | 76 | 75 |
| Binary | 11011001 | 1011101 | 10001011 | 0 | 111001 | 100100 | 1111 | 101010010 | 111110 | 111101 |
Color Harmonies of #D95D8B
Complementary color
Monochromatic Colors of #D95D8B
Black with #D95D8B
Text Example
Text Example
White with #D95D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D8B; }
p { color: rgb(217,93,139); }
H1.HeaderClassName
{
color: #D95D8B;
}
.AnyTagClassName
{
color: #D95D8B;
}
</style>
background-color css
<style>
a { background-color: #D95D8B; }
a { background-color: rgb(217,93,139); }
div.DivClassName
{
background-color: #D95D8B;
}
.BgClassName
{
background-color: #D95D8B;
}
</style>
border-color css
<style>
span { border-color: #D95D8B; }
span { border-color: rgb(217,93,139); }
td.TdClassName
{
border-color: #D95D8B;
}
.TagClassName
{
border-color: #D95D8B;
}
</style>