Shades of Hollywood Cerise #DA18A7
Tints of Hollywood Cerise #DA18A7
RGB
CMYK
RGB Variations
Color information
#DA18A7 (or 0xDA18A7) is known color: Hollywood Cerise. HEX triplet: DA, 18 and A7. RGB value is (218,24,167). Sum of RGB (Red+Green+Blue) = 218+24+167=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA18A7 is #25E758. Grayscale: #616161. Windows color (decimal): -2484057 or 10950874. OLE color: 10950874.
HSL color Cylindrical-coordinate representation of color #DA18A7: hue angle of 315.77º degrees, saturation: 0.8, 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 #DA18A7 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 167 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.15 |
| HSL | 315.77º | 0.8% | 0.47% | - |
| HSV(B) | 315.77º | 0.89% | 0.85% | - |
| XYZ | 36.22 | 18.35 | 38.19 | - |
| YUV | 98.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 167 | 0 | 0.89 | 0.23 | 0.15 | 315.77 | 0.8 | 0.47 |
| Hex | DA | 18 | A7 | 0 | 59 | 17 | F | 13C | 50 | 2F |
| Octal | 332 | 30 | 247 | 0 | 131 | 27 | 17 | 474 | 120 | 57 |
| Binary | 11011010 | 11000 | 10100111 | 0 | 1011001 | 10111 | 1111 | 100111100 | 1010000 | 101111 |
Color Harmonies of #DA18A7
Complementary color
Monochromatic Colors of #DA18A7
Black with #DA18A7
Text Example
Text Example
White with #DA18A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18A7; }
p { color: rgb(218,24,167); }
H1.HeaderClassName
{
color: #DA18A7;
}
.AnyTagClassName
{
color: #DA18A7;
}
</style>
background-color css
<style>
a { background-color: #DA18A7; }
a { background-color: rgb(218,24,167); }
div.DivClassName
{
background-color: #DA18A7;
}
.BgClassName
{
background-color: #DA18A7;
}
</style>
border-color css
<style>
span { border-color: #DA18A7; }
span { border-color: rgb(218,24,167); }
td.TdClassName
{
border-color: #DA18A7;
}
.TagClassName
{
border-color: #DA18A7;
}
</style>