Shades of Hollywood Cerise #DA15AF
Tints of Hollywood Cerise #DA15AF
RGB
CMYK
RGB Variations
Color information
#DA15AF (or 0xDA15AF) is known color: Hollywood Cerise. HEX triplet: DA, 15 and AF. RGB value is (218,21,175). Sum of RGB (Red+Green+Blue) = 218+21+175=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA15AF is #25EA50. Grayscale: #616161. Windows color (decimal): -2484817 or 11474394. OLE color: 11474394.
HSL color Cylindrical-coordinate representation of color #DA15AF: hue angle of 313.1º 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 #DA15AF is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.15 |
| HSL | 313.1º | 0.82% | 0.47% | - |
| HSV(B) | 313.1º | 0.9% | 0.85% | - |
| XYZ | 36.92 | 18.54 | 42.19 | - |
| YUV | 97.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 175 | 0 | 0.90 | 0.20 | 0.15 | 313.1 | 0.82 | 0.47 |
| Hex | DA | 15 | AF | 0 | 5A | 14 | F | 139 | 52 | 2F |
| Octal | 332 | 25 | 257 | 0 | 132 | 24 | 17 | 471 | 122 | 57 |
| Binary | 11011010 | 10101 | 10101111 | 0 | 1011010 | 10100 | 1111 | 100111001 | 1010010 | 101111 |
Color Harmonies of #DA15AF
Complementary color
Monochromatic Colors of #DA15AF
Black with #DA15AF
Text Example
Text Example
White with #DA15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15AF; }
p { color: rgb(218,21,175); }
H1.HeaderClassName
{
color: #DA15AF;
}
.AnyTagClassName
{
color: #DA15AF;
}
</style>
background-color css
<style>
a { background-color: #DA15AF; }
a { background-color: rgb(218,21,175); }
div.DivClassName
{
background-color: #DA15AF;
}
.BgClassName
{
background-color: #DA15AF;
}
</style>
border-color css
<style>
span { border-color: #DA15AF; }
span { border-color: rgb(218,21,175); }
td.TdClassName
{
border-color: #DA15AF;
}
.TagClassName
{
border-color: #DA15AF;
}
</style>