Shades of Hollywood Cerise #DB10A4
Tints of Hollywood Cerise #DB10A4
RGB
CMYK
RGB Variations
Color information
#DB10A4 (or 0xDB10A4) is known color: Hollywood Cerise. HEX triplet: DB, 10 and A4. RGB value is (219,16,164). Sum of RGB (Red+Green+Blue) = 219+16+164=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10A4 is #24EF5B. Grayscale: #5D5D5D. Windows color (decimal): -2420572 or 10752219. OLE color: 10752219.
HSL color Cylindrical-coordinate representation of color #DB10A4: hue angle of 316.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10A4 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 164 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.14 |
| HSL | 316.26º | 0.86% | 0.46% | - |
| HSV(B) | 316.26º | 0.93% | 0.86% | - |
| XYZ | 36.1 | 18.11 | 36.72 | - |
| YUV | 93.57 | 167.75 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 164 | 0 | 0.93 | 0.25 | 0.14 | 316.26 | 0.86 | 0.46 |
| Hex | DB | 10 | A4 | 0 | 5D | 19 | E | 13C | 56 | 2E |
| Octal | 333 | 20 | 244 | 0 | 135 | 31 | 16 | 474 | 126 | 56 |
| Binary | 11011011 | 10000 | 10100100 | 0 | 1011101 | 11001 | 1110 | 100111100 | 1010110 | 101110 |
Color Harmonies of #DB10A4
Complementary color
Monochromatic Colors of #DB10A4
Black with #DB10A4
Text Example
Text Example
White with #DB10A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10A4; }
p { color: rgb(219,16,164); }
H1.HeaderClassName
{
color: #DB10A4;
}
.AnyTagClassName
{
color: #DB10A4;
}
</style>
background-color css
<style>
a { background-color: #DB10A4; }
a { background-color: rgb(219,16,164); }
div.DivClassName
{
background-color: #DB10A4;
}
.BgClassName
{
background-color: #DB10A4;
}
</style>
border-color css
<style>
span { border-color: #DB10A4; }
span { border-color: rgb(219,16,164); }
td.TdClassName
{
border-color: #DB10A4;
}
.TagClassName
{
border-color: #DB10A4;
}
</style>