Shades of Hollywood Cerise #DA10A3
Tints of Hollywood Cerise #DA10A3
RGB
CMYK
RGB Variations
Color information
#DA10A3 (or 0xDA10A3) is known color: Hollywood Cerise. HEX triplet: DA, 10 and A3. RGB value is (218,16,163). Sum of RGB (Red+Green+Blue) = 218+16+163=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA10A3 is #25EF5C. Grayscale: #5C5C5C. Windows color (decimal): -2486109 or 10686682. OLE color: 10686682.
HSL color Cylindrical-coordinate representation of color #DA10A3: hue angle of 316.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10A3 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 163 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.15 |
| HSL | 316.34º | 0.86% | 0.46% | - |
| HSV(B) | 316.34º | 0.93% | 0.85% | - |
| XYZ | 35.71 | 17.92 | 36.23 | - |
| YUV | 93.16 | 167.42 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 163 | 0 | 0.93 | 0.25 | 0.15 | 316.34 | 0.86 | 0.46 |
| Hex | DA | 10 | A3 | 0 | 5D | 19 | F | 13C | 56 | 2E |
| Octal | 332 | 20 | 243 | 0 | 135 | 31 | 17 | 474 | 126 | 56 |
| Binary | 11011010 | 10000 | 10100011 | 0 | 1011101 | 11001 | 1111 | 100111100 | 1010110 | 101110 |
Color Harmonies of #DA10A3
Complementary color
Monochromatic Colors of #DA10A3
Black with #DA10A3
Text Example
Text Example
White with #DA10A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10A3; }
p { color: rgb(218,16,163); }
H1.HeaderClassName
{
color: #DA10A3;
}
.AnyTagClassName
{
color: #DA10A3;
}
</style>
background-color css
<style>
a { background-color: #DA10A3; }
a { background-color: rgb(218,16,163); }
div.DivClassName
{
background-color: #DA10A3;
}
.BgClassName
{
background-color: #DA10A3;
}
</style>
border-color css
<style>
span { border-color: #DA10A3; }
span { border-color: rgb(218,16,163); }
td.TdClassName
{
border-color: #DA10A3;
}
.TagClassName
{
border-color: #DA10A3;
}
</style>