Shades of Razzmatazz #DB075D
Tints of Razzmatazz #DB075D
RGB
CMYK
RGB Variations
Color information
#DB075D (or 0xDB075D) is known color: Razzmatazz. HEX triplet: DB, 07 and 5D. RGB value is (219,7,93). Sum of RGB (Red+Green+Blue) = 219+7+93=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB075D is #24F8A2. Grayscale: #505050. Windows color (decimal): -2422947 or 6096859. OLE color: 6096859.
HSL color Cylindrical-coordinate representation of color #DB075D: hue angle of 335.66º 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 #DB075D is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.14 |
| HSL | 335.66º | 0.94% | 0.44% | - |
| HSV(B) | 335.66º | 0.97% | 0.86% | - |
| XYZ | 31.27 | 16 | 11.8 | - |
| YUV | 80.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 93 | 0 | 0.97 | 0.58 | 0.14 | 335.66 | 0.94 | 0.44 |
| Hex | DB | 7 | 5D | 0 | 61 | 3A | E | 150 | 5E | 2C |
| Octal | 333 | 7 | 135 | 0 | 141 | 72 | 16 | 520 | 136 | 54 |
| Binary | 11011011 | 111 | 1011101 | 0 | 1100001 | 111010 | 1110 | 101010000 | 1011110 | 101100 |
Color Harmonies of #DB075D
Complementary color
Monochromatic Colors of #DB075D
Black with #DB075D
Text Example
Text Example
White with #DB075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB075D; }
p { color: rgb(219,7,93); }
H1.HeaderClassName
{
color: #DB075D;
}
.AnyTagClassName
{
color: #DB075D;
}
</style>
background-color css
<style>
a { background-color: #DB075D; }
a { background-color: rgb(219,7,93); }
div.DivClassName
{
background-color: #DB075D;
}
.BgClassName
{
background-color: #DB075D;
}
</style>
border-color css
<style>
span { border-color: #DB075D; }
span { border-color: rgb(219,7,93); }
td.TdClassName
{
border-color: #DB075D;
}
.TagClassName
{
border-color: #DB075D;
}
</style>