Shades of Hollywood Cerise #DA13A1
Tints of Hollywood Cerise #DA13A1
RGB
CMYK
RGB Variations
Color information
#DA13A1 (or 0xDA13A1) is known color: Hollywood Cerise. HEX triplet: DA, 13 and A1. RGB value is (218,19,161). Sum of RGB (Red+Green+Blue) = 218+19+161=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA13A1 is #25EC5E. Grayscale: #5E5E5E. Windows color (decimal): -2485343 or 10556378. OLE color: 10556378.
HSL color Cylindrical-coordinate representation of color #DA13A1: hue angle of 317.19º 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 #DA13A1 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 161 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.15 |
| HSL | 317.19º | 0.84% | 0.46% | - |
| HSV(B) | 317.19º | 0.91% | 0.85% | - |
| XYZ | 35.58 | 17.94 | 35.31 | - |
| YUV | 94.69 | 165.43 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 161 | 0 | 0.91 | 0.26 | 0.15 | 317.19 | 0.84 | 0.46 |
| Hex | DA | 13 | A1 | 0 | 5B | 1A | F | 13D | 54 | 2E |
| Octal | 332 | 23 | 241 | 0 | 133 | 32 | 17 | 475 | 124 | 56 |
| Binary | 11011010 | 10011 | 10100001 | 0 | 1011011 | 11010 | 1111 | 100111101 | 1010100 | 101110 |
Color Harmonies of #DA13A1
Complementary color
Monochromatic Colors of #DA13A1
Black with #DA13A1
Text Example
Text Example
White with #DA13A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13A1; }
p { color: rgb(218,19,161); }
H1.HeaderClassName
{
color: #DA13A1;
}
.AnyTagClassName
{
color: #DA13A1;
}
</style>
background-color css
<style>
a { background-color: #DA13A1; }
a { background-color: rgb(218,19,161); }
div.DivClassName
{
background-color: #DA13A1;
}
.BgClassName
{
background-color: #DA13A1;
}
</style>
border-color css
<style>
span { border-color: #DA13A1; }
span { border-color: rgb(218,19,161); }
td.TdClassName
{
border-color: #DA13A1;
}
.TagClassName
{
border-color: #DA13A1;
}
</style>