Shades of Hollywood Cerise #DA0399
Tints of Hollywood Cerise #DA0399
RGB
CMYK
RGB Variations
Color information
#DA0399 (or 0xDA0399) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 99. RGB value is (218,3,153). Sum of RGB (Red+Green+Blue) = 218+3+153=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0399 is #25FC66. Grayscale: #535353. Windows color (decimal): -2489447 or 10027994. OLE color: 10027994.
HSL color Cylindrical-coordinate representation of color #DA0399: hue angle of 318.14º degrees, saturation: 0.97, 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 #DA0399 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.15 |
| HSL | 318.14º | 0.97% | 0.43% | - |
| HSV(B) | 318.14º | 0.99% | 0.85% | - |
| XYZ | 34.7 | 17.27 | 31.64 | - |
| YUV | 84.39 | 166.73 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 153 | 0 | 0.99 | 0.30 | 0.15 | 318.14 | 0.97 | 0.43 |
| Hex | DA | 3 | 99 | 0 | 63 | 1E | F | 13E | 61 | 2B |
| Octal | 332 | 3 | 231 | 0 | 143 | 36 | 17 | 476 | 141 | 53 |
| Binary | 11011010 | 11 | 10011001 | 0 | 1100011 | 11110 | 1111 | 100111110 | 1100001 | 101011 |
Color Harmonies of #DA0399
Complementary color
Monochromatic Colors of #DA0399
Black with #DA0399
Text Example
Text Example
White with #DA0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0399; }
p { color: rgb(218,3,153); }
H1.HeaderClassName
{
color: #DA0399;
}
.AnyTagClassName
{
color: #DA0399;
}
</style>
background-color css
<style>
a { background-color: #DA0399; }
a { background-color: rgb(218,3,153); }
div.DivClassName
{
background-color: #DA0399;
}
.BgClassName
{
background-color: #DA0399;
}
</style>
border-color css
<style>
span { border-color: #DA0399; }
span { border-color: rgb(218,3,153); }
td.TdClassName
{
border-color: #DA0399;
}
.TagClassName
{
border-color: #DA0399;
}
</style>