Shades of Hollywood Cerise #DA14A0
Tints of Hollywood Cerise #DA14A0
RGB
CMYK
RGB Variations
Color information
#DA14A0 (or 0xDA14A0) is known color: Hollywood Cerise. HEX triplet: DA, 14 and A0. RGB value is (218,20,160). Sum of RGB (Red+Green+Blue) = 218+20+160=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA14A0 is #25EB5F. Grayscale: #5E5E5E. Windows color (decimal): -2485088 or 10491098. OLE color: 10491098.
HSL color Cylindrical-coordinate representation of color #DA14A0: hue angle of 317.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA14A0 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 160 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.15 |
| HSL | 317.58º | 0.83% | 0.47% | - |
| HSV(B) | 317.58º | 0.91% | 0.85% | - |
| XYZ | 35.51 | 17.94 | 34.85 | - |
| YUV | 95.16 | 164.6 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 160 | 0 | 0.91 | 0.27 | 0.15 | 317.58 | 0.83 | 0.47 |
| Hex | DA | 14 | A0 | 0 | 5B | 1B | F | 13E | 53 | 2F |
| Octal | 332 | 24 | 240 | 0 | 133 | 33 | 17 | 476 | 123 | 57 |
| Binary | 11011010 | 10100 | 10100000 | 0 | 1011011 | 11011 | 1111 | 100111110 | 1010011 | 101111 |
Color Harmonies of #DA14A0
Complementary color
Monochromatic Colors of #DA14A0
Black with #DA14A0
Text Example
Text Example
White with #DA14A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14A0; }
p { color: rgb(218,20,160); }
H1.HeaderClassName
{
color: #DA14A0;
}
.AnyTagClassName
{
color: #DA14A0;
}
</style>
background-color css
<style>
a { background-color: #DA14A0; }
a { background-color: rgb(218,20,160); }
div.DivClassName
{
background-color: #DA14A0;
}
.BgClassName
{
background-color: #DA14A0;
}
</style>
border-color css
<style>
span { border-color: #DA14A0; }
span { border-color: rgb(218,20,160); }
td.TdClassName
{
border-color: #DA14A0;
}
.TagClassName
{
border-color: #DA14A0;
}
</style>