Shades of Hollywood Cerise #DC0290
Tints of Hollywood Cerise #DC0290
RGB
CMYK
RGB Variations
Color information
#DC0290 (or 0xDC0290) is known color: Hollywood Cerise. HEX triplet: DC, 02 and 90. RGB value is (220,2,144). Sum of RGB (Red+Green+Blue) = 220+2+144=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0290 is #23FD6F. Grayscale: #535353. Windows color (decimal): -2358640 or 9437916. OLE color: 9437916.
HSL color Cylindrical-coordinate representation of color #DC0290: hue angle of 320.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0290 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 144 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.14 |
| HSL | 320.92º | 0.98% | 0.44% | - |
| HSV(B) | 320.92º | 0.99% | 0.86% | - |
| XYZ | 34.57 | 17.27 | 27.9 | - |
| YUV | 83.37 | 162.22 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 144 | 0 | 0.99 | 0.35 | 0.14 | 320.92 | 0.98 | 0.44 |
| Hex | DC | 2 | 90 | 0 | 63 | 23 | E | 141 | 62 | 2C |
| Octal | 334 | 2 | 220 | 0 | 143 | 43 | 16 | 501 | 142 | 54 |
| Binary | 11011100 | 10 | 10010000 | 0 | 1100011 | 100011 | 1110 | 101000001 | 1100010 | 101100 |
Color Harmonies of #DC0290
Complementary color
Monochromatic Colors of #DC0290
Black with #DC0290
Text Example
Text Example
White with #DC0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0290; }
p { color: rgb(220,2,144); }
H1.HeaderClassName
{
color: #DC0290;
}
.AnyTagClassName
{
color: #DC0290;
}
</style>
background-color css
<style>
a { background-color: #DC0290; }
a { background-color: rgb(220,2,144); }
div.DivClassName
{
background-color: #DC0290;
}
.BgClassName
{
background-color: #DC0290;
}
</style>
border-color css
<style>
span { border-color: #DC0290; }
span { border-color: rgb(220,2,144); }
td.TdClassName
{
border-color: #DC0290;
}
.TagClassName
{
border-color: #DC0290;
}
</style>