Shades of Hollywood Cerise #DA039B
Tints of Hollywood Cerise #DA039B
RGB
CMYK
RGB Variations
Color information
#DA039B (or 0xDA039B) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 9B. RGB value is (218,3,155). Sum of RGB (Red+Green+Blue) = 218+3+155=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA039B is #25FC64. Grayscale: #545454. Windows color (decimal): -2489445 or 10159066. OLE color: 10159066.
HSL color Cylindrical-coordinate representation of color #DA039B: hue angle of 317.58º 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 #DA039B is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.15 |
| HSL | 317.58º | 0.97% | 0.43% | - |
| HSV(B) | 317.58º | 0.99% | 0.85% | - |
| XYZ | 34.86 | 17.34 | 32.52 | - |
| YUV | 84.61 | 167.73 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 155 | 0 | 0.99 | 0.29 | 0.15 | 317.58 | 0.97 | 0.43 |
| Hex | DA | 3 | 9B | 0 | 63 | 1D | F | 13E | 61 | 2B |
| Octal | 332 | 3 | 233 | 0 | 143 | 35 | 17 | 476 | 141 | 53 |
| Binary | 11011010 | 11 | 10011011 | 0 | 1100011 | 11101 | 1111 | 100111110 | 1100001 | 101011 |
Color Harmonies of #DA039B
Complementary color
Monochromatic Colors of #DA039B
Black with #DA039B
Text Example
Text Example
White with #DA039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA039B; }
p { color: rgb(218,3,155); }
H1.HeaderClassName
{
color: #DA039B;
}
.AnyTagClassName
{
color: #DA039B;
}
</style>
background-color css
<style>
a { background-color: #DA039B; }
a { background-color: rgb(218,3,155); }
div.DivClassName
{
background-color: #DA039B;
}
.BgClassName
{
background-color: #DA039B;
}
</style>
border-color css
<style>
span { border-color: #DA039B; }
span { border-color: rgb(218,3,155); }
td.TdClassName
{
border-color: #DA039B;
}
.TagClassName
{
border-color: #DA039B;
}
</style>