Shades of Hollywood Cerise #DA12A8
Tints of Hollywood Cerise #DA12A8
RGB
CMYK
RGB Variations
Color information
#DA12A8 (or 0xDA12A8) is known color: Hollywood Cerise. HEX triplet: DA, 12 and A8. RGB value is (218,18,168). Sum of RGB (Red+Green+Blue) = 218+18+168=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA12A8 is #25ED57. Grayscale: #5E5E5E. Windows color (decimal): -2485592 or 11014874. OLE color: 11014874.
HSL color Cylindrical-coordinate representation of color #DA12A8: hue angle of 315º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA12A8 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 168 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.15 |
| HSL | 315º | 0.85% | 0.46% | - |
| HSV(B) | 315º | 0.92% | 0.85% | - |
| XYZ | 36.2 | 18.17 | 38.64 | - |
| YUV | 94.9 | 169.26 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 168 | 0 | 0.92 | 0.23 | 0.15 | 315 | 0.85 | 0.46 |
| Hex | DA | 12 | A8 | 0 | 5C | 17 | F | 13B | 55 | 2E |
| Octal | 332 | 22 | 250 | 0 | 134 | 27 | 17 | 473 | 125 | 56 |
| Binary | 11011010 | 10010 | 10101000 | 0 | 1011100 | 10111 | 1111 | 100111011 | 1010101 | 101110 |
Color Harmonies of #DA12A8
Complementary color
Monochromatic Colors of #DA12A8
Black with #DA12A8
Text Example
Text Example
White with #DA12A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12A8; }
p { color: rgb(218,18,168); }
H1.HeaderClassName
{
color: #DA12A8;
}
.AnyTagClassName
{
color: #DA12A8;
}
</style>
background-color css
<style>
a { background-color: #DA12A8; }
a { background-color: rgb(218,18,168); }
div.DivClassName
{
background-color: #DA12A8;
}
.BgClassName
{
background-color: #DA12A8;
}
</style>
border-color css
<style>
span { border-color: #DA12A8; }
span { border-color: rgb(218,18,168); }
td.TdClassName
{
border-color: #DA12A8;
}
.TagClassName
{
border-color: #DA12A8;
}
</style>