Shades of Hollywood Cerise #DA0195
Tints of Hollywood Cerise #DA0195
RGB
CMYK
RGB Variations
Color information
#DA0195 (or 0xDA0195) is known color: Hollywood Cerise. HEX triplet: DA, 01 and 95. RGB value is (218,1,149). Sum of RGB (Red+Green+Blue) = 218+1+149=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0195 is #25FE6A. Grayscale: #525252. Windows color (decimal): -2489963 or 9765338. OLE color: 9765338.
HSL color Cylindrical-coordinate representation of color #DA0195: hue angle of 319.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0195 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.15 |
| HSL | 319.08º | 0.99% | 0.43% | - |
| HSV(B) | 319.08º | 1% | 0.85% | - |
| XYZ | 34.35 | 17.1 | 29.92 | - |
| YUV | 82.76 | 165.39 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 149 | 0 | 1.00 | 0.32 | 0.15 | 319.08 | 0.99 | 0.43 |
| Hex | DA | 1 | 95 | 0 | 64 | 20 | F | 13F | 63 | 2B |
| Octal | 332 | 1 | 225 | 0 | 144 | 40 | 17 | 477 | 143 | 53 |
| Binary | 11011010 | 1 | 10010101 | 0 | 1100100 | 100000 | 1111 | 100111111 | 1100011 | 101011 |
Color Harmonies of #DA0195
Complementary color
Monochromatic Colors of #DA0195
Black with #DA0195
Text Example
Text Example
White with #DA0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0195; }
p { color: rgb(218,1,149); }
H1.HeaderClassName
{
color: #DA0195;
}
.AnyTagClassName
{
color: #DA0195;
}
</style>
background-color css
<style>
a { background-color: #DA0195; }
a { background-color: rgb(218,1,149); }
div.DivClassName
{
background-color: #DA0195;
}
.BgClassName
{
background-color: #DA0195;
}
</style>
border-color css
<style>
span { border-color: #DA0195; }
span { border-color: rgb(218,1,149); }
td.TdClassName
{
border-color: #DA0195;
}
.TagClassName
{
border-color: #DA0195;
}
</style>