Shades of Hollywood Cerise #DA039D
Tints of Hollywood Cerise #DA039D
RGB
CMYK
RGB Variations
Color information
#DA039D (or 0xDA039D) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 9D. RGB value is (218,3,157). Sum of RGB (Red+Green+Blue) = 218+3+157=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA039D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA039D is #25FC62. Grayscale: #545454. Windows color (decimal): -2489443 or 10290138. OLE color: 10290138.
HSL color Cylindrical-coordinate representation of color #DA039D: hue angle of 317.02º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA039D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.15 |
| HSL | 317.02º | 0.97% | 0.43% | - |
| HSV(B) | 317.02º | 0.99% | 0.85% | - |
| XYZ | 35.03 | 17.4 | 33.41 | - |
| YUV | 84.84 | 168.73 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 157 | 0 | 0.99 | 0.28 | 0.15 | 317.02 | 0.97 | 0.43 |
| Hex | DA | 3 | 9D | 0 | 63 | 1C | F | 13D | 61 | 2B |
| Octal | 332 | 3 | 235 | 0 | 143 | 34 | 17 | 475 | 141 | 53 |
| Binary | 11011010 | 11 | 10011101 | 0 | 1100011 | 11100 | 1111 | 100111101 | 1100001 | 101011 |
Color Harmonies of #DA039D
Complementary color
Monochromatic Colors of #DA039D
Black with #DA039D
Text Example
Text Example
White with #DA039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA039D; }
p { color: rgb(218,3,157); }
H1.HeaderClassName
{
color: #DA039D;
}
.AnyTagClassName
{
color: #DA039D;
}
</style>
background-color css
<style>
a { background-color: #DA039D; }
a { background-color: rgb(218,3,157); }
div.DivClassName
{
background-color: #DA039D;
}
.BgClassName
{
background-color: #DA039D;
}
</style>
border-color css
<style>
span { border-color: #DA039D; }
span { border-color: rgb(218,3,157); }
td.TdClassName
{
border-color: #DA039D;
}
.TagClassName
{
border-color: #DA039D;
}
</style>