Shades of Hollywood Cerise #DA16A3
Tints of Hollywood Cerise #DA16A3
RGB
CMYK
RGB Variations
Color information
#DA16A3 (or 0xDA16A3) is known color: Hollywood Cerise. HEX triplet: DA, 16 and A3. RGB value is (218,22,163). Sum of RGB (Red+Green+Blue) = 218+22+163=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA16A3 is #25E95C. Grayscale: #606060. Windows color (decimal): -2484573 or 10688218. OLE color: 10688218.
HSL color Cylindrical-coordinate representation of color #DA16A3: hue angle of 316.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16A3 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 163 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.15 |
| HSL | 316.84º | 0.82% | 0.47% | - |
| HSV(B) | 316.84º | 0.9% | 0.85% | - |
| XYZ | 35.81 | 18.12 | 36.26 | - |
| YUV | 96.68 | 165.43 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 163 | 0 | 0.90 | 0.25 | 0.15 | 316.84 | 0.82 | 0.47 |
| Hex | DA | 16 | A3 | 0 | 5A | 19 | F | 13D | 52 | 2F |
| Octal | 332 | 26 | 243 | 0 | 132 | 31 | 17 | 475 | 122 | 57 |
| Binary | 11011010 | 10110 | 10100011 | 0 | 1011010 | 11001 | 1111 | 100111101 | 1010010 | 101111 |
Color Harmonies of #DA16A3
Complementary color
Monochromatic Colors of #DA16A3
Black with #DA16A3
Text Example
Text Example
White with #DA16A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA16A3; }
p { color: rgb(218,22,163); }
H1.HeaderClassName
{
color: #DA16A3;
}
.AnyTagClassName
{
color: #DA16A3;
}
</style>
background-color css
<style>
a { background-color: #DA16A3; }
a { background-color: rgb(218,22,163); }
div.DivClassName
{
background-color: #DA16A3;
}
.BgClassName
{
background-color: #DA16A3;
}
</style>
border-color css
<style>
span { border-color: #DA16A3; }
span { border-color: rgb(218,22,163); }
td.TdClassName
{
border-color: #DA16A3;
}
.TagClassName
{
border-color: #DA16A3;
}
</style>