Shades of Razzmatazz #DB044E
Tints of Razzmatazz #DB044E
RGB
CMYK
RGB Variations
Color information
#DB044E (or 0xDB044E) is known color: Razzmatazz. HEX triplet: DB, 04 and 4E. RGB value is (219,4,78). Sum of RGB (Red+Green+Blue) = 219+4+78=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB044E is #24FBB1. Grayscale: #4C4C4C. Windows color (decimal): -2423730 or 5113051. OLE color: 5113051.
HSL color Cylindrical-coordinate representation of color #DB044E: hue angle of 339.35º 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 #DB044E is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.14 |
| HSL | 339.35º | 0.96% | 0.44% | - |
| HSV(B) | 339.35º | 0.98% | 0.86% | - |
| XYZ | 30.63 | 15.7 | 8.62 | - |
| YUV | 76.72 | 128.73 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 78 | 0 | 0.98 | 0.64 | 0.14 | 339.35 | 0.96 | 0.44 |
| Hex | DB | 4 | 4E | 0 | 62 | 40 | E | 153 | 60 | 2C |
| Octal | 333 | 4 | 116 | 0 | 142 | 100 | 16 | 523 | 140 | 54 |
| Binary | 11011011 | 100 | 1001110 | 0 | 1100010 | 1000000 | 1110 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DB044E
Complementary color
Monochromatic Colors of #DB044E
Black with #DB044E
Text Example
Text Example
White with #DB044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB044E; }
p { color: rgb(219,4,78); }
H1.HeaderClassName
{
color: #DB044E;
}
.AnyTagClassName
{
color: #DB044E;
}
</style>
background-color css
<style>
a { background-color: #DB044E; }
a { background-color: rgb(219,4,78); }
div.DivClassName
{
background-color: #DB044E;
}
.BgClassName
{
background-color: #DB044E;
}
</style>
border-color css
<style>
span { border-color: #DB044E; }
span { border-color: rgb(219,4,78); }
td.TdClassName
{
border-color: #DB044E;
}
.TagClassName
{
border-color: #DB044E;
}
</style>