Shades of Dark Pink #D9558C
Tints of Dark Pink #D9558C
RGB
CMYK
RGB Variations
Color information
#D9558C (or 0xD9558C) is known color: Dark Pink. HEX triplet: D9, 55 and 8C. RGB value is (217,85,140). Sum of RGB (Red+Green+Blue) = 217+85+140=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9558C is #26AA73. Grayscale: #828282. Windows color (decimal): -2534004 or 9197017. OLE color: 9197017.
HSL color Cylindrical-coordinate representation of color #D9558C: hue angle of 335º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9558C is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 140 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.15 |
| HSL | 335º | 0.63% | 0.59% | - |
| HSV(B) | 335º | 0.61% | 0.85% | - |
| XYZ | 36.6 | 23.14 | 27.35 | - |
| YUV | 130.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 140 | 0 | 0.61 | 0.35 | 0.15 | 335 | 0.63 | 0.59 |
| Hex | D9 | 55 | 8C | 0 | 3D | 23 | F | 14F | 3F | 3B |
| Octal | 331 | 125 | 214 | 0 | 75 | 43 | 17 | 517 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10001100 | 0 | 111101 | 100011 | 1111 | 101001111 | 111111 | 111011 |
Color Harmonies of #D9558C
Complementary color
Monochromatic Colors of #D9558C
Black with #D9558C
Text Example
Text Example
White with #D9558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9558C; }
p { color: rgb(217,85,140); }
H1.HeaderClassName
{
color: #D9558C;
}
.AnyTagClassName
{
color: #D9558C;
}
</style>
background-color css
<style>
a { background-color: #D9558C; }
a { background-color: rgb(217,85,140); }
div.DivClassName
{
background-color: #D9558C;
}
.BgClassName
{
background-color: #D9558C;
}
</style>
border-color css
<style>
span { border-color: #D9558C; }
span { border-color: rgb(217,85,140); }
td.TdClassName
{
border-color: #D9558C;
}
.TagClassName
{
border-color: #D9558C;
}
</style>