Shades of Razzmatazz #DB0053
Tints of Razzmatazz #DB0053
RGB
CMYK
RGB Variations
Color information
#DB0053 (or 0xDB0053) is known color: Razzmatazz. HEX triplet: DB, 00 and 53. RGB value is (219,0,83). Sum of RGB (Red+Green+Blue) = 219+0+83=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0053 is #24FFAC. Grayscale: #4A4A4A. Windows color (decimal): -2424749 or 5439707. OLE color: 5439707.
HSL color Cylindrical-coordinate representation of color #DB0053: hue angle of 337.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0053 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.62 | 0.14 |
| HSL | 337.26º | 1% | 0.43% | - |
| HSV(B) | 337.26º | 1% | 0.86% | - |
| XYZ | 30.77 | 15.68 | 9.59 | - |
| YUV | 74.94 | 132.55 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 83 | 0 | 1 | 0.62 | 0.14 | 337.26 | 1 | 0.43 |
| Hex | DB | 0 | 53 | 0 | 64 | 3E | E | 151 | 64 | 2B |
| Octal | 333 | 0 | 123 | 0 | 144 | 76 | 16 | 521 | 144 | 53 |
| Binary | 11011011 | 0 | 1010011 | 0 | 1100100 | 111110 | 1110 | 101010001 | 1100100 | 101011 |
Color Harmonies of #DB0053
Complementary color
Monochromatic Colors of #DB0053
Black with #DB0053
Text Example
Text Example
White with #DB0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0053; }
p { color: rgb(219,0,83); }
H1.HeaderClassName
{
color: #DB0053;
}
.AnyTagClassName
{
color: #DB0053;
}
</style>
background-color css
<style>
a { background-color: #DB0053; }
a { background-color: rgb(219,0,83); }
div.DivClassName
{
background-color: #DB0053;
}
.BgClassName
{
background-color: #DB0053;
}
</style>
border-color css
<style>
span { border-color: #DB0053; }
span { border-color: rgb(219,0,83); }
td.TdClassName
{
border-color: #DB0053;
}
.TagClassName
{
border-color: #DB0053;
}
</style>