Shades of Razzmatazz #DB0859
Tints of Razzmatazz #DB0859
RGB
CMYK
RGB Variations
Color information
#DB0859 (or 0xDB0859) is known color: Razzmatazz. HEX triplet: DB, 08 and 59. RGB value is (219,8,89). Sum of RGB (Red+Green+Blue) = 219+8+89=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0859 is #24F7A6. Grayscale: #505050. Windows color (decimal): -2422695 or 5834971. OLE color: 5834971.
HSL color Cylindrical-coordinate representation of color #DB0859: hue angle of 336.97º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0859 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.14 |
| HSL | 336.97º | 0.93% | 0.45% | - |
| HSV(B) | 336.97º | 0.96% | 0.86% | - |
| XYZ | 31.1 | 15.96 | 10.89 | - |
| YUV | 80.32 | 132.9 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 89 | 0 | 0.96 | 0.59 | 0.14 | 336.97 | 0.93 | 0.45 |
| Hex | DB | 8 | 59 | 0 | 60 | 3B | E | 151 | 5D | 2D |
| Octal | 333 | 10 | 131 | 0 | 140 | 73 | 16 | 521 | 135 | 55 |
| Binary | 11011011 | 1000 | 1011001 | 0 | 1100000 | 111011 | 1110 | 101010001 | 1011101 | 101101 |
Color Harmonies of #DB0859
Complementary color
Monochromatic Colors of #DB0859
Black with #DB0859
Text Example
Text Example
White with #DB0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0859; }
p { color: rgb(219,8,89); }
H1.HeaderClassName
{
color: #DB0859;
}
.AnyTagClassName
{
color: #DB0859;
}
</style>
background-color css
<style>
a { background-color: #DB0859; }
a { background-color: rgb(219,8,89); }
div.DivClassName
{
background-color: #DB0859;
}
.BgClassName
{
background-color: #DB0859;
}
</style>
border-color css
<style>
span { border-color: #DB0859; }
span { border-color: rgb(219,8,89); }
td.TdClassName
{
border-color: #DB0859;
}
.TagClassName
{
border-color: #DB0859;
}
</style>