Shades of Hollywood Cerise #DA02AD
Tints of Hollywood Cerise #DA02AD
RGB
CMYK
RGB Variations
Color information
#DA02AD (or 0xDA02AD) is known color: Hollywood Cerise. HEX triplet: DA, 02 and AD. RGB value is (218,2,173). Sum of RGB (Red+Green+Blue) = 218+2+173=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA02AD is #25FD52. Grayscale: #555555. Windows color (decimal): -2489683 or 11338458. OLE color: 11338458.
HSL color Cylindrical-coordinate representation of color #DA02AD: hue angle of 312.5º 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 #DA02AD is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.15 |
| HSL | 312.5º | 0.98% | 0.43% | - |
| HSV(B) | 312.5º | 0.99% | 0.85% | - |
| XYZ | 36.48 | 17.97 | 41.08 | - |
| YUV | 86.08 | 177.06 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 173 | 0 | 0.99 | 0.21 | 0.15 | 312.5 | 0.98 | 0.43 |
| Hex | DA | 2 | AD | 0 | 63 | 15 | F | 138 | 62 | 2B |
| Octal | 332 | 2 | 255 | 0 | 143 | 25 | 17 | 470 | 142 | 53 |
| Binary | 11011010 | 10 | 10101101 | 0 | 1100011 | 10101 | 1111 | 100111000 | 1100010 | 101011 |
Color Harmonies of #DA02AD
Complementary color
Monochromatic Colors of #DA02AD
Black with #DA02AD
Text Example
Text Example
White with #DA02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02AD; }
p { color: rgb(218,2,173); }
H1.HeaderClassName
{
color: #DA02AD;
}
.AnyTagClassName
{
color: #DA02AD;
}
</style>
background-color css
<style>
a { background-color: #DA02AD; }
a { background-color: rgb(218,2,173); }
div.DivClassName
{
background-color: #DA02AD;
}
.BgClassName
{
background-color: #DA02AD;
}
</style>
border-color css
<style>
span { border-color: #DA02AD; }
span { border-color: rgb(218,2,173); }
td.TdClassName
{
border-color: #DA02AD;
}
.TagClassName
{
border-color: #DA02AD;
}
</style>