Shades of Hollywood Cerise #DA029A
Tints of Hollywood Cerise #DA029A
RGB
CMYK
RGB Variations
Color information
#DA029A (or 0xDA029A) is known color: Hollywood Cerise. HEX triplet: DA, 02 and 9A. RGB value is (218,2,154). Sum of RGB (Red+Green+Blue) = 218+2+154=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA029A is #25FD65. Grayscale: #535353. Windows color (decimal): -2489702 or 10093274. OLE color: 10093274.
HSL color Cylindrical-coordinate representation of color #DA029A: hue angle of 317.78º degrees, saturation: 0.98, 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 #DA029A is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.15 |
| HSL | 317.78º | 0.98% | 0.43% | - |
| HSV(B) | 317.78º | 0.99% | 0.85% | - |
| XYZ | 34.77 | 17.28 | 32.08 | - |
| YUV | 83.91 | 167.56 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 154 | 0 | 0.99 | 0.29 | 0.15 | 317.78 | 0.98 | 0.43 |
| Hex | DA | 2 | 9A | 0 | 63 | 1D | F | 13E | 62 | 2B |
| Octal | 332 | 2 | 232 | 0 | 143 | 35 | 17 | 476 | 142 | 53 |
| Binary | 11011010 | 10 | 10011010 | 0 | 1100011 | 11101 | 1111 | 100111110 | 1100010 | 101011 |
Color Harmonies of #DA029A
Complementary color
Monochromatic Colors of #DA029A
Black with #DA029A
Text Example
Text Example
White with #DA029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA029A; }
p { color: rgb(218,2,154); }
H1.HeaderClassName
{
color: #DA029A;
}
.AnyTagClassName
{
color: #DA029A;
}
</style>
background-color css
<style>
a { background-color: #DA029A; }
a { background-color: rgb(218,2,154); }
div.DivClassName
{
background-color: #DA029A;
}
.BgClassName
{
background-color: #DA029A;
}
</style>
border-color css
<style>
span { border-color: #DA029A; }
span { border-color: rgb(218,2,154); }
td.TdClassName
{
border-color: #DA029A;
}
.TagClassName
{
border-color: #DA029A;
}
</style>