Shades of Razzmatazz #DB075C
Tints of Razzmatazz #DB075C
RGB
CMYK
RGB Variations
Color information
#DB075C (or 0xDB075C) is known color: Razzmatazz. HEX triplet: DB, 07 and 5C. RGB value is (219,7,92). Sum of RGB (Red+Green+Blue) = 219+7+92=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB075C is #24F8A3. Grayscale: #4F4F4F. Windows color (decimal): -2422948 or 6031323. OLE color: 6031323.
HSL color Cylindrical-coordinate representation of color #DB075C: hue angle of 335.94º 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 #DB075C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 92 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.14 |
| HSL | 335.94º | 0.94% | 0.44% | - |
| HSV(B) | 335.94º | 0.97% | 0.86% | - |
| XYZ | 31.22 | 15.98 | 11.57 | - |
| YUV | 80.08 | 134.74 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 92 | 0 | 0.97 | 0.58 | 0.14 | 335.94 | 0.94 | 0.44 |
| Hex | DB | 7 | 5C | 0 | 61 | 3A | E | 150 | 5E | 2C |
| Octal | 333 | 7 | 134 | 0 | 141 | 72 | 16 | 520 | 136 | 54 |
| Binary | 11011011 | 111 | 1011100 | 0 | 1100001 | 111010 | 1110 | 101010000 | 1011110 | 101100 |
Color Harmonies of #DB075C
Complementary color
Monochromatic Colors of #DB075C
Black with #DB075C
Text Example
Text Example
White with #DB075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB075C; }
p { color: rgb(219,7,92); }
H1.HeaderClassName
{
color: #DB075C;
}
.AnyTagClassName
{
color: #DB075C;
}
</style>
background-color css
<style>
a { background-color: #DB075C; }
a { background-color: rgb(219,7,92); }
div.DivClassName
{
background-color: #DB075C;
}
.BgClassName
{
background-color: #DB075C;
}
</style>
border-color css
<style>
span { border-color: #DB075C; }
span { border-color: rgb(219,7,92); }
td.TdClassName
{
border-color: #DB075C;
}
.TagClassName
{
border-color: #DB075C;
}
</style>