Shades of Hollywood Cerise #DA17AB
Tints of Hollywood Cerise #DA17AB
RGB
CMYK
RGB Variations
Color information
#DA17AB (or 0xDA17AB) is known color: Hollywood Cerise. HEX triplet: DA, 17 and AB. RGB value is (218,23,171). Sum of RGB (Red+Green+Blue) = 218+23+171=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA17AB is #25E854. Grayscale: #616161. Windows color (decimal): -2484309 or 11212762. OLE color: 11212762.
HSL color Cylindrical-coordinate representation of color #DA17AB: hue angle of 314.46º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA17AB is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 171 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.15 |
| HSL | 314.46º | 0.81% | 0.47% | - |
| HSV(B) | 314.46º | 0.89% | 0.85% | - |
| XYZ | 36.57 | 18.46 | 40.16 | - |
| YUV | 98.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 171 | 0 | 0.89 | 0.22 | 0.15 | 314.46 | 0.81 | 0.47 |
| Hex | DA | 17 | AB | 0 | 59 | 16 | F | 13A | 51 | 2F |
| Octal | 332 | 27 | 253 | 0 | 131 | 26 | 17 | 472 | 121 | 57 |
| Binary | 11011010 | 10111 | 10101011 | 0 | 1011001 | 10110 | 1111 | 100111010 | 1010001 | 101111 |
Color Harmonies of #DA17AB
Complementary color
Monochromatic Colors of #DA17AB
Black with #DA17AB
Text Example
Text Example
White with #DA17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17AB; }
p { color: rgb(218,23,171); }
H1.HeaderClassName
{
color: #DA17AB;
}
.AnyTagClassName
{
color: #DA17AB;
}
</style>
background-color css
<style>
a { background-color: #DA17AB; }
a { background-color: rgb(218,23,171); }
div.DivClassName
{
background-color: #DA17AB;
}
.BgClassName
{
background-color: #DA17AB;
}
</style>
border-color css
<style>
span { border-color: #DA17AB; }
span { border-color: rgb(218,23,171); }
td.TdClassName
{
border-color: #DA17AB;
}
.TagClassName
{
border-color: #DA17AB;
}
</style>