Shades of Razzmatazz #DB0754
Tints of Razzmatazz #DB0754
RGB
CMYK
RGB Variations
Color information
#DB0754 (or 0xDB0754) is known color: Razzmatazz. HEX triplet: DB, 07 and 54. RGB value is (219,7,84). Sum of RGB (Red+Green+Blue) = 219+7+84=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0754 is #24F8AB. Grayscale: #4F4F4F. Windows color (decimal): -2422956 or 5507035. OLE color: 5507035.
HSL color Cylindrical-coordinate representation of color #DB0754: hue angle of 338.21º 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 #DB0754 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 84 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.14 |
| HSL | 338.21º | 0.94% | 0.44% | - |
| HSV(B) | 338.21º | 0.97% | 0.86% | - |
| XYZ | 30.89 | 15.85 | 9.82 | - |
| YUV | 79.17 | 130.74 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 84 | 0 | 0.97 | 0.62 | 0.14 | 338.21 | 0.94 | 0.44 |
| Hex | DB | 7 | 54 | 0 | 61 | 3E | E | 152 | 5E | 2C |
| Octal | 333 | 7 | 124 | 0 | 141 | 76 | 16 | 522 | 136 | 54 |
| Binary | 11011011 | 111 | 1010100 | 0 | 1100001 | 111110 | 1110 | 101010010 | 1011110 | 101100 |
Color Harmonies of #DB0754
Complementary color
Monochromatic Colors of #DB0754
Black with #DB0754
Text Example
Text Example
White with #DB0754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0754; }
p { color: rgb(219,7,84); }
H1.HeaderClassName
{
color: #DB0754;
}
.AnyTagClassName
{
color: #DB0754;
}
</style>
background-color css
<style>
a { background-color: #DB0754; }
a { background-color: rgb(219,7,84); }
div.DivClassName
{
background-color: #DB0754;
}
.BgClassName
{
background-color: #DB0754;
}
</style>
border-color css
<style>
span { border-color: #DB0754; }
span { border-color: rgb(219,7,84); }
td.TdClassName
{
border-color: #DB0754;
}
.TagClassName
{
border-color: #DB0754;
}
</style>