Shades of Hollywood Cerise #DA029D
Tints of Hollywood Cerise #DA029D
RGB
CMYK
RGB Variations
Color information
#DA029D (or 0xDA029D) is known color: Hollywood Cerise. HEX triplet: DA, 02 and 9D. RGB value is (218,2,157). Sum of RGB (Red+Green+Blue) = 218+2+157=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA029D is #25FD62. Grayscale: #535353. Windows color (decimal): -2489699 or 10289882. OLE color: 10289882.
HSL color Cylindrical-coordinate representation of color #DA029D: hue angle of 316.94º 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 #DA029D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.15 |
| HSL | 316.94º | 0.98% | 0.43% | - |
| HSV(B) | 316.94º | 0.99% | 0.85% | - |
| XYZ | 35.02 | 17.38 | 33.41 | - |
| YUV | 84.25 | 169.06 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 157 | 0 | 0.99 | 0.28 | 0.15 | 316.94 | 0.98 | 0.43 |
| Hex | DA | 2 | 9D | 0 | 63 | 1C | F | 13D | 62 | 2B |
| Octal | 332 | 2 | 235 | 0 | 143 | 34 | 17 | 475 | 142 | 53 |
| Binary | 11011010 | 10 | 10011101 | 0 | 1100011 | 11100 | 1111 | 100111101 | 1100010 | 101011 |
Color Harmonies of #DA029D
Complementary color
Monochromatic Colors of #DA029D
Black with #DA029D
Text Example
Text Example
White with #DA029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA029D; }
p { color: rgb(218,2,157); }
H1.HeaderClassName
{
color: #DA029D;
}
.AnyTagClassName
{
color: #DA029D;
}
</style>
background-color css
<style>
a { background-color: #DA029D; }
a { background-color: rgb(218,2,157); }
div.DivClassName
{
background-color: #DA029D;
}
.BgClassName
{
background-color: #DA029D;
}
</style>
border-color css
<style>
span { border-color: #DA029D; }
span { border-color: rgb(218,2,157); }
td.TdClassName
{
border-color: #DA029D;
}
.TagClassName
{
border-color: #DA029D;
}
</style>