Shades of Hollywood Cerise #DA05AF
Tints of Hollywood Cerise #DA05AF
RGB
CMYK
RGB Variations
Color information
#DA05AF (or 0xDA05AF) is known color: Hollywood Cerise. HEX triplet: DA, 05 and AF. RGB value is (218,5,175). Sum of RGB (Red+Green+Blue) = 218+5+175=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA05AF is #25FA50. Grayscale: #575757. Windows color (decimal): -2488913 or 11470298. OLE color: 11470298.
HSL color Cylindrical-coordinate representation of color #DA05AF: hue angle of 312.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA05AF is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.15 |
| HSL | 312.11º | 0.96% | 0.44% | - |
| HSV(B) | 312.11º | 0.98% | 0.85% | - |
| XYZ | 36.71 | 18.11 | 42.12 | - |
| YUV | 88.07 | 177.07 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 175 | 0 | 0.98 | 0.20 | 0.15 | 312.11 | 0.96 | 0.44 |
| Hex | DA | 5 | AF | 0 | 62 | 14 | F | 138 | 60 | 2C |
| Octal | 332 | 5 | 257 | 0 | 142 | 24 | 17 | 470 | 140 | 54 |
| Binary | 11011010 | 101 | 10101111 | 0 | 1100010 | 10100 | 1111 | 100111000 | 1100000 | 101100 |
Color Harmonies of #DA05AF
Complementary color
Monochromatic Colors of #DA05AF
Black with #DA05AF
Text Example
Text Example
White with #DA05AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA05AF; }
p { color: rgb(218,5,175); }
H1.HeaderClassName
{
color: #DA05AF;
}
.AnyTagClassName
{
color: #DA05AF;
}
</style>
background-color css
<style>
a { background-color: #DA05AF; }
a { background-color: rgb(218,5,175); }
div.DivClassName
{
background-color: #DA05AF;
}
.BgClassName
{
background-color: #DA05AF;
}
</style>
border-color css
<style>
span { border-color: #DA05AF; }
span { border-color: rgb(218,5,175); }
td.TdClassName
{
border-color: #DA05AF;
}
.TagClassName
{
border-color: #DA05AF;
}
</style>