Shades of Hollywood Cerise #DA18A5
Tints of Hollywood Cerise #DA18A5
RGB
CMYK
RGB Variations
Color information
#DA18A5 (or 0xDA18A5) is known color: Hollywood Cerise. HEX triplet: DA, 18 and A5. RGB value is (218,24,165). Sum of RGB (Red+Green+Blue) = 218+24+165=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA18A5 is #25E75A. Grayscale: #616161. Windows color (decimal): -2484059 or 10819802. OLE color: 10819802.
HSL color Cylindrical-coordinate representation of color #DA18A5: hue angle of 316.39º 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 #DA18A5 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 165 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.15 |
| HSL | 316.39º | 0.8% | 0.47% | - |
| HSV(B) | 316.39º | 0.89% | 0.85% | - |
| XYZ | 36.03 | 18.28 | 37.23 | - |
| YUV | 98.08 | 165.77 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 165 | 0 | 0.89 | 0.24 | 0.15 | 316.39 | 0.8 | 0.47 |
| Hex | DA | 18 | A5 | 0 | 59 | 18 | F | 13C | 50 | 2F |
| Octal | 332 | 30 | 245 | 0 | 131 | 30 | 17 | 474 | 120 | 57 |
| Binary | 11011010 | 11000 | 10100101 | 0 | 1011001 | 11000 | 1111 | 100111100 | 1010000 | 101111 |
Color Harmonies of #DA18A5
Complementary color
Monochromatic Colors of #DA18A5
Black with #DA18A5
Text Example
Text Example
White with #DA18A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18A5; }
p { color: rgb(218,24,165); }
H1.HeaderClassName
{
color: #DA18A5;
}
.AnyTagClassName
{
color: #DA18A5;
}
</style>
background-color css
<style>
a { background-color: #DA18A5; }
a { background-color: rgb(218,24,165); }
div.DivClassName
{
background-color: #DA18A5;
}
.BgClassName
{
background-color: #DA18A5;
}
</style>
border-color css
<style>
span { border-color: #DA18A5; }
span { border-color: rgb(218,24,165); }
td.TdClassName
{
border-color: #DA18A5;
}
.TagClassName
{
border-color: #DA18A5;
}
</style>