Shades of Hollywood Cerise #DA12A6
Tints of Hollywood Cerise #DA12A6
RGB
CMYK
RGB Variations
Color information
#DA12A6 (or 0xDA12A6) is known color: Hollywood Cerise. HEX triplet: DA, 12 and A6. RGB value is (218,18,166). Sum of RGB (Red+Green+Blue) = 218+18+166=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA12A6 is #25ED59. Grayscale: #5E5E5E. Windows color (decimal): -2485594 or 10883802. OLE color: 10883802.
HSL color Cylindrical-coordinate representation of color #DA12A6: hue angle of 315.6º 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 #DA12A6 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 166 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.15 |
| HSL | 315.6º | 0.85% | 0.46% | - |
| HSV(B) | 315.6º | 0.92% | 0.85% | - |
| XYZ | 36.01 | 18.09 | 37.67 | - |
| YUV | 94.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 166 | 0 | 0.92 | 0.24 | 0.15 | 315.6 | 0.85 | 0.46 |
| Hex | DA | 12 | A6 | 0 | 5C | 18 | F | 13C | 55 | 2E |
| Octal | 332 | 22 | 246 | 0 | 134 | 30 | 17 | 474 | 125 | 56 |
| Binary | 11011010 | 10010 | 10100110 | 0 | 1011100 | 11000 | 1111 | 100111100 | 1010101 | 101110 |
Color Harmonies of #DA12A6
Complementary color
Monochromatic Colors of #DA12A6
Black with #DA12A6
Text Example
Text Example
White with #DA12A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12A6; }
p { color: rgb(218,18,166); }
H1.HeaderClassName
{
color: #DA12A6;
}
.AnyTagClassName
{
color: #DA12A6;
}
</style>
background-color css
<style>
a { background-color: #DA12A6; }
a { background-color: rgb(218,18,166); }
div.DivClassName
{
background-color: #DA12A6;
}
.BgClassName
{
background-color: #DA12A6;
}
</style>
border-color css
<style>
span { border-color: #DA12A6; }
span { border-color: rgb(218,18,166); }
td.TdClassName
{
border-color: #DA12A6;
}
.TagClassName
{
border-color: #DA12A6;
}
</style>