Shades of Hollywood Cerise #DA13A6
Tints of Hollywood Cerise #DA13A6
RGB
CMYK
RGB Variations
Color information
#DA13A6 (or 0xDA13A6) is known color: Hollywood Cerise. HEX triplet: DA, 13 and A6. RGB value is (218,19,166). Sum of RGB (Red+Green+Blue) = 218+19+166=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA13A6 is #25EC59. Grayscale: #5E5E5E. Windows color (decimal): -2485338 or 10884058. OLE color: 10884058.
HSL color Cylindrical-coordinate representation of color #DA13A6: hue angle of 315.68º 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 #DA13A6 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 166 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.15 |
| HSL | 315.68º | 0.84% | 0.46% | - |
| HSV(B) | 315.68º | 0.91% | 0.85% | - |
| XYZ | 36.03 | 18.12 | 37.68 | - |
| YUV | 95.26 | 167.93 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 166 | 0 | 0.91 | 0.24 | 0.15 | 315.68 | 0.84 | 0.46 |
| Hex | DA | 13 | A6 | 0 | 5B | 18 | F | 13C | 54 | 2E |
| Octal | 332 | 23 | 246 | 0 | 133 | 30 | 17 | 474 | 124 | 56 |
| Binary | 11011010 | 10011 | 10100110 | 0 | 1011011 | 11000 | 1111 | 100111100 | 1010100 | 101110 |
Color Harmonies of #DA13A6
Complementary color
Monochromatic Colors of #DA13A6
Black with #DA13A6
Text Example
Text Example
White with #DA13A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13A6; }
p { color: rgb(218,19,166); }
H1.HeaderClassName
{
color: #DA13A6;
}
.AnyTagClassName
{
color: #DA13A6;
}
</style>
background-color css
<style>
a { background-color: #DA13A6; }
a { background-color: rgb(218,19,166); }
div.DivClassName
{
background-color: #DA13A6;
}
.BgClassName
{
background-color: #DA13A6;
}
</style>
border-color css
<style>
span { border-color: #DA13A6; }
span { border-color: rgb(218,19,166); }
td.TdClassName
{
border-color: #DA13A6;
}
.TagClassName
{
border-color: #DA13A6;
}
</style>