Shades of Razzmatazz #DB074E
Tints of Razzmatazz #DB074E
RGB
CMYK
RGB Variations
Color information
#DB074E (or 0xDB074E) is known color: Razzmatazz. HEX triplet: DB, 07 and 4E. RGB value is (219,7,78). Sum of RGB (Red+Green+Blue) = 219+7+78=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB074E is #24F8B1. Grayscale: #4E4E4E. Windows color (decimal): -2422962 or 5113819. OLE color: 5113819.
HSL color Cylindrical-coordinate representation of color #DB074E: hue angle of 339.91º 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 #DB074E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 78 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.14 |
| HSL | 339.91º | 0.94% | 0.44% | - |
| HSV(B) | 339.91º | 0.97% | 0.86% | - |
| XYZ | 30.66 | 15.76 | 8.63 | - |
| YUV | 78.48 | 127.74 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 78 | 0 | 0.97 | 0.64 | 0.14 | 339.91 | 0.94 | 0.44 |
| Hex | DB | 7 | 4E | 0 | 61 | 40 | E | 154 | 5E | 2C |
| Octal | 333 | 7 | 116 | 0 | 141 | 100 | 16 | 524 | 136 | 54 |
| Binary | 11011011 | 111 | 1001110 | 0 | 1100001 | 1000000 | 1110 | 101010100 | 1011110 | 101100 |
Color Harmonies of #DB074E
Complementary color
Monochromatic Colors of #DB074E
Black with #DB074E
Text Example
Text Example
White with #DB074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB074E; }
p { color: rgb(219,7,78); }
H1.HeaderClassName
{
color: #DB074E;
}
.AnyTagClassName
{
color: #DB074E;
}
</style>
background-color css
<style>
a { background-color: #DB074E; }
a { background-color: rgb(219,7,78); }
div.DivClassName
{
background-color: #DB074E;
}
.BgClassName
{
background-color: #DB074E;
}
</style>
border-color css
<style>
span { border-color: #DB074E; }
span { border-color: rgb(219,7,78); }
td.TdClassName
{
border-color: #DB074E;
}
.TagClassName
{
border-color: #DB074E;
}
</style>