Shades of Hollywood Cerise #DC06B1
Tints of Hollywood Cerise #DC06B1
RGB
CMYK
RGB Variations
Color information
#DC06B1 (or 0xDC06B1) is known color: Hollywood Cerise. HEX triplet: DC, 06 and B1. RGB value is (220,6,177). Sum of RGB (Red+Green+Blue) = 220+6+177=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC06B1 is #23F94E. Grayscale: #595959. Windows color (decimal): -2357583 or 11601628. OLE color: 11601628.
HSL color Cylindrical-coordinate representation of color #DC06B1: hue angle of 312.06º 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 #DC06B1 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 177 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.14 |
| HSL | 312.06º | 0.95% | 0.44% | - |
| HSV(B) | 312.06º | 0.97% | 0.86% | - |
| XYZ | 37.52 | 18.52 | 43.19 | - |
| YUV | 89.48 | 177.4 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 177 | 0 | 0.97 | 0.20 | 0.14 | 312.06 | 0.95 | 0.44 |
| Hex | DC | 6 | B1 | 0 | 61 | 14 | E | 138 | 5F | 2C |
| Octal | 334 | 6 | 261 | 0 | 141 | 24 | 16 | 470 | 137 | 54 |
| Binary | 11011100 | 110 | 10110001 | 0 | 1100001 | 10100 | 1110 | 100111000 | 1011111 | 101100 |
Color Harmonies of #DC06B1
Complementary color
Monochromatic Colors of #DC06B1
Black with #DC06B1
Text Example
Text Example
White with #DC06B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06B1; }
p { color: rgb(220,6,177); }
H1.HeaderClassName
{
color: #DC06B1;
}
.AnyTagClassName
{
color: #DC06B1;
}
</style>
background-color css
<style>
a { background-color: #DC06B1; }
a { background-color: rgb(220,6,177); }
div.DivClassName
{
background-color: #DC06B1;
}
.BgClassName
{
background-color: #DC06B1;
}
</style>
border-color css
<style>
span { border-color: #DC06B1; }
span { border-color: rgb(220,6,177); }
td.TdClassName
{
border-color: #DC06B1;
}
.TagClassName
{
border-color: #DC06B1;
}
</style>