Shades of Razzmatazz #DB044B
Tints of Razzmatazz #DB044B
RGB
CMYK
RGB Variations
Color information
#DB044B (or 0xDB044B) is known color: Razzmatazz. HEX triplet: DB, 04 and 4B. RGB value is (219,4,75). Sum of RGB (Red+Green+Blue) = 219+4+75=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB044B is #24FBB4. Grayscale: #4C4C4C. Windows color (decimal): -2423733 or 4916443. OLE color: 4916443.
HSL color Cylindrical-coordinate representation of color #DB044B: hue angle of 340.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB044B is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.14 |
| HSL | 340.19º | 0.96% | 0.44% | - |
| HSV(B) | 340.19º | 0.98% | 0.86% | - |
| XYZ | 30.53 | 15.65 | 8.07 | - |
| YUV | 76.38 | 127.23 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 75 | 0 | 0.98 | 0.66 | 0.14 | 340.19 | 0.96 | 0.44 |
| Hex | DB | 4 | 4B | 0 | 62 | 42 | E | 154 | 60 | 2C |
| Octal | 333 | 4 | 113 | 0 | 142 | 102 | 16 | 524 | 140 | 54 |
| Binary | 11011011 | 100 | 1001011 | 0 | 1100010 | 1000010 | 1110 | 101010100 | 1100000 | 101100 |
Color Harmonies of #DB044B
Complementary color
Monochromatic Colors of #DB044B
Black with #DB044B
Text Example
Text Example
White with #DB044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB044B; }
p { color: rgb(219,4,75); }
H1.HeaderClassName
{
color: #DB044B;
}
.AnyTagClassName
{
color: #DB044B;
}
</style>
background-color css
<style>
a { background-color: #DB044B; }
a { background-color: rgb(219,4,75); }
div.DivClassName
{
background-color: #DB044B;
}
.BgClassName
{
background-color: #DB044B;
}
</style>
border-color css
<style>
span { border-color: #DB044B; }
span { border-color: rgb(219,4,75); }
td.TdClassName
{
border-color: #DB044B;
}
.TagClassName
{
border-color: #DB044B;
}
</style>