Shades of Hollywood Cerise #DB0093
Tints of Hollywood Cerise #DB0093
RGB
CMYK
RGB Variations
Color information
#DB0093 (or 0xDB0093) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 93. RGB value is (219,0,147). Sum of RGB (Red+Green+Blue) = 219+0+147=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0093 is #24FF6C. Grayscale: #515151. Windows color (decimal): -2424685 or 9634011. OLE color: 9634011.
HSL color Cylindrical-coordinate representation of color #DB0093: hue angle of 319.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0093 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.33 | 0.14 |
| HSL | 319.73º | 1% | 0.43% | - |
| HSV(B) | 319.73º | 1% | 0.86% | - |
| XYZ | 34.48 | 17.17 | 29.1 | - |
| YUV | 82.24 | 164.55 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 147 | 0 | 1 | 0.33 | 0.14 | 319.73 | 1 | 0.43 |
| Hex | DB | 0 | 93 | 0 | 64 | 21 | E | 140 | 64 | 2B |
| Octal | 333 | 0 | 223 | 0 | 144 | 41 | 16 | 500 | 144 | 53 |
| Binary | 11011011 | 0 | 10010011 | 0 | 1100100 | 100001 | 1110 | 101000000 | 1100100 | 101011 |
Color Harmonies of #DB0093
Complementary color
Monochromatic Colors of #DB0093
Black with #DB0093
Text Example
Text Example
White with #DB0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0093; }
p { color: rgb(219,0,147); }
H1.HeaderClassName
{
color: #DB0093;
}
.AnyTagClassName
{
color: #DB0093;
}
</style>
background-color css
<style>
a { background-color: #DB0093; }
a { background-color: rgb(219,0,147); }
div.DivClassName
{
background-color: #DB0093;
}
.BgClassName
{
background-color: #DB0093;
}
</style>
border-color css
<style>
span { border-color: #DB0093; }
span { border-color: rgb(219,0,147); }
td.TdClassName
{
border-color: #DB0093;
}
.TagClassName
{
border-color: #DB0093;
}
</style>