Shades of Hollywood Cerise #DA03AC
Tints of Hollywood Cerise #DA03AC
RGB
CMYK
RGB Variations
Color information
#DA03AC (or 0xDA03AC) is known color: Hollywood Cerise. HEX triplet: DA, 03 and AC. RGB value is (218,3,172). Sum of RGB (Red+Green+Blue) = 218+3+172=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA03AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA03AC is #25FC53. Grayscale: #565656. Windows color (decimal): -2489428 or 11273178. OLE color: 11273178.
HSL color Cylindrical-coordinate representation of color #DA03AC: hue angle of 312.84º 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 #DA03AC is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.15 |
| HSL | 312.84º | 0.97% | 0.43% | - |
| HSV(B) | 312.84º | 0.99% | 0.85% | - |
| XYZ | 36.39 | 17.95 | 40.58 | - |
| YUV | 86.55 | 176.23 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 172 | 0 | 0.99 | 0.21 | 0.15 | 312.84 | 0.97 | 0.43 |
| Hex | DA | 3 | AC | 0 | 63 | 15 | F | 139 | 61 | 2B |
| Octal | 332 | 3 | 254 | 0 | 143 | 25 | 17 | 471 | 141 | 53 |
| Binary | 11011010 | 11 | 10101100 | 0 | 1100011 | 10101 | 1111 | 100111001 | 1100001 | 101011 |
Color Harmonies of #DA03AC
Complementary color
Monochromatic Colors of #DA03AC
Black with #DA03AC
Text Example
Text Example
White with #DA03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03AC; }
p { color: rgb(218,3,172); }
H1.HeaderClassName
{
color: #DA03AC;
}
.AnyTagClassName
{
color: #DA03AC;
}
</style>
background-color css
<style>
a { background-color: #DA03AC; }
a { background-color: rgb(218,3,172); }
div.DivClassName
{
background-color: #DA03AC;
}
.BgClassName
{
background-color: #DA03AC;
}
</style>
border-color css
<style>
span { border-color: #DA03AC; }
span { border-color: rgb(218,3,172); }
td.TdClassName
{
border-color: #DA03AC;
}
.TagClassName
{
border-color: #DA03AC;
}
</style>