Shades of Hollywood Cerise #DC0392
Tints of Hollywood Cerise #DC0392
RGB
CMYK
RGB Variations
Color information
#DC0392 (or 0xDC0392) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 92. RGB value is (220,3,146). Sum of RGB (Red+Green+Blue) = 220+3+146=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0392 is #23FC6D. Grayscale: #535353. Windows color (decimal): -2358382 or 9569244. OLE color: 9569244.
HSL color Cylindrical-coordinate representation of color #DC0392: hue angle of 320.46º degrees, saturation: 0.97, 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 #DC0392 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.14 |
| HSL | 320.46º | 0.97% | 0.44% | - |
| HSV(B) | 320.46º | 0.99% | 0.86% | - |
| XYZ | 34.74 | 17.36 | 28.71 | - |
| YUV | 84.19 | 162.89 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 146 | 0 | 0.99 | 0.34 | 0.14 | 320.46 | 0.97 | 0.44 |
| Hex | DC | 3 | 92 | 0 | 63 | 22 | E | 140 | 61 | 2C |
| Octal | 334 | 3 | 222 | 0 | 143 | 42 | 16 | 500 | 141 | 54 |
| Binary | 11011100 | 11 | 10010010 | 0 | 1100011 | 100010 | 1110 | 101000000 | 1100001 | 101100 |
Color Harmonies of #DC0392
Complementary color
Monochromatic Colors of #DC0392
Black with #DC0392
Text Example
Text Example
White with #DC0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0392; }
p { color: rgb(220,3,146); }
H1.HeaderClassName
{
color: #DC0392;
}
.AnyTagClassName
{
color: #DC0392;
}
</style>
background-color css
<style>
a { background-color: #DC0392; }
a { background-color: rgb(220,3,146); }
div.DivClassName
{
background-color: #DC0392;
}
.BgClassName
{
background-color: #DC0392;
}
</style>
border-color css
<style>
span { border-color: #DC0392; }
span { border-color: rgb(220,3,146); }
td.TdClassName
{
border-color: #DC0392;
}
.TagClassName
{
border-color: #DC0392;
}
</style>