Shades of Hollywood Cerise #DA02A6
Tints of Hollywood Cerise #DA02A6
RGB
CMYK
RGB Variations
Color information
#DA02A6 (or 0xDA02A6) is known color: Hollywood Cerise. HEX triplet: DA, 02 and A6. RGB value is (218,2,166). Sum of RGB (Red+Green+Blue) = 218+2+166=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA02A6 is #25FD59. Grayscale: #545454. Windows color (decimal): -2489690 or 10879706. OLE color: 10879706.
HSL color Cylindrical-coordinate representation of color #DA02A6: hue angle of 314.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.15 |
| HSL | 314.44º | 0.98% | 0.43% | - |
| HSV(B) | 314.44º | 0.99% | 0.85% | - |
| XYZ | 35.82 | 17.7 | 37.61 | - |
| YUV | 85.28 | 173.56 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 166 | 0 | 0.99 | 0.24 | 0.15 | 314.44 | 0.98 | 0.43 |
| Hex | DA | 2 | A6 | 0 | 63 | 18 | F | 13A | 62 | 2B |
| Octal | 332 | 2 | 246 | 0 | 143 | 30 | 17 | 472 | 142 | 53 |
| Binary | 11011010 | 10 | 10100110 | 0 | 1100011 | 11000 | 1111 | 100111010 | 1100010 | 101011 |
Color Harmonies of #DA02A6
Complementary color
Monochromatic Colors of #DA02A6
Black with #DA02A6
Text Example
Text Example
White with #DA02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02A6; }
p { color: rgb(218,2,166); }
H1.HeaderClassName
{
color: #DA02A6;
}
.AnyTagClassName
{
color: #DA02A6;
}
</style>
background-color css
<style>
a { background-color: #DA02A6; }
a { background-color: rgb(218,2,166); }
div.DivClassName
{
background-color: #DA02A6;
}
.BgClassName
{
background-color: #DA02A6;
}
</style>
border-color css
<style>
span { border-color: #DA02A6; }
span { border-color: rgb(218,2,166); }
td.TdClassName
{
border-color: #DA02A6;
}
.TagClassName
{
border-color: #DA02A6;
}
</style>