Shades of Dark Pink #DC5791
Tints of Dark Pink #DC5791
RGB
CMYK
RGB Variations
Color information
#DC5791 (or 0xDC5791) is known color: Dark Pink. HEX triplet: DC, 57 and 91. RGB value is (220,87,145). Sum of RGB (Red+Green+Blue) = 220+87+145=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5791 is #23A86E. Grayscale: #858585. Windows color (decimal): -2336879 or 9525212. OLE color: 9525212.
HSL color Cylindrical-coordinate representation of color #DC5791: hue angle of 333.83º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5791 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 145 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.14 |
| HSL | 333.83º | 0.66% | 0.6% | - |
| HSV(B) | 333.83º | 0.6% | 0.86% | - |
| XYZ | 38.03 | 24.08 | 29.43 | - |
| YUV | 133.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 145 | 0 | 0.60 | 0.34 | 0.14 | 333.83 | 0.66 | 0.6 |
| Hex | DC | 57 | 91 | 0 | 3C | 22 | E | 14E | 42 | 3C |
| Octal | 334 | 127 | 221 | 0 | 74 | 42 | 16 | 516 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10010001 | 0 | 111100 | 100010 | 1110 | 101001110 | 1000010 | 111100 |
Color Harmonies of #DC5791
Complementary color
Monochromatic Colors of #DC5791
Black with #DC5791
Text Example
Text Example
White with #DC5791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5791; }
p { color: rgb(220,87,145); }
H1.HeaderClassName
{
color: #DC5791;
}
.AnyTagClassName
{
color: #DC5791;
}
</style>
background-color css
<style>
a { background-color: #DC5791; }
a { background-color: rgb(220,87,145); }
div.DivClassName
{
background-color: #DC5791;
}
.BgClassName
{
background-color: #DC5791;
}
</style>
border-color css
<style>
span { border-color: #DC5791; }
span { border-color: rgb(220,87,145); }
td.TdClassName
{
border-color: #DC5791;
}
.TagClassName
{
border-color: #DC5791;
}
</style>