Shades of Hollywood Cerise #DA15AB
Tints of Hollywood Cerise #DA15AB
RGB
CMYK
RGB Variations
Color information
#DA15AB (or 0xDA15AB) is known color: Hollywood Cerise. HEX triplet: DA, 15 and AB. RGB value is (218,21,171). Sum of RGB (Red+Green+Blue) = 218+21+171=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA15AB is #25EA54. Grayscale: #606060. Windows color (decimal): -2484821 or 11212250. OLE color: 11212250.
HSL color Cylindrical-coordinate representation of color #DA15AB: hue angle of 314.31º 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 #DA15AB is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 171 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.15 |
| HSL | 314.31º | 0.82% | 0.47% | - |
| HSV(B) | 314.31º | 0.9% | 0.85% | - |
| XYZ | 36.53 | 18.38 | 40.15 | - |
| YUV | 97 | 169.77 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 171 | 0 | 0.90 | 0.22 | 0.15 | 314.31 | 0.82 | 0.47 |
| Hex | DA | 15 | AB | 0 | 5A | 16 | F | 13A | 52 | 2F |
| Octal | 332 | 25 | 253 | 0 | 132 | 26 | 17 | 472 | 122 | 57 |
| Binary | 11011010 | 10101 | 10101011 | 0 | 1011010 | 10110 | 1111 | 100111010 | 1010010 | 101111 |
Color Harmonies of #DA15AB
Complementary color
Monochromatic Colors of #DA15AB
Black with #DA15AB
Text Example
Text Example
White with #DA15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15AB; }
p { color: rgb(218,21,171); }
H1.HeaderClassName
{
color: #DA15AB;
}
.AnyTagClassName
{
color: #DA15AB;
}
</style>
background-color css
<style>
a { background-color: #DA15AB; }
a { background-color: rgb(218,21,171); }
div.DivClassName
{
background-color: #DA15AB;
}
.BgClassName
{
background-color: #DA15AB;
}
</style>
border-color css
<style>
span { border-color: #DA15AB; }
span { border-color: rgb(218,21,171); }
td.TdClassName
{
border-color: #DA15AB;
}
.TagClassName
{
border-color: #DA15AB;
}
</style>