Shades of Hollywood Cerise #DA12AF
Tints of Hollywood Cerise #DA12AF
RGB
CMYK
RGB Variations
Color information
#DA12AF (or 0xDA12AF) is known color: Hollywood Cerise. HEX triplet: DA, 12 and AF. RGB value is (218,18,175). Sum of RGB (Red+Green+Blue) = 218+18+175=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA12AF is #25ED50. Grayscale: #5F5F5F. Windows color (decimal): -2485585 or 11473626. OLE color: 11473626.
HSL color Cylindrical-coordinate representation of color #DA12AF: hue angle of 312.9º 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 #DA12AF is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 175 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.15 |
| HSL | 312.9º | 0.85% | 0.46% | - |
| HSV(B) | 312.9º | 0.92% | 0.85% | - |
| XYZ | 36.87 | 18.43 | 42.17 | - |
| YUV | 95.7 | 172.76 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 175 | 0 | 0.92 | 0.20 | 0.15 | 312.9 | 0.85 | 0.46 |
| Hex | DA | 12 | AF | 0 | 5C | 14 | F | 139 | 55 | 2E |
| Octal | 332 | 22 | 257 | 0 | 134 | 24 | 17 | 471 | 125 | 56 |
| Binary | 11011010 | 10010 | 10101111 | 0 | 1011100 | 10100 | 1111 | 100111001 | 1010101 | 101110 |
Color Harmonies of #DA12AF
Complementary color
Monochromatic Colors of #DA12AF
Black with #DA12AF
Text Example
Text Example
White with #DA12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12AF; }
p { color: rgb(218,18,175); }
H1.HeaderClassName
{
color: #DA12AF;
}
.AnyTagClassName
{
color: #DA12AF;
}
</style>
background-color css
<style>
a { background-color: #DA12AF; }
a { background-color: rgb(218,18,175); }
div.DivClassName
{
background-color: #DA12AF;
}
.BgClassName
{
background-color: #DA12AF;
}
</style>
border-color css
<style>
span { border-color: #DA12AF; }
span { border-color: rgb(218,18,175); }
td.TdClassName
{
border-color: #DA12AF;
}
.TagClassName
{
border-color: #DA12AF;
}
</style>