Shades of Hollywood Cerise #DC06B0
Tints of Hollywood Cerise #DC06B0
RGB
CMYK
RGB Variations
Color information
#DC06B0 (or 0xDC06B0) is known color: Hollywood Cerise. HEX triplet: DC, 06 and B0. RGB value is (220,6,176). Sum of RGB (Red+Green+Blue) = 220+6+176=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC06B0 is #23F94F. Grayscale: #585858. Windows color (decimal): -2357584 or 11536092. OLE color: 11536092.
HSL color Cylindrical-coordinate representation of color #DC06B0: hue angle of 312.34º 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 #DC06B0 is Cyan = 0, Magento = 0.97, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 176 | - |
| CMYK | 0 | 0.97 | 0.2 | 0.14 |
| HSL | 312.34º | 0.95% | 0.44% | - |
| HSV(B) | 312.34º | 0.97% | 0.86% | - |
| XYZ | 37.42 | 18.48 | 42.67 | - |
| YUV | 89.37 | 176.9 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 176 | 0 | 0.97 | 0.2 | 0.14 | 312.34 | 0.95 | 0.44 |
| Hex | DC | 6 | B0 | 0 | 61 | 14 | E | 138 | 5F | 2C |
| Octal | 334 | 6 | 260 | 0 | 141 | 24 | 16 | 470 | 137 | 54 |
| Binary | 11011100 | 110 | 10110000 | 0 | 1100001 | 10100 | 1110 | 100111000 | 1011111 | 101100 |
Color Harmonies of #DC06B0
Complementary color
Monochromatic Colors of #DC06B0
Black with #DC06B0
Text Example
Text Example
White with #DC06B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06B0; }
p { color: rgb(220,6,176); }
H1.HeaderClassName
{
color: #DC06B0;
}
.AnyTagClassName
{
color: #DC06B0;
}
</style>
background-color css
<style>
a { background-color: #DC06B0; }
a { background-color: rgb(220,6,176); }
div.DivClassName
{
background-color: #DC06B0;
}
.BgClassName
{
background-color: #DC06B0;
}
</style>
border-color css
<style>
span { border-color: #DC06B0; }
span { border-color: rgb(220,6,176); }
td.TdClassName
{
border-color: #DC06B0;
}
.TagClassName
{
border-color: #DC06B0;
}
</style>