Shades of Razzmatazz #DB045A
Tints of Razzmatazz #DB045A
RGB
CMYK
RGB Variations
Color information
#DB045A (or 0xDB045A) is known color: Razzmatazz. HEX triplet: DB, 04 and 5A. RGB value is (219,4,90). Sum of RGB (Red+Green+Blue) = 219+4+90=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB045A is #24FBA5. Grayscale: #4D4D4D. Windows color (decimal): -2423718 or 5899483. OLE color: 5899483.
HSL color Cylindrical-coordinate representation of color #DB045A: hue angle of 336º 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 #DB045A is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.14 |
| HSL | 336º | 0.96% | 0.44% | - |
| HSV(B) | 336º | 0.98% | 0.86% | - |
| XYZ | 31.1 | 15.89 | 11.1 | - |
| YUV | 78.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 90 | 0 | 0.98 | 0.59 | 0.14 | 336 | 0.96 | 0.44 |
| Hex | DB | 4 | 5A | 0 | 62 | 3B | E | 150 | 60 | 2C |
| Octal | 333 | 4 | 132 | 0 | 142 | 73 | 16 | 520 | 140 | 54 |
| Binary | 11011011 | 100 | 1011010 | 0 | 1100010 | 111011 | 1110 | 101010000 | 1100000 | 101100 |
Color Harmonies of #DB045A
Complementary color
Monochromatic Colors of #DB045A
Black with #DB045A
Text Example
Text Example
White with #DB045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB045A; }
p { color: rgb(219,4,90); }
H1.HeaderClassName
{
color: #DB045A;
}
.AnyTagClassName
{
color: #DB045A;
}
</style>
background-color css
<style>
a { background-color: #DB045A; }
a { background-color: rgb(219,4,90); }
div.DivClassName
{
background-color: #DB045A;
}
.BgClassName
{
background-color: #DB045A;
}
</style>
border-color css
<style>
span { border-color: #DB045A; }
span { border-color: rgb(219,4,90); }
td.TdClassName
{
border-color: #DB045A;
}
.TagClassName
{
border-color: #DB045A;
}
</style>