Shades of Hollywood Cerise #DA109D
Tints of Hollywood Cerise #DA109D
RGB
CMYK
RGB Variations
Color information
#DA109D (or 0xDA109D) is known color: Hollywood Cerise. HEX triplet: DA, 10 and 9D. RGB value is (218,16,157). Sum of RGB (Red+Green+Blue) = 218+16+157=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA109D is #25EF62. Grayscale: #5C5C5C. Windows color (decimal): -2486115 or 10293466. OLE color: 10293466.
HSL color Cylindrical-coordinate representation of color #DA109D: hue angle of 318.12º 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 #DA109D is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 157 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.15 |
| HSL | 318.12º | 0.86% | 0.46% | - |
| HSV(B) | 318.12º | 0.93% | 0.85% | - |
| XYZ | 35.18 | 17.71 | 33.46 | - |
| YUV | 92.47 | 164.42 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 157 | 0 | 0.93 | 0.28 | 0.15 | 318.12 | 0.86 | 0.46 |
| Hex | DA | 10 | 9D | 0 | 5D | 1C | F | 13E | 56 | 2E |
| Octal | 332 | 20 | 235 | 0 | 135 | 34 | 17 | 476 | 126 | 56 |
| Binary | 11011010 | 10000 | 10011101 | 0 | 1011101 | 11100 | 1111 | 100111110 | 1010110 | 101110 |
Color Harmonies of #DA109D
Complementary color
Monochromatic Colors of #DA109D
Black with #DA109D
Text Example
Text Example
White with #DA109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA109D; }
p { color: rgb(218,16,157); }
H1.HeaderClassName
{
color: #DA109D;
}
.AnyTagClassName
{
color: #DA109D;
}
</style>
background-color css
<style>
a { background-color: #DA109D; }
a { background-color: rgb(218,16,157); }
div.DivClassName
{
background-color: #DA109D;
}
.BgClassName
{
background-color: #DA109D;
}
</style>
border-color css
<style>
span { border-color: #DA109D; }
span { border-color: rgb(218,16,157); }
td.TdClassName
{
border-color: #DA109D;
}
.TagClassName
{
border-color: #DA109D;
}
</style>