Shades of Hollywood Cerise #DA00AF
Tints of Hollywood Cerise #DA00AF
RGB
CMYK
RGB Variations
Color information
#DA00AF (or 0xDA00AF) is known color: Hollywood Cerise. HEX triplet: DA, 00 and AF. RGB value is (218,0,175). Sum of RGB (Red+Green+Blue) = 218+0+175=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00AF is #25FF50. Grayscale: #545454. Windows color (decimal): -2490193 or 11469018. OLE color: 11469018.
HSL color Cylindrical-coordinate representation of color #DA00AF: hue angle of 311.83º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00AF is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.20 | 0.15 |
| HSL | 311.83º | 1% | 0.43% | - |
| HSV(B) | 311.83º | 1% | 0.85% | - |
| XYZ | 36.65 | 18 | 42.1 | - |
| YUV | 85.13 | 178.72 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 175 | 0 | 1 | 0.20 | 0.15 | 311.83 | 1 | 0.43 |
| Hex | DA | 0 | AF | 0 | 64 | 14 | F | 138 | 64 | 2B |
| Octal | 332 | 0 | 257 | 0 | 144 | 24 | 17 | 470 | 144 | 53 |
| Binary | 11011010 | 0 | 10101111 | 0 | 1100100 | 10100 | 1111 | 100111000 | 1100100 | 101011 |
Color Harmonies of #DA00AF
Complementary color
Monochromatic Colors of #DA00AF
Black with #DA00AF
Text Example
Text Example
White with #DA00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00AF; }
p { color: rgb(218,0,175); }
H1.HeaderClassName
{
color: #DA00AF;
}
.AnyTagClassName
{
color: #DA00AF;
}
</style>
background-color css
<style>
a { background-color: #DA00AF; }
a { background-color: rgb(218,0,175); }
div.DivClassName
{
background-color: #DA00AF;
}
.BgClassName
{
background-color: #DA00AF;
}
</style>
border-color css
<style>
span { border-color: #DA00AF; }
span { border-color: rgb(218,0,175); }
td.TdClassName
{
border-color: #DA00AF;
}
.TagClassName
{
border-color: #DA00AF;
}
</style>