Shades of Hollywood Cerise #DB06B2
Tints of Hollywood Cerise #DB06B2
RGB
CMYK
RGB Variations
Color information
#DB06B2 (or 0xDB06B2) is known color: Hollywood Cerise. HEX triplet: DB, 06 and B2. RGB value is (219,6,178). Sum of RGB (Red+Green+Blue) = 219+6+178=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06B2 is #24F94D. Grayscale: #585858. Windows color (decimal): -2423118 or 11667163. OLE color: 11667163.
HSL color Cylindrical-coordinate representation of color #DB06B2: hue angle of 311.55º 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 #DB06B2 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 178 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.14 |
| HSL | 311.55º | 0.95% | 0.44% | - |
| HSV(B) | 311.55º | 0.97% | 0.86% | - |
| XYZ | 37.31 | 18.4 | 43.71 | - |
| YUV | 89.3 | 178.07 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 178 | 0 | 0.97 | 0.19 | 0.14 | 311.55 | 0.95 | 0.44 |
| Hex | DB | 6 | B2 | 0 | 61 | 13 | E | 138 | 5F | 2C |
| Octal | 333 | 6 | 262 | 0 | 141 | 23 | 16 | 470 | 137 | 54 |
| Binary | 11011011 | 110 | 10110010 | 0 | 1100001 | 10011 | 1110 | 100111000 | 1011111 | 101100 |
Color Harmonies of #DB06B2
Complementary color
Monochromatic Colors of #DB06B2
Black with #DB06B2
Text Example
Text Example
White with #DB06B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06B2; }
p { color: rgb(219,6,178); }
H1.HeaderClassName
{
color: #DB06B2;
}
.AnyTagClassName
{
color: #DB06B2;
}
</style>
background-color css
<style>
a { background-color: #DB06B2; }
a { background-color: rgb(219,6,178); }
div.DivClassName
{
background-color: #DB06B2;
}
.BgClassName
{
background-color: #DB06B2;
}
</style>
border-color css
<style>
span { border-color: #DB06B2; }
span { border-color: rgb(219,6,178); }
td.TdClassName
{
border-color: #DB06B2;
}
.TagClassName
{
border-color: #DB06B2;
}
</style>