Shades of Hollywood Cerise #DA00AB
Tints of Hollywood Cerise #DA00AB
RGB
CMYK
RGB Variations
Color information
#DA00AB (or 0xDA00AB) is known color: Hollywood Cerise. HEX triplet: DA, 00 and AB. RGB value is (218,0,171). Sum of RGB (Red+Green+Blue) = 218+0+171=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00AB is #25FF54. Grayscale: #545454. Windows color (decimal): -2490197 or 11206874. OLE color: 11206874.
HSL color Cylindrical-coordinate representation of color #DA00AB: hue angle of 312.94º 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 #DA00AB is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.22 | 0.15 |
| HSL | 312.94º | 1% | 0.43% | - |
| HSV(B) | 312.94º | 1% | 0.85% | - |
| XYZ | 36.26 | 17.85 | 40.06 | - |
| YUV | 84.68 | 176.72 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 171 | 0 | 1 | 0.22 | 0.15 | 312.94 | 1 | 0.43 |
| Hex | DA | 0 | AB | 0 | 64 | 16 | F | 139 | 64 | 2B |
| Octal | 332 | 0 | 253 | 0 | 144 | 26 | 17 | 471 | 144 | 53 |
| Binary | 11011010 | 0 | 10101011 | 0 | 1100100 | 10110 | 1111 | 100111001 | 1100100 | 101011 |
Color Harmonies of #DA00AB
Complementary color
Monochromatic Colors of #DA00AB
Black with #DA00AB
Text Example
Text Example
White with #DA00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00AB; }
p { color: rgb(218,0,171); }
H1.HeaderClassName
{
color: #DA00AB;
}
.AnyTagClassName
{
color: #DA00AB;
}
</style>
background-color css
<style>
a { background-color: #DA00AB; }
a { background-color: rgb(218,0,171); }
div.DivClassName
{
background-color: #DA00AB;
}
.BgClassName
{
background-color: #DA00AB;
}
</style>
border-color css
<style>
span { border-color: #DA00AB; }
span { border-color: rgb(218,0,171); }
td.TdClassName
{
border-color: #DA00AB;
}
.TagClassName
{
border-color: #DA00AB;
}
</style>