Shades of Razzmatazz #DB0048
Tints of Razzmatazz #DB0048
RGB
CMYK
RGB Variations
Color information
#DB0048 (or 0xDB0048) is known color: Razzmatazz. HEX triplet: DB, 00 and 48. RGB value is (219,0,72). Sum of RGB (Red+Green+Blue) = 219+0+72=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0048 is #24FFB7. Grayscale: #494949. Windows color (decimal): -2424760 or 4718811. OLE color: 4718811.
HSL color Cylindrical-coordinate representation of color #DB0048: hue angle of 340.27º 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 #DB0048 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.67 | 0.14 |
| HSL | 340.27º | 1% | 0.43% | - |
| HSV(B) | 340.27º | 1% | 0.86% | - |
| XYZ | 30.38 | 15.53 | 7.53 | - |
| YUV | 73.69 | 127.05 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 72 | 0 | 1 | 0.67 | 0.14 | 340.27 | 1 | 0.43 |
| Hex | DB | 0 | 48 | 0 | 64 | 43 | E | 154 | 64 | 2B |
| Octal | 333 | 0 | 110 | 0 | 144 | 103 | 16 | 524 | 144 | 53 |
| Binary | 11011011 | 0 | 1001000 | 0 | 1100100 | 1000011 | 1110 | 101010100 | 1100100 | 101011 |
Color Harmonies of #DB0048
Complementary color
Monochromatic Colors of #DB0048
Black with #DB0048
Text Example
Text Example
White with #DB0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0048; }
p { color: rgb(219,0,72); }
H1.HeaderClassName
{
color: #DB0048;
}
.AnyTagClassName
{
color: #DB0048;
}
</style>
background-color css
<style>
a { background-color: #DB0048; }
a { background-color: rgb(219,0,72); }
div.DivClassName
{
background-color: #DB0048;
}
.BgClassName
{
background-color: #DB0048;
}
</style>
border-color css
<style>
span { border-color: #DB0048; }
span { border-color: rgb(219,0,72); }
td.TdClassName
{
border-color: #DB0048;
}
.TagClassName
{
border-color: #DB0048;
}
</style>