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