Shades of Razzmatazz #DB0070
Tints of Razzmatazz #DB0070
RGB
CMYK
RGB Variations
Color information
#DB0070 (or 0xDB0070) is known color: Razzmatazz. HEX triplet: DB, 00 and 70. RGB value is (219,0,112). Sum of RGB (Red+Green+Blue) = 219+0+112=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0070 is #24FF8F. Grayscale: #4E4E4E. Windows color (decimal): -2424720 or 7340251. OLE color: 7340251.
HSL color Cylindrical-coordinate representation of color #DB0070: hue angle of 329.32º 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 #DB0070 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.49 | 0.14 |
| HSL | 329.32º | 1% | 0.43% | - |
| HSV(B) | 329.32º | 1% | 0.86% | - |
| XYZ | 32.14 | 16.23 | 16.77 | - |
| YUV | 78.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 112 | 0 | 1 | 0.49 | 0.14 | 329.32 | 1 | 0.43 |
| Hex | DB | 0 | 70 | 0 | 64 | 31 | E | 149 | 64 | 2B |
| Octal | 333 | 0 | 160 | 0 | 144 | 61 | 16 | 511 | 144 | 53 |
| Binary | 11011011 | 0 | 1110000 | 0 | 1100100 | 110001 | 1110 | 101001001 | 1100100 | 101011 |
Color Harmonies of #DB0070
Complementary color
Monochromatic Colors of #DB0070
Black with #DB0070
Text Example
Text Example
White with #DB0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0070; }
p { color: rgb(219,0,112); }
H1.HeaderClassName
{
color: #DB0070;
}
.AnyTagClassName
{
color: #DB0070;
}
</style>
background-color css
<style>
a { background-color: #DB0070; }
a { background-color: rgb(219,0,112); }
div.DivClassName
{
background-color: #DB0070;
}
.BgClassName
{
background-color: #DB0070;
}
</style>
border-color css
<style>
span { border-color: #DB0070; }
span { border-color: rgb(219,0,112); }
td.TdClassName
{
border-color: #DB0070;
}
.TagClassName
{
border-color: #DB0070;
}
</style>