Shades of Hollywood Cerise #DA00AD
Tints of Hollywood Cerise #DA00AD
RGB
CMYK
RGB Variations
Color information
#DA00AD (or 0xDA00AD) is known color: Hollywood Cerise. HEX triplet: DA, 00 and AD. RGB value is (218,0,173). Sum of RGB (Red+Green+Blue) = 218+0+173=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00AD is #25FF52. Grayscale: #545454. Windows color (decimal): -2490195 or 11337946. OLE color: 11337946.
HSL color Cylindrical-coordinate representation of color #DA00AD: hue angle of 312.39º 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 #DA00AD is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.21 | 0.15 |
| HSL | 312.39º | 1% | 0.43% | - |
| HSV(B) | 312.39º | 1% | 0.85% | - |
| XYZ | 36.46 | 17.92 | 41.07 | - |
| YUV | 84.9 | 177.72 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 173 | 0 | 1 | 0.21 | 0.15 | 312.39 | 1 | 0.43 |
| Hex | DA | 0 | AD | 0 | 64 | 15 | F | 138 | 64 | 2B |
| Octal | 332 | 0 | 255 | 0 | 144 | 25 | 17 | 470 | 144 | 53 |
| Binary | 11011010 | 0 | 10101101 | 0 | 1100100 | 10101 | 1111 | 100111000 | 1100100 | 101011 |
Color Harmonies of #DA00AD
Complementary color
Monochromatic Colors of #DA00AD
Black with #DA00AD
Text Example
Text Example
White with #DA00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00AD; }
p { color: rgb(218,0,173); }
H1.HeaderClassName
{
color: #DA00AD;
}
.AnyTagClassName
{
color: #DA00AD;
}
</style>
background-color css
<style>
a { background-color: #DA00AD; }
a { background-color: rgb(218,0,173); }
div.DivClassName
{
background-color: #DA00AD;
}
.BgClassName
{
background-color: #DA00AD;
}
</style>
border-color css
<style>
span { border-color: #DA00AD; }
span { border-color: rgb(218,0,173); }
td.TdClassName
{
border-color: #DA00AD;
}
.TagClassName
{
border-color: #DA00AD;
}
</style>