Shades of Hollywood Cerise #DA09B1
Tints of Hollywood Cerise #DA09B1
RGB
CMYK
RGB Variations
Color information
#DA09B1 (or 0xDA09B1) is known color: Hollywood Cerise. HEX triplet: DA, 09 and B1. RGB value is (218,9,177). Sum of RGB (Red+Green+Blue) = 218+9+177=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09B1 is #25F64E. Grayscale: #5A5A5A. Windows color (decimal): -2487887 or 11602394. OLE color: 11602394.
HSL color Cylindrical-coordinate representation of color #DA09B1: hue angle of 311.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09B1 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 177 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.15 |
| HSL | 311.77º | 0.92% | 0.45% | - |
| HSV(B) | 311.77º | 0.96% | 0.85% | - |
| XYZ | 36.95 | 18.28 | 43.18 | - |
| YUV | 90.64 | 176.74 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 177 | 0 | 0.96 | 0.19 | 0.15 | 311.77 | 0.92 | 0.45 |
| Hex | DA | 9 | B1 | 0 | 60 | 13 | F | 138 | 5C | 2D |
| Octal | 332 | 11 | 261 | 0 | 140 | 23 | 17 | 470 | 134 | 55 |
| Binary | 11011010 | 1001 | 10110001 | 0 | 1100000 | 10011 | 1111 | 100111000 | 1011100 | 101101 |
Color Harmonies of #DA09B1
Complementary color
Monochromatic Colors of #DA09B1
Black with #DA09B1
Text Example
Text Example
White with #DA09B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09B1; }
p { color: rgb(218,9,177); }
H1.HeaderClassName
{
color: #DA09B1;
}
.AnyTagClassName
{
color: #DA09B1;
}
</style>
background-color css
<style>
a { background-color: #DA09B1; }
a { background-color: rgb(218,9,177); }
div.DivClassName
{
background-color: #DA09B1;
}
.BgClassName
{
background-color: #DA09B1;
}
</style>
border-color css
<style>
span { border-color: #DA09B1; }
span { border-color: rgb(218,9,177); }
td.TdClassName
{
border-color: #DA09B1;
}
.TagClassName
{
border-color: #DA09B1;
}
</style>