Shades of Dark Pink #DC5491
Tints of Dark Pink #DC5491
RGB
CMYK
RGB Variations
Color information
#DC5491 (or 0xDC5491) is known color: Dark Pink. HEX triplet: DC, 54 and 91. RGB value is (220,84,145). Sum of RGB (Red+Green+Blue) = 220+84+145=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5491 is #23AB6E. Grayscale: #838383. Windows color (decimal): -2337647 or 9524444. OLE color: 9524444.
HSL color Cylindrical-coordinate representation of color #DC5491: hue angle of 333.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5491 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 145 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.14 |
| HSL | 333.09º | 0.66% | 0.6% | - |
| HSV(B) | 333.09º | 0.62% | 0.86% | - |
| XYZ | 37.8 | 23.6 | 29.35 | - |
| YUV | 131.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 145 | 0 | 0.62 | 0.34 | 0.14 | 333.09 | 0.66 | 0.6 |
| Hex | DC | 54 | 91 | 0 | 3E | 22 | E | 14D | 42 | 3C |
| Octal | 334 | 124 | 221 | 0 | 76 | 42 | 16 | 515 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10010001 | 0 | 111110 | 100010 | 1110 | 101001101 | 1000010 | 111100 |
Color Harmonies of #DC5491
Complementary color
Monochromatic Colors of #DC5491
Black with #DC5491
Text Example
Text Example
White with #DC5491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5491; }
p { color: rgb(220,84,145); }
H1.HeaderClassName
{
color: #DC5491;
}
.AnyTagClassName
{
color: #DC5491;
}
</style>
background-color css
<style>
a { background-color: #DC5491; }
a { background-color: rgb(220,84,145); }
div.DivClassName
{
background-color: #DC5491;
}
.BgClassName
{
background-color: #DC5491;
}
</style>
border-color css
<style>
span { border-color: #DC5491; }
span { border-color: rgb(220,84,145); }
td.TdClassName
{
border-color: #DC5491;
}
.TagClassName
{
border-color: #DC5491;
}
</style>