Shades of Razzmatazz #DB044C
Tints of Razzmatazz #DB044C
RGB
CMYK
RGB Variations
Color information
#DB044C (or 0xDB044C) is known color: Razzmatazz. HEX triplet: DB, 04 and 4C. RGB value is (219,4,76). Sum of RGB (Red+Green+Blue) = 219+4+76=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB044C is #24FBB3. Grayscale: #4C4C4C. Windows color (decimal): -2423732 or 4981979. OLE color: 4981979.
HSL color Cylindrical-coordinate representation of color #DB044C: hue angle of 339.91º 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 #DB044C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.14 |
| HSL | 339.91º | 0.96% | 0.44% | - |
| HSV(B) | 339.91º | 0.98% | 0.86% | - |
| XYZ | 30.56 | 15.67 | 8.25 | - |
| YUV | 76.49 | 127.73 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 76 | 0 | 0.98 | 0.65 | 0.14 | 339.91 | 0.96 | 0.44 |
| Hex | DB | 4 | 4C | 0 | 62 | 41 | E | 154 | 60 | 2C |
| Octal | 333 | 4 | 114 | 0 | 142 | 101 | 16 | 524 | 140 | 54 |
| Binary | 11011011 | 100 | 1001100 | 0 | 1100010 | 1000001 | 1110 | 101010100 | 1100000 | 101100 |
Color Harmonies of #DB044C
Complementary color
Monochromatic Colors of #DB044C
Black with #DB044C
Text Example
Text Example
White with #DB044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB044C; }
p { color: rgb(219,4,76); }
H1.HeaderClassName
{
color: #DB044C;
}
.AnyTagClassName
{
color: #DB044C;
}
</style>
background-color css
<style>
a { background-color: #DB044C; }
a { background-color: rgb(219,4,76); }
div.DivClassName
{
background-color: #DB044C;
}
.BgClassName
{
background-color: #DB044C;
}
</style>
border-color css
<style>
span { border-color: #DB044C; }
span { border-color: rgb(219,4,76); }
td.TdClassName
{
border-color: #DB044C;
}
.TagClassName
{
border-color: #DB044C;
}
</style>