Shades of Hollywood Cerise #DA079A
Tints of Hollywood Cerise #DA079A
RGB
CMYK
RGB Variations
Color information
#DA079A (or 0xDA079A) is known color: Hollywood Cerise. HEX triplet: DA, 07 and 9A. RGB value is (218,7,154). Sum of RGB (Red+Green+Blue) = 218+7+154=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA079A is #25F865. Grayscale: #565656. Windows color (decimal): -2488422 or 10094554. OLE color: 10094554.
HSL color Cylindrical-coordinate representation of color #DA079A: hue angle of 318.2º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA079A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.15 |
| HSL | 318.2º | 0.94% | 0.44% | - |
| HSV(B) | 318.2º | 0.97% | 0.85% | - |
| XYZ | 34.82 | 17.39 | 32.09 | - |
| YUV | 86.85 | 165.9 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 154 | 0 | 0.97 | 0.29 | 0.15 | 318.2 | 0.94 | 0.44 |
| Hex | DA | 7 | 9A | 0 | 61 | 1D | F | 13E | 5E | 2C |
| Octal | 332 | 7 | 232 | 0 | 141 | 35 | 17 | 476 | 136 | 54 |
| Binary | 11011010 | 111 | 10011010 | 0 | 1100001 | 11101 | 1111 | 100111110 | 1011110 | 101100 |
Color Harmonies of #DA079A
Complementary color
Monochromatic Colors of #DA079A
Black with #DA079A
Text Example
Text Example
White with #DA079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA079A; }
p { color: rgb(218,7,154); }
H1.HeaderClassName
{
color: #DA079A;
}
.AnyTagClassName
{
color: #DA079A;
}
</style>
background-color css
<style>
a { background-color: #DA079A; }
a { background-color: rgb(218,7,154); }
div.DivClassName
{
background-color: #DA079A;
}
.BgClassName
{
background-color: #DA079A;
}
</style>
border-color css
<style>
span { border-color: #DA079A; }
span { border-color: rgb(218,7,154); }
td.TdClassName
{
border-color: #DA079A;
}
.TagClassName
{
border-color: #DA079A;
}
</style>