Shades of Hollywood Cerise #DB0FA3
Tints of Hollywood Cerise #DB0FA3
RGB
CMYK
RGB Variations
Color information
#DB0FA3 (or 0xDB0FA3) is known color: Hollywood Cerise. HEX triplet: DB, 0F and A3. RGB value is (219,15,163). Sum of RGB (Red+Green+Blue) = 219+15+163=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0FA3 is #24F05C. Grayscale: #5C5C5C. Windows color (decimal): -2420829 or 10686427. OLE color: 10686427.
HSL color Cylindrical-coordinate representation of color #DB0FA3: hue angle of 316.47º degrees, saturation: 0.87, 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 #DB0FA3 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 163 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.14 |
| HSL | 316.47º | 0.87% | 0.46% | - |
| HSV(B) | 316.47º | 0.93% | 0.86% | - |
| XYZ | 36 | 18.05 | 36.24 | - |
| YUV | 92.87 | 167.59 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 163 | 0 | 0.93 | 0.26 | 0.14 | 316.47 | 0.87 | 0.46 |
| Hex | DB | F | A3 | 0 | 5D | 1A | E | 13C | 57 | 2E |
| Octal | 333 | 17 | 243 | 0 | 135 | 32 | 16 | 474 | 127 | 56 |
| Binary | 11011011 | 1111 | 10100011 | 0 | 1011101 | 11010 | 1110 | 100111100 | 1010111 | 101110 |
Color Harmonies of #DB0FA3
Complementary color
Monochromatic Colors of #DB0FA3
Black with #DB0FA3
Text Example
Text Example
White with #DB0FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FA3; }
p { color: rgb(219,15,163); }
H1.HeaderClassName
{
color: #DB0FA3;
}
.AnyTagClassName
{
color: #DB0FA3;
}
</style>
background-color css
<style>
a { background-color: #DB0FA3; }
a { background-color: rgb(219,15,163); }
div.DivClassName
{
background-color: #DB0FA3;
}
.BgClassName
{
background-color: #DB0FA3;
}
</style>
border-color css
<style>
span { border-color: #DB0FA3; }
span { border-color: rgb(219,15,163); }
td.TdClassName
{
border-color: #DB0FA3;
}
.TagClassName
{
border-color: #DB0FA3;
}
</style>