Shades of Hollywood Cerise #DA13A0
Tints of Hollywood Cerise #DA13A0
RGB
CMYK
RGB Variations
Color information
#DA13A0 (or 0xDA13A0) is known color: Hollywood Cerise. HEX triplet: DA, 13 and A0. RGB value is (218,19,160). Sum of RGB (Red+Green+Blue) = 218+19+160=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA13A0 is #25EC5F. Grayscale: #5E5E5E. Windows color (decimal): -2485344 or 10490842. OLE color: 10490842.
HSL color Cylindrical-coordinate representation of color #DA13A0: hue angle of 317.49º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA13A0 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 160 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.15 |
| HSL | 317.49º | 0.84% | 0.46% | - |
| HSV(B) | 317.49º | 0.91% | 0.85% | - |
| XYZ | 35.49 | 17.91 | 34.84 | - |
| YUV | 94.58 | 164.93 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 160 | 0 | 0.91 | 0.27 | 0.15 | 317.49 | 0.84 | 0.46 |
| Hex | DA | 13 | A0 | 0 | 5B | 1B | F | 13D | 54 | 2E |
| Octal | 332 | 23 | 240 | 0 | 133 | 33 | 17 | 475 | 124 | 56 |
| Binary | 11011010 | 10011 | 10100000 | 0 | 1011011 | 11011 | 1111 | 100111101 | 1010100 | 101110 |
Color Harmonies of #DA13A0
Complementary color
Monochromatic Colors of #DA13A0
Black with #DA13A0
Text Example
Text Example
White with #DA13A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13A0; }
p { color: rgb(218,19,160); }
H1.HeaderClassName
{
color: #DA13A0;
}
.AnyTagClassName
{
color: #DA13A0;
}
</style>
background-color css
<style>
a { background-color: #DA13A0; }
a { background-color: rgb(218,19,160); }
div.DivClassName
{
background-color: #DA13A0;
}
.BgClassName
{
background-color: #DA13A0;
}
</style>
border-color css
<style>
span { border-color: #DA13A0; }
span { border-color: rgb(218,19,160); }
td.TdClassName
{
border-color: #DA13A0;
}
.TagClassName
{
border-color: #DA13A0;
}
</style>