Shades of Hollywood Cerise #DC029A
Tints of Hollywood Cerise #DC029A
RGB
CMYK
RGB Variations
Color information
#DC029A (or 0xDC029A) is known color: Hollywood Cerise. HEX triplet: DC, 02 and 9A. RGB value is (220,2,154). Sum of RGB (Red+Green+Blue) = 220+2+154=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC029A is #23FD65. Grayscale: #545454. Windows color (decimal): -2358630 or 10093276. OLE color: 10093276.
HSL color Cylindrical-coordinate representation of color #DC029A: hue angle of 318.17º 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 #DC029A is Cyan = 0, Magento = 0.99, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.3 | 0.14 |
| HSL | 318.17º | 0.98% | 0.44% | - |
| HSV(B) | 318.17º | 0.99% | 0.86% | - |
| XYZ | 35.37 | 17.59 | 32.1 | - |
| YUV | 84.51 | 167.22 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 154 | 0 | 0.99 | 0.3 | 0.14 | 318.17 | 0.98 | 0.44 |
| Hex | DC | 2 | 9A | 0 | 63 | 1E | E | 13E | 62 | 2C |
| Octal | 334 | 2 | 232 | 0 | 143 | 36 | 16 | 476 | 142 | 54 |
| Binary | 11011100 | 10 | 10011010 | 0 | 1100011 | 11110 | 1110 | 100111110 | 1100010 | 101100 |
Color Harmonies of #DC029A
Complementary color
Monochromatic Colors of #DC029A
Black with #DC029A
Text Example
Text Example
White with #DC029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC029A; }
p { color: rgb(220,2,154); }
H1.HeaderClassName
{
color: #DC029A;
}
.AnyTagClassName
{
color: #DC029A;
}
</style>
background-color css
<style>
a { background-color: #DC029A; }
a { background-color: rgb(220,2,154); }
div.DivClassName
{
background-color: #DC029A;
}
.BgClassName
{
background-color: #DC029A;
}
</style>
border-color css
<style>
span { border-color: #DC029A; }
span { border-color: rgb(220,2,154); }
td.TdClassName
{
border-color: #DC029A;
}
.TagClassName
{
border-color: #DC029A;
}
</style>