Shades of Hollywood Cerise #DA069A
Tints of Hollywood Cerise #DA069A
RGB
CMYK
RGB Variations
Color information
#DA069A (or 0xDA069A) is known color: Hollywood Cerise. HEX triplet: DA, 06 and 9A. RGB value is (218,6,154). Sum of RGB (Red+Green+Blue) = 218+6+154=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA069A is #25F965. Grayscale: #555555. Windows color (decimal): -2488678 or 10094298. OLE color: 10094298.
HSL color Cylindrical-coordinate representation of color #DA069A: hue angle of 318.11º degrees, saturation: 0.95, 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 #DA069A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.15 |
| HSL | 318.11º | 0.95% | 0.44% | - |
| HSV(B) | 318.11º | 0.97% | 0.85% | - |
| XYZ | 34.81 | 17.37 | 32.09 | - |
| YUV | 86.26 | 166.24 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 154 | 0 | 0.97 | 0.29 | 0.15 | 318.11 | 0.95 | 0.44 |
| Hex | DA | 6 | 9A | 0 | 61 | 1D | F | 13E | 5F | 2C |
| Octal | 332 | 6 | 232 | 0 | 141 | 35 | 17 | 476 | 137 | 54 |
| Binary | 11011010 | 110 | 10011010 | 0 | 1100001 | 11101 | 1111 | 100111110 | 1011111 | 101100 |
Color Harmonies of #DA069A
Complementary color
Monochromatic Colors of #DA069A
Black with #DA069A
Text Example
Text Example
White with #DA069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA069A; }
p { color: rgb(218,6,154); }
H1.HeaderClassName
{
color: #DA069A;
}
.AnyTagClassName
{
color: #DA069A;
}
</style>
background-color css
<style>
a { background-color: #DA069A; }
a { background-color: rgb(218,6,154); }
div.DivClassName
{
background-color: #DA069A;
}
.BgClassName
{
background-color: #DA069A;
}
</style>
border-color css
<style>
span { border-color: #DA069A; }
span { border-color: rgb(218,6,154); }
td.TdClassName
{
border-color: #DA069A;
}
.TagClassName
{
border-color: #DA069A;
}
</style>