Shades of Hollywood Cerise #DA06B0
Tints of Hollywood Cerise #DA06B0
RGB
CMYK
RGB Variations
Color information
#DA06B0 (or 0xDA06B0) is known color: Hollywood Cerise. HEX triplet: DA, 06 and B0. RGB value is (218,6,176). Sum of RGB (Red+Green+Blue) = 218+6+176=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA06B0 is #25F94F. Grayscale: #585858. Windows color (decimal): -2488656 or 11536090. OLE color: 11536090.
HSL color Cylindrical-coordinate representation of color #DA06B0: hue angle of 311.89º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA06B0 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 176 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.15 |
| HSL | 311.89º | 0.95% | 0.44% | - |
| HSV(B) | 311.89º | 0.97% | 0.85% | - |
| XYZ | 36.82 | 18.17 | 42.64 | - |
| YUV | 88.77 | 177.24 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 176 | 0 | 0.97 | 0.19 | 0.15 | 311.89 | 0.95 | 0.44 |
| Hex | DA | 6 | B0 | 0 | 61 | 13 | F | 138 | 5F | 2C |
| Octal | 332 | 6 | 260 | 0 | 141 | 23 | 17 | 470 | 137 | 54 |
| Binary | 11011010 | 110 | 10110000 | 0 | 1100001 | 10011 | 1111 | 100111000 | 1011111 | 101100 |
Color Harmonies of #DA06B0
Complementary color
Monochromatic Colors of #DA06B0
Black with #DA06B0
Text Example
Text Example
White with #DA06B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA06B0; }
p { color: rgb(218,6,176); }
H1.HeaderClassName
{
color: #DA06B0;
}
.AnyTagClassName
{
color: #DA06B0;
}
</style>
background-color css
<style>
a { background-color: #DA06B0; }
a { background-color: rgb(218,6,176); }
div.DivClassName
{
background-color: #DA06B0;
}
.BgClassName
{
background-color: #DA06B0;
}
</style>
border-color css
<style>
span { border-color: #DA06B0; }
span { border-color: rgb(218,6,176); }
td.TdClassName
{
border-color: #DA06B0;
}
.TagClassName
{
border-color: #DA06B0;
}
</style>