Shades of Hollywood Cerise #DA03A1
Tints of Hollywood Cerise #DA03A1
RGB
CMYK
RGB Variations
Color information
#DA03A1 (or 0xDA03A1) is known color: Hollywood Cerise. HEX triplet: DA, 03 and A1. RGB value is (218,3,161). Sum of RGB (Red+Green+Blue) = 218+3+161=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA03A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA03A1 is #25FC5E. Grayscale: #545454. Windows color (decimal): -2489439 or 10552282. OLE color: 10552282.
HSL color Cylindrical-coordinate representation of color #DA03A1: hue angle of 315.91º 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 #DA03A1 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 161 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.15 |
| HSL | 315.91º | 0.97% | 0.43% | - |
| HSV(B) | 315.91º | 0.99% | 0.85% | - |
| XYZ | 35.38 | 17.54 | 35.24 | - |
| YUV | 85.3 | 170.73 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 161 | 0 | 0.99 | 0.26 | 0.15 | 315.91 | 0.97 | 0.43 |
| Hex | DA | 3 | A1 | 0 | 63 | 1A | F | 13C | 61 | 2B |
| Octal | 332 | 3 | 241 | 0 | 143 | 32 | 17 | 474 | 141 | 53 |
| Binary | 11011010 | 11 | 10100001 | 0 | 1100011 | 11010 | 1111 | 100111100 | 1100001 | 101011 |
Color Harmonies of #DA03A1
Complementary color
Monochromatic Colors of #DA03A1
Black with #DA03A1
Text Example
Text Example
White with #DA03A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03A1; }
p { color: rgb(218,3,161); }
H1.HeaderClassName
{
color: #DA03A1;
}
.AnyTagClassName
{
color: #DA03A1;
}
</style>
background-color css
<style>
a { background-color: #DA03A1; }
a { background-color: rgb(218,3,161); }
div.DivClassName
{
background-color: #DA03A1;
}
.BgClassName
{
background-color: #DA03A1;
}
</style>
border-color css
<style>
span { border-color: #DA03A1; }
span { border-color: rgb(218,3,161); }
td.TdClassName
{
border-color: #DA03A1;
}
.TagClassName
{
border-color: #DA03A1;
}
</style>