Shades of Hollywood Cerise #DC049B
Tints of Hollywood Cerise #DC049B
RGB
CMYK
RGB Variations
Color information
#DC049B (or 0xDC049B) is known color: Hollywood Cerise. HEX triplet: DC, 04 and 9B. RGB value is (220,4,155). Sum of RGB (Red+Green+Blue) = 220+4+155=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC049B is #23FB64. Grayscale: #555555. Windows color (decimal): -2358117 or 10159324. OLE color: 10159324.
HSL color Cylindrical-coordinate representation of color #DC049B: hue angle of 318.06º 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 #DC049B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.14 |
| HSL | 318.06º | 0.96% | 0.44% | - |
| HSV(B) | 318.06º | 0.98% | 0.86% | - |
| XYZ | 35.48 | 17.67 | 32.55 | - |
| YUV | 85.8 | 167.06 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 155 | 0 | 0.98 | 0.30 | 0.14 | 318.06 | 0.96 | 0.44 |
| Hex | DC | 4 | 9B | 0 | 62 | 1E | E | 13E | 60 | 2C |
| Octal | 334 | 4 | 233 | 0 | 142 | 36 | 16 | 476 | 140 | 54 |
| Binary | 11011100 | 100 | 10011011 | 0 | 1100010 | 11110 | 1110 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DC049B
Complementary color
Monochromatic Colors of #DC049B
Black with #DC049B
Text Example
Text Example
White with #DC049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC049B; }
p { color: rgb(220,4,155); }
H1.HeaderClassName
{
color: #DC049B;
}
.AnyTagClassName
{
color: #DC049B;
}
</style>
background-color css
<style>
a { background-color: #DC049B; }
a { background-color: rgb(220,4,155); }
div.DivClassName
{
background-color: #DC049B;
}
.BgClassName
{
background-color: #DC049B;
}
</style>
border-color css
<style>
span { border-color: #DC049B; }
span { border-color: rgb(220,4,155); }
td.TdClassName
{
border-color: #DC049B;
}
.TagClassName
{
border-color: #DC049B;
}
</style>