Shades of Dark Pink #DC5991
Tints of Dark Pink #DC5991
RGB
CMYK
RGB Variations
Color information
#DC5991 (or 0xDC5991) is known color: Dark Pink. HEX triplet: DC, 59 and 91. RGB value is (220,89,145). Sum of RGB (Red+Green+Blue) = 220+89+145=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5991 is #23A66E. Grayscale: #868686. Windows color (decimal): -2336367 or 9525724. OLE color: 9525724.
HSL color Cylindrical-coordinate representation of color #DC5991: hue angle of 334.35º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5991 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 145 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.14 |
| HSL | 334.35º | 0.65% | 0.61% | - |
| HSV(B) | 334.35º | 0.6% | 0.86% | - |
| XYZ | 38.2 | 24.4 | 29.49 | - |
| YUV | 134.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 145 | 0 | 0.60 | 0.34 | 0.14 | 334.35 | 0.65 | 0.61 |
| Hex | DC | 59 | 91 | 0 | 3C | 22 | E | 14E | 41 | 3D |
| Octal | 334 | 131 | 221 | 0 | 74 | 42 | 16 | 516 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10010001 | 0 | 111100 | 100010 | 1110 | 101001110 | 1000001 | 111101 |
Color Harmonies of #DC5991
Complementary color
Monochromatic Colors of #DC5991
Black with #DC5991
Text Example
Text Example
White with #DC5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5991; }
p { color: rgb(220,89,145); }
H1.HeaderClassName
{
color: #DC5991;
}
.AnyTagClassName
{
color: #DC5991;
}
</style>
background-color css
<style>
a { background-color: #DC5991; }
a { background-color: rgb(220,89,145); }
div.DivClassName
{
background-color: #DC5991;
}
.BgClassName
{
background-color: #DC5991;
}
</style>
border-color css
<style>
span { border-color: #DC5991; }
span { border-color: rgb(220,89,145); }
td.TdClassName
{
border-color: #DC5991;
}
.TagClassName
{
border-color: #DC5991;
}
</style>