Shades of Razzmatazz #DB0762
Tints of Razzmatazz #DB0762
RGB
CMYK
RGB Variations
Color information
#DB0762 (or 0xDB0762) is known color: Razzmatazz. HEX triplet: DB, 07 and 62. RGB value is (219,7,98). Sum of RGB (Red+Green+Blue) = 219+7+98=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0762 is #24F89D. Grayscale: #505050. Windows color (decimal): -2422942 or 6424539. OLE color: 6424539.
HSL color Cylindrical-coordinate representation of color #DB0762: hue angle of 334.25º 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 #DB0762 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 98 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.14 |
| HSL | 334.25º | 0.94% | 0.44% | - |
| HSV(B) | 334.25º | 0.97% | 0.86% | - |
| XYZ | 31.49 | 16.09 | 13 | - |
| YUV | 80.76 | 137.74 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 98 | 0 | 0.97 | 0.55 | 0.14 | 334.25 | 0.94 | 0.44 |
| Hex | DB | 7 | 62 | 0 | 61 | 37 | E | 14E | 5E | 2C |
| Octal | 333 | 7 | 142 | 0 | 141 | 67 | 16 | 516 | 136 | 54 |
| Binary | 11011011 | 111 | 1100010 | 0 | 1100001 | 110111 | 1110 | 101001110 | 1011110 | 101100 |
Color Harmonies of #DB0762
Complementary color
Monochromatic Colors of #DB0762
Black with #DB0762
Text Example
Text Example
White with #DB0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0762; }
p { color: rgb(219,7,98); }
H1.HeaderClassName
{
color: #DB0762;
}
.AnyTagClassName
{
color: #DB0762;
}
</style>
background-color css
<style>
a { background-color: #DB0762; }
a { background-color: rgb(219,7,98); }
div.DivClassName
{
background-color: #DB0762;
}
.BgClassName
{
background-color: #DB0762;
}
</style>
border-color css
<style>
span { border-color: #DB0762; }
span { border-color: rgb(219,7,98); }
td.TdClassName
{
border-color: #DB0762;
}
.TagClassName
{
border-color: #DB0762;
}
</style>