Shades of Razzmatazz #DB0071
Tints of Razzmatazz #DB0071
RGB
CMYK
RGB Variations
Color information
#DB0071 (or 0xDB0071) is known color: Razzmatazz. HEX triplet: DB, 00 and 71. RGB value is (219,0,113). Sum of RGB (Red+Green+Blue) = 219+0+113=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0071 is #24FF8E. Grayscale: #4E4E4E. Windows color (decimal): -2424719 or 7405787. OLE color: 7405787.
HSL color Cylindrical-coordinate representation of color #DB0071: hue angle of 329.04º 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 #DB0071 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.48 | 0.14 |
| HSL | 329.04º | 1% | 0.43% | - |
| HSV(B) | 329.04º | 1% | 0.86% | - |
| XYZ | 32.19 | 16.25 | 17.06 | - |
| YUV | 78.36 | 147.55 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 113 | 0 | 1 | 0.48 | 0.14 | 329.04 | 1 | 0.43 |
| Hex | DB | 0 | 71 | 0 | 64 | 30 | E | 149 | 64 | 2B |
| Octal | 333 | 0 | 161 | 0 | 144 | 60 | 16 | 511 | 144 | 53 |
| Binary | 11011011 | 0 | 1110001 | 0 | 1100100 | 110000 | 1110 | 101001001 | 1100100 | 101011 |
Color Harmonies of #DB0071
Complementary color
Monochromatic Colors of #DB0071
Black with #DB0071
Text Example
Text Example
White with #DB0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0071; }
p { color: rgb(219,0,113); }
H1.HeaderClassName
{
color: #DB0071;
}
.AnyTagClassName
{
color: #DB0071;
}
</style>
background-color css
<style>
a { background-color: #DB0071; }
a { background-color: rgb(219,0,113); }
div.DivClassName
{
background-color: #DB0071;
}
.BgClassName
{
background-color: #DB0071;
}
</style>
border-color css
<style>
span { border-color: #DB0071; }
span { border-color: rgb(219,0,113); }
td.TdClassName
{
border-color: #DB0071;
}
.TagClassName
{
border-color: #DB0071;
}
</style>