Shades of Hollywood Cerise #DA03A7
Tints of Hollywood Cerise #DA03A7
RGB
CMYK
RGB Variations
Color information
#DA03A7 (or 0xDA03A7) is known color: Hollywood Cerise. HEX triplet: DA, 03 and A7. RGB value is (218,3,167). Sum of RGB (Red+Green+Blue) = 218+3+167=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA03A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA03A7 is #25FC58. Grayscale: #555555. Windows color (decimal): -2489433 or 10945498. OLE color: 10945498.
HSL color Cylindrical-coordinate representation of color #DA03A7: hue angle of 314.23º degrees, saturation: 0.97, 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 #DA03A7 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 167 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.15 |
| HSL | 314.23º | 0.97% | 0.43% | - |
| HSV(B) | 314.23º | 0.99% | 0.85% | - |
| XYZ | 35.92 | 17.76 | 38.09 | - |
| YUV | 85.98 | 173.73 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 167 | 0 | 0.99 | 0.23 | 0.15 | 314.23 | 0.97 | 0.43 |
| Hex | DA | 3 | A7 | 0 | 63 | 17 | F | 13A | 61 | 2B |
| Octal | 332 | 3 | 247 | 0 | 143 | 27 | 17 | 472 | 141 | 53 |
| Binary | 11011010 | 11 | 10100111 | 0 | 1100011 | 10111 | 1111 | 100111010 | 1100001 | 101011 |
Color Harmonies of #DA03A7
Complementary color
Monochromatic Colors of #DA03A7
Black with #DA03A7
Text Example
Text Example
White with #DA03A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03A7; }
p { color: rgb(218,3,167); }
H1.HeaderClassName
{
color: #DA03A7;
}
.AnyTagClassName
{
color: #DA03A7;
}
</style>
background-color css
<style>
a { background-color: #DA03A7; }
a { background-color: rgb(218,3,167); }
div.DivClassName
{
background-color: #DA03A7;
}
.BgClassName
{
background-color: #DA03A7;
}
</style>
border-color css
<style>
span { border-color: #DA03A7; }
span { border-color: rgb(218,3,167); }
td.TdClassName
{
border-color: #DA03A7;
}
.TagClassName
{
border-color: #DA03A7;
}
</style>