Shades of Razzmatazz #DB045E
Tints of Razzmatazz #DB045E
RGB
CMYK
RGB Variations
Color information
#DB045E (or 0xDB045E) is known color: Razzmatazz. HEX triplet: DB, 04 and 5E. RGB value is (219,4,94). Sum of RGB (Red+Green+Blue) = 219+4+94=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB045E is #24FBA1. Grayscale: #4E4E4E. Windows color (decimal): -2423714 or 6161627. OLE color: 6161627.
HSL color Cylindrical-coordinate representation of color #DB045E: hue angle of 334.88º 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 #DB045E is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.14 |
| HSL | 334.88º | 0.96% | 0.44% | - |
| HSV(B) | 334.88º | 0.98% | 0.86% | - |
| XYZ | 31.28 | 15.96 | 12.02 | - |
| YUV | 78.55 | 136.73 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 94 | 0 | 0.98 | 0.57 | 0.14 | 334.88 | 0.96 | 0.44 |
| Hex | DB | 4 | 5E | 0 | 62 | 39 | E | 14F | 60 | 2C |
| Octal | 333 | 4 | 136 | 0 | 142 | 71 | 16 | 517 | 140 | 54 |
| Binary | 11011011 | 100 | 1011110 | 0 | 1100010 | 111001 | 1110 | 101001111 | 1100000 | 101100 |
Color Harmonies of #DB045E
Complementary color
Monochromatic Colors of #DB045E
Black with #DB045E
Text Example
Text Example
White with #DB045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB045E; }
p { color: rgb(219,4,94); }
H1.HeaderClassName
{
color: #DB045E;
}
.AnyTagClassName
{
color: #DB045E;
}
</style>
background-color css
<style>
a { background-color: #DB045E; }
a { background-color: rgb(219,4,94); }
div.DivClassName
{
background-color: #DB045E;
}
.BgClassName
{
background-color: #DB045E;
}
</style>
border-color css
<style>
span { border-color: #DB045E; }
span { border-color: rgb(219,4,94); }
td.TdClassName
{
border-color: #DB045E;
}
.TagClassName
{
border-color: #DB045E;
}
</style>