Shades of Hollywood Cerise #DA16AF
Tints of Hollywood Cerise #DA16AF
RGB
CMYK
RGB Variations
Color information
#DA16AF (or 0xDA16AF) is known color: Hollywood Cerise. HEX triplet: DA, 16 and AF. RGB value is (218,22,175). Sum of RGB (Red+Green+Blue) = 218+22+175=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA16AF is #25E950. Grayscale: #616161. Windows color (decimal): -2484561 or 11474650. OLE color: 11474650.
HSL color Cylindrical-coordinate representation of color #DA16AF: hue angle of 313.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16AF is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.15 |
| HSL | 313.16º | 0.82% | 0.47% | - |
| HSV(B) | 313.16º | 0.9% | 0.85% | - |
| XYZ | 36.94 | 18.57 | 42.2 | - |
| YUV | 98.05 | 171.43 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 175 | 0 | 0.90 | 0.20 | 0.15 | 313.16 | 0.82 | 0.47 |
| Hex | DA | 16 | AF | 0 | 5A | 14 | F | 139 | 52 | 2F |
| Octal | 332 | 26 | 257 | 0 | 132 | 24 | 17 | 471 | 122 | 57 |
| Binary | 11011010 | 10110 | 10101111 | 0 | 1011010 | 10100 | 1111 | 100111001 | 1010010 | 101111 |
Color Harmonies of #DA16AF
Complementary color
Monochromatic Colors of #DA16AF
Black with #DA16AF
Text Example
Text Example
White with #DA16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA16AF; }
p { color: rgb(218,22,175); }
H1.HeaderClassName
{
color: #DA16AF;
}
.AnyTagClassName
{
color: #DA16AF;
}
</style>
background-color css
<style>
a { background-color: #DA16AF; }
a { background-color: rgb(218,22,175); }
div.DivClassName
{
background-color: #DA16AF;
}
.BgClassName
{
background-color: #DA16AF;
}
</style>
border-color css
<style>
span { border-color: #DA16AF; }
span { border-color: rgb(218,22,175); }
td.TdClassName
{
border-color: #DA16AF;
}
.TagClassName
{
border-color: #DA16AF;
}
</style>