Shades of Hollywood Cerise #DA0BA7
Tints of Hollywood Cerise #DA0BA7
RGB
CMYK
RGB Variations
Color information
#DA0BA7 (or 0xDA0BA7) is known color: Hollywood Cerise. HEX triplet: DA, 0B and A7. RGB value is (218,11,167). Sum of RGB (Red+Green+Blue) = 218+11+167=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0BA7 is #25F458. Grayscale: #5A5A5A. Windows color (decimal): -2487385 or 10947546. OLE color: 10947546.
HSL color Cylindrical-coordinate representation of color #DA0BA7: hue angle of 314.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BA7 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 167 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.15 |
| HSL | 314.78º | 0.9% | 0.45% | - |
| HSV(B) | 314.78º | 0.95% | 0.85% | - |
| XYZ | 36.01 | 17.93 | 38.12 | - |
| YUV | 90.68 | 171.08 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 167 | 0 | 0.95 | 0.23 | 0.15 | 314.78 | 0.9 | 0.45 |
| Hex | DA | B | A7 | 0 | 5F | 17 | F | 13B | 5A | 2D |
| Octal | 332 | 13 | 247 | 0 | 137 | 27 | 17 | 473 | 132 | 55 |
| Binary | 11011010 | 1011 | 10100111 | 0 | 1011111 | 10111 | 1111 | 100111011 | 1011010 | 101101 |
Color Harmonies of #DA0BA7
Complementary color
Monochromatic Colors of #DA0BA7
Black with #DA0BA7
Text Example
Text Example
White with #DA0BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BA7; }
p { color: rgb(218,11,167); }
H1.HeaderClassName
{
color: #DA0BA7;
}
.AnyTagClassName
{
color: #DA0BA7;
}
</style>
background-color css
<style>
a { background-color: #DA0BA7; }
a { background-color: rgb(218,11,167); }
div.DivClassName
{
background-color: #DA0BA7;
}
.BgClassName
{
background-color: #DA0BA7;
}
</style>
border-color css
<style>
span { border-color: #DA0BA7; }
span { border-color: rgb(218,11,167); }
td.TdClassName
{
border-color: #DA0BA7;
}
.TagClassName
{
border-color: #DA0BA7;
}
</style>