Shades of Razzmatazz #DB004B
Tints of Razzmatazz #DB004B
RGB
CMYK
RGB Variations
Color information
#DB004B (or 0xDB004B) is known color: Razzmatazz. HEX triplet: DB, 00 and 4B. RGB value is (219,0,75). Sum of RGB (Red+Green+Blue) = 219+0+75=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB004B is #24FFB4. Grayscale: #494949. Windows color (decimal): -2424757 or 4915419. OLE color: 4915419.
HSL color Cylindrical-coordinate representation of color #DB004B: hue angle of 339.45º 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 #DB004B is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.66 | 0.14 |
| HSL | 339.45º | 1% | 0.43% | - |
| HSV(B) | 339.45º | 1% | 0.86% | - |
| XYZ | 30.48 | 15.57 | 8.05 | - |
| YUV | 74.03 | 128.55 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 75 | 0 | 1 | 0.66 | 0.14 | 339.45 | 1 | 0.43 |
| Hex | DB | 0 | 4B | 0 | 64 | 42 | E | 153 | 64 | 2B |
| Octal | 333 | 0 | 113 | 0 | 144 | 102 | 16 | 523 | 144 | 53 |
| Binary | 11011011 | 0 | 1001011 | 0 | 1100100 | 1000010 | 1110 | 101010011 | 1100100 | 101011 |
Color Harmonies of #DB004B
Complementary color
Monochromatic Colors of #DB004B
Black with #DB004B
Text Example
Text Example
White with #DB004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB004B; }
p { color: rgb(219,0,75); }
H1.HeaderClassName
{
color: #DB004B;
}
.AnyTagClassName
{
color: #DB004B;
}
</style>
background-color css
<style>
a { background-color: #DB004B; }
a { background-color: rgb(219,0,75); }
div.DivClassName
{
background-color: #DB004B;
}
.BgClassName
{
background-color: #DB004B;
}
</style>
border-color css
<style>
span { border-color: #DB004B; }
span { border-color: rgb(219,0,75); }
td.TdClassName
{
border-color: #DB004B;
}
.TagClassName
{
border-color: #DB004B;
}
</style>