Shades of Hollywood Cerise #DA06A6
Tints of Hollywood Cerise #DA06A6
RGB
CMYK
RGB Variations
Color information
#DA06A6 (or 0xDA06A6) is known color: Hollywood Cerise. HEX triplet: DA, 06 and A6. RGB value is (218,6,166). Sum of RGB (Red+Green+Blue) = 218+6+166=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA06A6 is #25F959. Grayscale: #575757. Windows color (decimal): -2488666 or 10880730. OLE color: 10880730.
HSL color Cylindrical-coordinate representation of color #DA06A6: hue angle of 314.72º 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 #DA06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.15 |
| HSL | 314.72º | 0.95% | 0.44% | - |
| HSV(B) | 314.72º | 0.97% | 0.85% | - |
| XYZ | 35.86 | 17.79 | 37.62 | - |
| YUV | 87.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 166 | 0 | 0.97 | 0.24 | 0.15 | 314.72 | 0.95 | 0.44 |
| Hex | DA | 6 | A6 | 0 | 61 | 18 | F | 13B | 5F | 2C |
| Octal | 332 | 6 | 246 | 0 | 141 | 30 | 17 | 473 | 137 | 54 |
| Binary | 11011010 | 110 | 10100110 | 0 | 1100001 | 11000 | 1111 | 100111011 | 1011111 | 101100 |
Color Harmonies of #DA06A6
Complementary color
Monochromatic Colors of #DA06A6
Black with #DA06A6
Text Example
Text Example
White with #DA06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA06A6; }
p { color: rgb(218,6,166); }
H1.HeaderClassName
{
color: #DA06A6;
}
.AnyTagClassName
{
color: #DA06A6;
}
</style>
background-color css
<style>
a { background-color: #DA06A6; }
a { background-color: rgb(218,6,166); }
div.DivClassName
{
background-color: #DA06A6;
}
.BgClassName
{
background-color: #DA06A6;
}
</style>
border-color css
<style>
span { border-color: #DA06A6; }
span { border-color: rgb(218,6,166); }
td.TdClassName
{
border-color: #DA06A6;
}
.TagClassName
{
border-color: #DA06A6;
}
</style>