Shades of Hollywood Cerise #DA0C9B
Tints of Hollywood Cerise #DA0C9B
RGB
CMYK
RGB Variations
Color information
#DA0C9B (or 0xDA0C9B) is known color: Hollywood Cerise. HEX triplet: DA, 0C and 9B. RGB value is (218,12,155). Sum of RGB (Red+Green+Blue) = 218+12+155=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0C9B is #25F364. Grayscale: #595959. Windows color (decimal): -2487141 or 10161370. OLE color: 10161370.
HSL color Cylindrical-coordinate representation of color #DA0C9B: hue angle of 318.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0C9B is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 155 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.15 |
| HSL | 318.35º | 0.9% | 0.45% | - |
| HSV(B) | 318.35º | 0.94% | 0.85% | - |
| XYZ | 34.96 | 17.53 | 32.55 | - |
| YUV | 89.9 | 164.75 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 155 | 0 | 0.94 | 0.29 | 0.15 | 318.35 | 0.9 | 0.45 |
| Hex | DA | C | 9B | 0 | 5E | 1D | F | 13E | 5A | 2D |
| Octal | 332 | 14 | 233 | 0 | 136 | 35 | 17 | 476 | 132 | 55 |
| Binary | 11011010 | 1100 | 10011011 | 0 | 1011110 | 11101 | 1111 | 100111110 | 1011010 | 101101 |
Color Harmonies of #DA0C9B
Complementary color
Monochromatic Colors of #DA0C9B
Black with #DA0C9B
Text Example
Text Example
White with #DA0C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C9B; }
p { color: rgb(218,12,155); }
H1.HeaderClassName
{
color: #DA0C9B;
}
.AnyTagClassName
{
color: #DA0C9B;
}
</style>
background-color css
<style>
a { background-color: #DA0C9B; }
a { background-color: rgb(218,12,155); }
div.DivClassName
{
background-color: #DA0C9B;
}
.BgClassName
{
background-color: #DA0C9B;
}
</style>
border-color css
<style>
span { border-color: #DA0C9B; }
span { border-color: rgb(218,12,155); }
td.TdClassName
{
border-color: #DA0C9B;
}
.TagClassName
{
border-color: #DA0C9B;
}
</style>