Shades of Dark Pink #D95888
Tints of Dark Pink #D95888
RGB
CMYK
RGB Variations
Color information
#D95888 (or 0xD95888) is known color: Dark Pink. HEX triplet: D9, 58 and 88. RGB value is (217,88,136). Sum of RGB (Red+Green+Blue) = 217+88+136=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D95888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95888 is #26A777. Grayscale: #838383. Windows color (decimal): -2533240 or 8935641. OLE color: 8935641.
HSL color Cylindrical-coordinate representation of color #D95888: hue angle of 337.67º 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 #D95888 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 136 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.15 |
| HSL | 337.67º | 0.63% | 0.6% | - |
| HSV(B) | 337.67º | 0.59% | 0.85% | - |
| XYZ | 36.55 | 23.51 | 25.9 | - |
| YUV | 132.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 136 | 0 | 0.59 | 0.37 | 0.15 | 337.67 | 0.63 | 0.6 |
| Hex | D9 | 58 | 88 | 0 | 3B | 25 | F | 152 | 3F | 3C |
| Octal | 331 | 130 | 210 | 0 | 73 | 45 | 17 | 522 | 77 | 74 |
| Binary | 11011001 | 1011000 | 10001000 | 0 | 111011 | 100101 | 1111 | 101010010 | 111111 | 111100 |
Color Harmonies of #D95888
Complementary color
Monochromatic Colors of #D95888
Black with #D95888
Text Example
Text Example
White with #D95888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95888; }
p { color: rgb(217,88,136); }
H1.HeaderClassName
{
color: #D95888;
}
.AnyTagClassName
{
color: #D95888;
}
</style>
background-color css
<style>
a { background-color: #D95888; }
a { background-color: rgb(217,88,136); }
div.DivClassName
{
background-color: #D95888;
}
.BgClassName
{
background-color: #D95888;
}
</style>
border-color css
<style>
span { border-color: #D95888; }
span { border-color: rgb(217,88,136); }
td.TdClassName
{
border-color: #D95888;
}
.TagClassName
{
border-color: #D95888;
}
</style>