Shades of Hollywood Cerise #DA17A2
Tints of Hollywood Cerise #DA17A2
RGB
CMYK
RGB Variations
Color information
#DA17A2 (or 0xDA17A2) is known color: Hollywood Cerise. HEX triplet: DA, 17 and A2. RGB value is (218,23,162). Sum of RGB (Red+Green+Blue) = 218+23+162=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA17A2 is #25E85D. Grayscale: #606060. Windows color (decimal): -2484318 or 10622938. OLE color: 10622938.
HSL color Cylindrical-coordinate representation of color #DA17A2: hue angle of 317.23º 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 #DA17A2 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 162 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.15 |
| HSL | 317.23º | 0.81% | 0.47% | - |
| HSV(B) | 317.23º | 0.89% | 0.85% | - |
| XYZ | 35.74 | 18.13 | 35.8 | - |
| YUV | 97.15 | 164.6 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 162 | 0 | 0.89 | 0.26 | 0.15 | 317.23 | 0.81 | 0.47 |
| Hex | DA | 17 | A2 | 0 | 59 | 1A | F | 13D | 51 | 2F |
| Octal | 332 | 27 | 242 | 0 | 131 | 32 | 17 | 475 | 121 | 57 |
| Binary | 11011010 | 10111 | 10100010 | 0 | 1011001 | 11010 | 1111 | 100111101 | 1010001 | 101111 |
Color Harmonies of #DA17A2
Complementary color
Monochromatic Colors of #DA17A2
Black with #DA17A2
Text Example
Text Example
White with #DA17A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17A2; }
p { color: rgb(218,23,162); }
H1.HeaderClassName
{
color: #DA17A2;
}
.AnyTagClassName
{
color: #DA17A2;
}
</style>
background-color css
<style>
a { background-color: #DA17A2; }
a { background-color: rgb(218,23,162); }
div.DivClassName
{
background-color: #DA17A2;
}
.BgClassName
{
background-color: #DA17A2;
}
</style>
border-color css
<style>
span { border-color: #DA17A2; }
span { border-color: rgb(218,23,162); }
td.TdClassName
{
border-color: #DA17A2;
}
.TagClassName
{
border-color: #DA17A2;
}
</style>