Shades of Hollywood Cerise #DA0DA4
Tints of Hollywood Cerise #DA0DA4
RGB
CMYK
RGB Variations
Color information
#DA0DA4 (or 0xDA0DA4) is known color: Hollywood Cerise. HEX triplet: DA, 0D and A4. RGB value is (218,13,164). Sum of RGB (Red+Green+Blue) = 218+13+164=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0DA4 is #25F25B. Grayscale: #5B5B5B. Windows color (decimal): -2486876 or 10751450. OLE color: 10751450.
HSL color Cylindrical-coordinate representation of color #DA0DA4: hue angle of 315.8º 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 #DA0DA4 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 164 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.15 |
| HSL | 315.8º | 0.89% | 0.45% | - |
| HSV(B) | 315.8º | 0.94% | 0.85% | - |
| XYZ | 35.76 | 17.87 | 36.69 | - |
| YUV | 91.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 164 | 0 | 0.94 | 0.25 | 0.15 | 315.8 | 0.89 | 0.45 |
| Hex | DA | D | A4 | 0 | 5E | 19 | F | 13C | 59 | 2D |
| Octal | 332 | 15 | 244 | 0 | 136 | 31 | 17 | 474 | 131 | 55 |
| Binary | 11011010 | 1101 | 10100100 | 0 | 1011110 | 11001 | 1111 | 100111100 | 1011001 | 101101 |
Color Harmonies of #DA0DA4
Complementary color
Monochromatic Colors of #DA0DA4
Black with #DA0DA4
Text Example
Text Example
White with #DA0DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DA4; }
p { color: rgb(218,13,164); }
H1.HeaderClassName
{
color: #DA0DA4;
}
.AnyTagClassName
{
color: #DA0DA4;
}
</style>
background-color css
<style>
a { background-color: #DA0DA4; }
a { background-color: rgb(218,13,164); }
div.DivClassName
{
background-color: #DA0DA4;
}
.BgClassName
{
background-color: #DA0DA4;
}
</style>
border-color css
<style>
span { border-color: #DA0DA4; }
span { border-color: rgb(218,13,164); }
td.TdClassName
{
border-color: #DA0DA4;
}
.TagClassName
{
border-color: #DA0DA4;
}
</style>