Shades of Razzmatazz #DB0764
Tints of Razzmatazz #DB0764
RGB
CMYK
RGB Variations
Color information
#DB0764 (or 0xDB0764) is known color: Razzmatazz. HEX triplet: DB, 07 and 64. RGB value is (219,7,100). Sum of RGB (Red+Green+Blue) = 219+7+100=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0764 is #24F89B. Grayscale: #505050. Windows color (decimal): -2422940 or 6555611. OLE color: 6555611.
HSL color Cylindrical-coordinate representation of color #DB0764: hue angle of 333.68º 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 #DB0764 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.14 |
| HSL | 333.68º | 0.94% | 0.44% | - |
| HSV(B) | 333.68º | 0.97% | 0.86% | - |
| XYZ | 31.59 | 16.13 | 13.51 | - |
| YUV | 80.99 | 138.74 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 100 | 0 | 0.97 | 0.54 | 0.14 | 333.68 | 0.94 | 0.44 |
| Hex | DB | 7 | 64 | 0 | 61 | 36 | E | 14E | 5E | 2C |
| Octal | 333 | 7 | 144 | 0 | 141 | 66 | 16 | 516 | 136 | 54 |
| Binary | 11011011 | 111 | 1100100 | 0 | 1100001 | 110110 | 1110 | 101001110 | 1011110 | 101100 |
Color Harmonies of #DB0764
Complementary color
Monochromatic Colors of #DB0764
Black with #DB0764
Text Example
Text Example
White with #DB0764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0764; }
p { color: rgb(219,7,100); }
H1.HeaderClassName
{
color: #DB0764;
}
.AnyTagClassName
{
color: #DB0764;
}
</style>
background-color css
<style>
a { background-color: #DB0764; }
a { background-color: rgb(219,7,100); }
div.DivClassName
{
background-color: #DB0764;
}
.BgClassName
{
background-color: #DB0764;
}
</style>
border-color css
<style>
span { border-color: #DB0764; }
span { border-color: rgb(219,7,100); }
td.TdClassName
{
border-color: #DB0764;
}
.TagClassName
{
border-color: #DB0764;
}
</style>