Shades of Razzmatazz #DB074A
Tints of Razzmatazz #DB074A
RGB
CMYK
RGB Variations
Color information
#DB074A (or 0xDB074A) is known color: Razzmatazz. HEX triplet: DB, 07 and 4A. RGB value is (219,7,74). Sum of RGB (Red+Green+Blue) = 219+7+74=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB074A is #24F8B5. Grayscale: #4D4D4D. Windows color (decimal): -2422966 or 4851675. OLE color: 4851675.
HSL color Cylindrical-coordinate representation of color #DB074A: hue angle of 341.04º 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 #DB074A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 74 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.14 |
| HSL | 341.04º | 0.94% | 0.44% | - |
| HSV(B) | 341.04º | 0.97% | 0.86% | - |
| XYZ | 30.53 | 15.71 | 7.9 | - |
| YUV | 78.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 74 | 0 | 0.97 | 0.66 | 0.14 | 341.04 | 0.94 | 0.44 |
| Hex | DB | 7 | 4A | 0 | 61 | 42 | E | 155 | 5E | 2C |
| Octal | 333 | 7 | 112 | 0 | 141 | 102 | 16 | 525 | 136 | 54 |
| Binary | 11011011 | 111 | 1001010 | 0 | 1100001 | 1000010 | 1110 | 101010101 | 1011110 | 101100 |
Color Harmonies of #DB074A
Complementary color
Monochromatic Colors of #DB074A
Black with #DB074A
Text Example
Text Example
White with #DB074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB074A; }
p { color: rgb(219,7,74); }
H1.HeaderClassName
{
color: #DB074A;
}
.AnyTagClassName
{
color: #DB074A;
}
</style>
background-color css
<style>
a { background-color: #DB074A; }
a { background-color: rgb(219,7,74); }
div.DivClassName
{
background-color: #DB074A;
}
.BgClassName
{
background-color: #DB074A;
}
</style>
border-color css
<style>
span { border-color: #DB074A; }
span { border-color: rgb(219,7,74); }
td.TdClassName
{
border-color: #DB074A;
}
.TagClassName
{
border-color: #DB074A;
}
</style>