Shades of Hollywood Cerise #DA00B1
Tints of Hollywood Cerise #DA00B1
RGB
CMYK
RGB Variations
Color information
#DA00B1 (or 0xDA00B1) is known color: Hollywood Cerise. HEX triplet: DA, 00 and B1. RGB value is (218,0,177). Sum of RGB (Red+Green+Blue) = 218+0+177=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00B1 is #25FF4E. Grayscale: #545454. Windows color (decimal): -2490191 or 11600090. OLE color: 11600090.
HSL color Cylindrical-coordinate representation of color #DA00B1: hue angle of 311.28º 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 #DA00B1 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 177 | - |
| CMYK | 0 | 1 | 0.19 | 0.15 |
| HSL | 311.28º | 1% | 0.43% | - |
| HSV(B) | 311.28º | 1% | 0.85% | - |
| XYZ | 36.85 | 18.08 | 43.14 | - |
| YUV | 85.36 | 179.72 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 177 | 0 | 1 | 0.19 | 0.15 | 311.28 | 1 | 0.43 |
| Hex | DA | 0 | B1 | 0 | 64 | 13 | F | 137 | 64 | 2B |
| Octal | 332 | 0 | 261 | 0 | 144 | 23 | 17 | 467 | 144 | 53 |
| Binary | 11011010 | 0 | 10110001 | 0 | 1100100 | 10011 | 1111 | 100110111 | 1100100 | 101011 |
Color Harmonies of #DA00B1
Complementary color
Monochromatic Colors of #DA00B1
Black with #DA00B1
Text Example
Text Example
White with #DA00B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00B1; }
p { color: rgb(218,0,177); }
H1.HeaderClassName
{
color: #DA00B1;
}
.AnyTagClassName
{
color: #DA00B1;
}
</style>
background-color css
<style>
a { background-color: #DA00B1; }
a { background-color: rgb(218,0,177); }
div.DivClassName
{
background-color: #DA00B1;
}
.BgClassName
{
background-color: #DA00B1;
}
</style>
border-color css
<style>
span { border-color: #DA00B1; }
span { border-color: rgb(218,0,177); }
td.TdClassName
{
border-color: #DA00B1;
}
.TagClassName
{
border-color: #DA00B1;
}
</style>