Shades of Hollywood Cerise #DA17A4
Tints of Hollywood Cerise #DA17A4
RGB
CMYK
RGB Variations
Color information
#DA17A4 (or 0xDA17A4) is known color: Hollywood Cerise. HEX triplet: DA, 17 and A4. RGB value is (218,23,164). Sum of RGB (Red+Green+Blue) = 218+23+164=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA17A4 is #25E85B. Grayscale: #616161. Windows color (decimal): -2484316 or 10754010. OLE color: 10754010.
HSL color Cylindrical-coordinate representation of color #DA17A4: hue angle of 316.62º 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 #DA17A4 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 164 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.15 |
| HSL | 316.62º | 0.81% | 0.47% | - |
| HSV(B) | 316.62º | 0.89% | 0.85% | - |
| XYZ | 35.92 | 18.2 | 36.74 | - |
| YUV | 97.38 | 165.6 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 164 | 0 | 0.89 | 0.25 | 0.15 | 316.62 | 0.81 | 0.47 |
| Hex | DA | 17 | A4 | 0 | 59 | 19 | F | 13D | 51 | 2F |
| Octal | 332 | 27 | 244 | 0 | 131 | 31 | 17 | 475 | 121 | 57 |
| Binary | 11011010 | 10111 | 10100100 | 0 | 1011001 | 11001 | 1111 | 100111101 | 1010001 | 101111 |
Color Harmonies of #DA17A4
Complementary color
Monochromatic Colors of #DA17A4
Black with #DA17A4
Text Example
Text Example
White with #DA17A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17A4; }
p { color: rgb(218,23,164); }
H1.HeaderClassName
{
color: #DA17A4;
}
.AnyTagClassName
{
color: #DA17A4;
}
</style>
background-color css
<style>
a { background-color: #DA17A4; }
a { background-color: rgb(218,23,164); }
div.DivClassName
{
background-color: #DA17A4;
}
.BgClassName
{
background-color: #DA17A4;
}
</style>
border-color css
<style>
span { border-color: #DA17A4; }
span { border-color: rgb(218,23,164); }
td.TdClassName
{
border-color: #DA17A4;
}
.TagClassName
{
border-color: #DA17A4;
}
</style>