Shades of Dark Pink #DC5584
Tints of Dark Pink #DC5584
RGB
CMYK
RGB Variations
Color information
#DC5584 (or 0xDC5584) is known color: Dark Pink. HEX triplet: DC, 55 and 84. RGB value is (220,85,132). Sum of RGB (Red+Green+Blue) = 220+85+132=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5584 is #23AA7B. Grayscale: #828282. Windows color (decimal): -2337404 or 8672732. OLE color: 8672732.
HSL color Cylindrical-coordinate representation of color #DC5584: hue angle of 339.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5584 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 132 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.14 |
| HSL | 339.11º | 0.66% | 0.6% | - |
| HSV(B) | 339.11º | 0.61% | 0.86% | - |
| XYZ | 36.93 | 23.38 | 24.4 | - |
| YUV | 130.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 132 | 0 | 0.61 | 0.40 | 0.14 | 339.11 | 0.66 | 0.6 |
| Hex | DC | 55 | 84 | 0 | 3D | 28 | E | 153 | 42 | 3C |
| Octal | 334 | 125 | 204 | 0 | 75 | 50 | 16 | 523 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10000100 | 0 | 111101 | 101000 | 1110 | 101010011 | 1000010 | 111100 |
Color Harmonies of #DC5584
Complementary color
Monochromatic Colors of #DC5584
Black with #DC5584
Text Example
Text Example
White with #DC5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5584; }
p { color: rgb(220,85,132); }
H1.HeaderClassName
{
color: #DC5584;
}
.AnyTagClassName
{
color: #DC5584;
}
</style>
background-color css
<style>
a { background-color: #DC5584; }
a { background-color: rgb(220,85,132); }
div.DivClassName
{
background-color: #DC5584;
}
.BgClassName
{
background-color: #DC5584;
}
</style>
border-color css
<style>
span { border-color: #DC5584; }
span { border-color: rgb(220,85,132); }
td.TdClassName
{
border-color: #DC5584;
}
.TagClassName
{
border-color: #DC5584;
}
</style>