Shades of Razzmatazz #DB044A
Tints of Razzmatazz #DB044A
RGB
CMYK
RGB Variations
Color information
#DB044A (or 0xDB044A) is known color: Razzmatazz. HEX triplet: DB, 04 and 4A. RGB value is (219,4,74). Sum of RGB (Red+Green+Blue) = 219+4+74=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB044A is #24FBB5. Grayscale: #4C4C4C. Windows color (decimal): -2423734 or 4850907. OLE color: 4850907.
HSL color Cylindrical-coordinate representation of color #DB044A: hue angle of 340.47º 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 #DB044A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.14 |
| HSL | 340.47º | 0.96% | 0.44% | - |
| HSV(B) | 340.47º | 0.98% | 0.86% | - |
| XYZ | 30.49 | 15.64 | 7.89 | - |
| YUV | 76.27 | 126.73 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 74 | 0 | 0.98 | 0.66 | 0.14 | 340.47 | 0.96 | 0.44 |
| Hex | DB | 4 | 4A | 0 | 62 | 42 | E | 154 | 60 | 2C |
| Octal | 333 | 4 | 112 | 0 | 142 | 102 | 16 | 524 | 140 | 54 |
| Binary | 11011011 | 100 | 1001010 | 0 | 1100010 | 1000010 | 1110 | 101010100 | 1100000 | 101100 |
Color Harmonies of #DB044A
Complementary color
Monochromatic Colors of #DB044A
Black with #DB044A
Text Example
Text Example
White with #DB044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB044A; }
p { color: rgb(219,4,74); }
H1.HeaderClassName
{
color: #DB044A;
}
.AnyTagClassName
{
color: #DB044A;
}
</style>
background-color css
<style>
a { background-color: #DB044A; }
a { background-color: rgb(219,4,74); }
div.DivClassName
{
background-color: #DB044A;
}
.BgClassName
{
background-color: #DB044A;
}
</style>
border-color css
<style>
span { border-color: #DB044A; }
span { border-color: rgb(219,4,74); }
td.TdClassName
{
border-color: #DB044A;
}
.TagClassName
{
border-color: #DB044A;
}
</style>