Shades of Dark Pink #DC5486
Tints of Dark Pink #DC5486
RGB
CMYK
RGB Variations
Color information
#DC5486 (or 0xDC5486) is known color: Dark Pink. HEX triplet: DC, 54 and 86. RGB value is (220,84,134). Sum of RGB (Red+Green+Blue) = 220+84+134=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5486 is #23AB79. Grayscale: #828282. Windows color (decimal): -2337658 or 8803548. OLE color: 8803548.
HSL color Cylindrical-coordinate representation of color #DC5486: hue angle of 337.94º 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 #DC5486 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 134 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.14 |
| HSL | 337.94º | 0.66% | 0.6% | - |
| HSV(B) | 337.94º | 0.62% | 0.86% | - |
| XYZ | 36.99 | 23.28 | 25.1 | - |
| YUV | 130.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 134 | 0 | 0.62 | 0.39 | 0.14 | 337.94 | 0.66 | 0.6 |
| Hex | DC | 54 | 86 | 0 | 3E | 27 | E | 152 | 42 | 3C |
| Octal | 334 | 124 | 206 | 0 | 76 | 47 | 16 | 522 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10000110 | 0 | 111110 | 100111 | 1110 | 101010010 | 1000010 | 111100 |
Color Harmonies of #DC5486
Complementary color
Monochromatic Colors of #DC5486
Black with #DC5486
Text Example
Text Example
White with #DC5486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5486; }
p { color: rgb(220,84,134); }
H1.HeaderClassName
{
color: #DC5486;
}
.AnyTagClassName
{
color: #DC5486;
}
</style>
background-color css
<style>
a { background-color: #DC5486; }
a { background-color: rgb(220,84,134); }
div.DivClassName
{
background-color: #DC5486;
}
.BgClassName
{
background-color: #DC5486;
}
</style>
border-color css
<style>
span { border-color: #DC5486; }
span { border-color: rgb(220,84,134); }
td.TdClassName
{
border-color: #DC5486;
}
.TagClassName
{
border-color: #DC5486;
}
</style>