Shades of Hollywood Cerise #DC069C
Tints of Hollywood Cerise #DC069C
RGB
CMYK
RGB Variations
Color information
#DC069C (or 0xDC069C) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 9C. RGB value is (220,6,156). Sum of RGB (Red+Green+Blue) = 220+6+156=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC069C is #23F963. Grayscale: #565656. Windows color (decimal): -2357604 or 10225372. OLE color: 10225372.
HSL color Cylindrical-coordinate representation of color #DC069C: hue angle of 317.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC069C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.14 |
| HSL | 317.94º | 0.95% | 0.44% | - |
| HSV(B) | 317.94º | 0.97% | 0.86% | - |
| XYZ | 35.58 | 17.75 | 33 | - |
| YUV | 87.09 | 166.9 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 156 | 0 | 0.97 | 0.29 | 0.14 | 317.94 | 0.95 | 0.44 |
| Hex | DC | 6 | 9C | 0 | 61 | 1D | E | 13E | 5F | 2C |
| Octal | 334 | 6 | 234 | 0 | 141 | 35 | 16 | 476 | 137 | 54 |
| Binary | 11011100 | 110 | 10011100 | 0 | 1100001 | 11101 | 1110 | 100111110 | 1011111 | 101100 |
Color Harmonies of #DC069C
Complementary color
Monochromatic Colors of #DC069C
Black with #DC069C
Text Example
Text Example
White with #DC069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC069C; }
p { color: rgb(220,6,156); }
H1.HeaderClassName
{
color: #DC069C;
}
.AnyTagClassName
{
color: #DC069C;
}
</style>
background-color css
<style>
a { background-color: #DC069C; }
a { background-color: rgb(220,6,156); }
div.DivClassName
{
background-color: #DC069C;
}
.BgClassName
{
background-color: #DC069C;
}
</style>
border-color css
<style>
span { border-color: #DC069C; }
span { border-color: rgb(220,6,156); }
td.TdClassName
{
border-color: #DC069C;
}
.TagClassName
{
border-color: #DC069C;
}
</style>