Shades of Hollywood Cerise #DA0DA3
Tints of Hollywood Cerise #DA0DA3
RGB
CMYK
RGB Variations
Color information
#DA0DA3 (or 0xDA0DA3) is known color: Hollywood Cerise. HEX triplet: DA, 0D and A3. RGB value is (218,13,163). Sum of RGB (Red+Green+Blue) = 218+13+163=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0DA3 is #25F25C. Grayscale: #5B5B5B. Windows color (decimal): -2486877 or 10685914. OLE color: 10685914.
HSL color Cylindrical-coordinate representation of color #DA0DA3: hue angle of 316.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DA3 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 163 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.15 |
| HSL | 316.1º | 0.89% | 0.45% | - |
| HSV(B) | 316.1º | 0.94% | 0.85% | - |
| XYZ | 35.67 | 17.84 | 36.21 | - |
| YUV | 91.4 | 168.42 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 163 | 0 | 0.94 | 0.25 | 0.15 | 316.1 | 0.89 | 0.45 |
| Hex | DA | D | A3 | 0 | 5E | 19 | F | 13C | 59 | 2D |
| Octal | 332 | 15 | 243 | 0 | 136 | 31 | 17 | 474 | 131 | 55 |
| Binary | 11011010 | 1101 | 10100011 | 0 | 1011110 | 11001 | 1111 | 100111100 | 1011001 | 101101 |
Color Harmonies of #DA0DA3
Complementary color
Monochromatic Colors of #DA0DA3
Black with #DA0DA3
Text Example
Text Example
White with #DA0DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DA3; }
p { color: rgb(218,13,163); }
H1.HeaderClassName
{
color: #DA0DA3;
}
.AnyTagClassName
{
color: #DA0DA3;
}
</style>
background-color css
<style>
a { background-color: #DA0DA3; }
a { background-color: rgb(218,13,163); }
div.DivClassName
{
background-color: #DA0DA3;
}
.BgClassName
{
background-color: #DA0DA3;
}
</style>
border-color css
<style>
span { border-color: #DA0DA3; }
span { border-color: rgb(218,13,163); }
td.TdClassName
{
border-color: #DA0DA3;
}
.TagClassName
{
border-color: #DA0DA3;
}
</style>