Shades of Razzmatazz #DB0759
Tints of Razzmatazz #DB0759
RGB
CMYK
RGB Variations
Color information
#DB0759 (or 0xDB0759) is known color: Razzmatazz. HEX triplet: DB, 07 and 59. RGB value is (219,7,89). Sum of RGB (Red+Green+Blue) = 219+7+89=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0759 is #24F8A6. Grayscale: #4F4F4F. Windows color (decimal): -2422951 or 5834715. OLE color: 5834715.
HSL color Cylindrical-coordinate representation of color #DB0759: hue angle of 336.79º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0759 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 89 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.14 |
| HSL | 336.79º | 0.94% | 0.44% | - |
| HSV(B) | 336.79º | 0.97% | 0.86% | - |
| XYZ | 31.09 | 15.93 | 10.89 | - |
| YUV | 79.74 | 133.24 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 89 | 0 | 0.97 | 0.59 | 0.14 | 336.79 | 0.94 | 0.44 |
| Hex | DB | 7 | 59 | 0 | 61 | 3B | E | 151 | 5E | 2C |
| Octal | 333 | 7 | 131 | 0 | 141 | 73 | 16 | 521 | 136 | 54 |
| Binary | 11011011 | 111 | 1011001 | 0 | 1100001 | 111011 | 1110 | 101010001 | 1011110 | 101100 |
Color Harmonies of #DB0759
Complementary color
Monochromatic Colors of #DB0759
Black with #DB0759
Text Example
Text Example
White with #DB0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0759; }
p { color: rgb(219,7,89); }
H1.HeaderClassName
{
color: #DB0759;
}
.AnyTagClassName
{
color: #DB0759;
}
</style>
background-color css
<style>
a { background-color: #DB0759; }
a { background-color: rgb(219,7,89); }
div.DivClassName
{
background-color: #DB0759;
}
.BgClassName
{
background-color: #DB0759;
}
</style>
border-color css
<style>
span { border-color: #DB0759; }
span { border-color: rgb(219,7,89); }
td.TdClassName
{
border-color: #DB0759;
}
.TagClassName
{
border-color: #DB0759;
}
</style>