Shades of Hollywood Cerise #DA0394
Tints of Hollywood Cerise #DA0394
RGB
CMYK
RGB Variations
Color information
#DA0394 (or 0xDA0394) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 94. RGB value is (218,3,148). Sum of RGB (Red+Green+Blue) = 218+3+148=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0394 is #25FC6B. Grayscale: #535353. Windows color (decimal): -2489452 or 9700314. OLE color: 9700314.
HSL color Cylindrical-coordinate representation of color #DA0394: hue angle of 319.53º 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 #DA0394 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 148 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.15 |
| HSL | 319.53º | 0.97% | 0.43% | - |
| HSV(B) | 319.53º | 0.99% | 0.85% | - |
| XYZ | 34.29 | 17.11 | 29.51 | - |
| YUV | 83.82 | 164.23 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 148 | 0 | 0.99 | 0.32 | 0.15 | 319.53 | 0.97 | 0.43 |
| Hex | DA | 3 | 94 | 0 | 63 | 20 | F | 140 | 61 | 2B |
| Octal | 332 | 3 | 224 | 0 | 143 | 40 | 17 | 500 | 141 | 53 |
| Binary | 11011010 | 11 | 10010100 | 0 | 1100011 | 100000 | 1111 | 101000000 | 1100001 | 101011 |
Color Harmonies of #DA0394
Complementary color
Monochromatic Colors of #DA0394
Black with #DA0394
Text Example
Text Example
White with #DA0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0394; }
p { color: rgb(218,3,148); }
H1.HeaderClassName
{
color: #DA0394;
}
.AnyTagClassName
{
color: #DA0394;
}
</style>
background-color css
<style>
a { background-color: #DA0394; }
a { background-color: rgb(218,3,148); }
div.DivClassName
{
background-color: #DA0394;
}
.BgClassName
{
background-color: #DA0394;
}
</style>
border-color css
<style>
span { border-color: #DA0394; }
span { border-color: rgb(218,3,148); }
td.TdClassName
{
border-color: #DA0394;
}
.TagClassName
{
border-color: #DA0394;
}
</style>