Shades of Razzmatazz #DB0072
Tints of Razzmatazz #DB0072
RGB
CMYK
RGB Variations
Color information
#DB0072 (or 0xDB0072) is known color: Razzmatazz. HEX triplet: DB, 00 and 72. RGB value is (219,0,114). Sum of RGB (Red+Green+Blue) = 219+0+114=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0072 is #24FF8D. Grayscale: #4E4E4E. Windows color (decimal): -2424718 or 7471323. OLE color: 7471323.
HSL color Cylindrical-coordinate representation of color #DB0072: hue angle of 328.77º 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 #DB0072 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.48 | 0.14 |
| HSL | 328.77º | 1% | 0.43% | - |
| HSV(B) | 328.77º | 1% | 0.86% | - |
| XYZ | 32.25 | 16.27 | 17.36 | - |
| YUV | 78.48 | 148.05 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 114 | 0 | 1 | 0.48 | 0.14 | 328.77 | 1 | 0.43 |
| Hex | DB | 0 | 72 | 0 | 64 | 30 | E | 149 | 64 | 2B |
| Octal | 333 | 0 | 162 | 0 | 144 | 60 | 16 | 511 | 144 | 53 |
| Binary | 11011011 | 0 | 1110010 | 0 | 1100100 | 110000 | 1110 | 101001001 | 1100100 | 101011 |
Color Harmonies of #DB0072
Complementary color
Monochromatic Colors of #DB0072
Black with #DB0072
Text Example
Text Example
White with #DB0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0072; }
p { color: rgb(219,0,114); }
H1.HeaderClassName
{
color: #DB0072;
}
.AnyTagClassName
{
color: #DB0072;
}
</style>
background-color css
<style>
a { background-color: #DB0072; }
a { background-color: rgb(219,0,114); }
div.DivClassName
{
background-color: #DB0072;
}
.BgClassName
{
background-color: #DB0072;
}
</style>
border-color css
<style>
span { border-color: #DB0072; }
span { border-color: rgb(219,0,114); }
td.TdClassName
{
border-color: #DB0072;
}
.TagClassName
{
border-color: #DB0072;
}
</style>