Shades of Dark Pink #DC5493
Tints of Dark Pink #DC5493
RGB
CMYK
RGB Variations
Color information
#DC5493 (or 0xDC5493) is known color: Dark Pink. HEX triplet: DC, 54 and 93. RGB value is (220,84,147). Sum of RGB (Red+Green+Blue) = 220+84+147=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5493 is #23AB6C. Grayscale: #838383. Windows color (decimal): -2337645 or 9655516. OLE color: 9655516.
HSL color Cylindrical-coordinate representation of color #DC5493: hue angle of 332.21º 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 #DC5493 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 147 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.14 |
| HSL | 332.21º | 0.66% | 0.6% | - |
| HSV(B) | 332.21º | 0.62% | 0.86% | - |
| XYZ | 37.95 | 23.66 | 30.17 | - |
| YUV | 131.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 147 | 0 | 0.62 | 0.33 | 0.14 | 332.21 | 0.66 | 0.6 |
| Hex | DC | 54 | 93 | 0 | 3E | 21 | E | 14C | 42 | 3C |
| Octal | 334 | 124 | 223 | 0 | 76 | 41 | 16 | 514 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10010011 | 0 | 111110 | 100001 | 1110 | 101001100 | 1000010 | 111100 |
Color Harmonies of #DC5493
Complementary color
Monochromatic Colors of #DC5493
Black with #DC5493
Text Example
Text Example
White with #DC5493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5493; }
p { color: rgb(220,84,147); }
H1.HeaderClassName
{
color: #DC5493;
}
.AnyTagClassName
{
color: #DC5493;
}
</style>
background-color css
<style>
a { background-color: #DC5493; }
a { background-color: rgb(220,84,147); }
div.DivClassName
{
background-color: #DC5493;
}
.BgClassName
{
background-color: #DC5493;
}
</style>
border-color css
<style>
span { border-color: #DC5493; }
span { border-color: rgb(220,84,147); }
td.TdClassName
{
border-color: #DC5493;
}
.TagClassName
{
border-color: #DC5493;
}
</style>