Shades of Hollywood Cerise #DC0593
Tints of Hollywood Cerise #DC0593
RGB
CMYK
RGB Variations
Color information
#DC0593 (or 0xDC0593) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 93. RGB value is (220,5,147). Sum of RGB (Red+Green+Blue) = 220+5+147=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0593 is #23FA6C. Grayscale: #555555. Windows color (decimal): -2357869 or 9635292. OLE color: 9635292.
HSL color Cylindrical-coordinate representation of color #DC0593: hue angle of 320.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0593 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 147 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.14 |
| HSL | 320.37º | 0.96% | 0.44% | - |
| HSV(B) | 320.37º | 0.98% | 0.86% | - |
| XYZ | 34.84 | 17.43 | 29.13 | - |
| YUV | 85.47 | 162.73 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 147 | 0 | 0.98 | 0.33 | 0.14 | 320.37 | 0.96 | 0.44 |
| Hex | DC | 5 | 93 | 0 | 62 | 21 | E | 140 | 60 | 2C |
| Octal | 334 | 5 | 223 | 0 | 142 | 41 | 16 | 500 | 140 | 54 |
| Binary | 11011100 | 101 | 10010011 | 0 | 1100010 | 100001 | 1110 | 101000000 | 1100000 | 101100 |
Color Harmonies of #DC0593
Complementary color
Monochromatic Colors of #DC0593
Black with #DC0593
Text Example
Text Example
White with #DC0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0593; }
p { color: rgb(220,5,147); }
H1.HeaderClassName
{
color: #DC0593;
}
.AnyTagClassName
{
color: #DC0593;
}
</style>
background-color css
<style>
a { background-color: #DC0593; }
a { background-color: rgb(220,5,147); }
div.DivClassName
{
background-color: #DC0593;
}
.BgClassName
{
background-color: #DC0593;
}
</style>
border-color css
<style>
span { border-color: #DC0593; }
span { border-color: rgb(220,5,147); }
td.TdClassName
{
border-color: #DC0593;
}
.TagClassName
{
border-color: #DC0593;
}
</style>