Shades of Hollywood Cerise #DC06AB
Tints of Hollywood Cerise #DC06AB
RGB
CMYK
RGB Variations
Color information
#DC06AB (or 0xDC06AB) is known color: Hollywood Cerise. HEX triplet: DC, 06 and AB. RGB value is (220,6,171). Sum of RGB (Red+Green+Blue) = 220+6+171=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC06AB is #23F954. Grayscale: #585858. Windows color (decimal): -2357589 or 11208412. OLE color: 11208412.
HSL color Cylindrical-coordinate representation of color #DC06AB: hue angle of 313.74º 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 #DC06AB is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.14 |
| HSL | 313.74º | 0.95% | 0.44% | - |
| HSV(B) | 313.74º | 0.97% | 0.86% | - |
| XYZ | 36.93 | 18.29 | 40.11 | - |
| YUV | 88.8 | 174.4 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 171 | 0 | 0.97 | 0.22 | 0.14 | 313.74 | 0.95 | 0.44 |
| Hex | DC | 6 | AB | 0 | 61 | 16 | E | 13A | 5F | 2C |
| Octal | 334 | 6 | 253 | 0 | 141 | 26 | 16 | 472 | 137 | 54 |
| Binary | 11011100 | 110 | 10101011 | 0 | 1100001 | 10110 | 1110 | 100111010 | 1011111 | 101100 |
Color Harmonies of #DC06AB
Complementary color
Monochromatic Colors of #DC06AB
Black with #DC06AB
Text Example
Text Example
White with #DC06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06AB; }
p { color: rgb(220,6,171); }
H1.HeaderClassName
{
color: #DC06AB;
}
.AnyTagClassName
{
color: #DC06AB;
}
</style>
background-color css
<style>
a { background-color: #DC06AB; }
a { background-color: rgb(220,6,171); }
div.DivClassName
{
background-color: #DC06AB;
}
.BgClassName
{
background-color: #DC06AB;
}
</style>
border-color css
<style>
span { border-color: #DC06AB; }
span { border-color: rgb(220,6,171); }
td.TdClassName
{
border-color: #DC06AB;
}
.TagClassName
{
border-color: #DC06AB;
}
</style>