Shades of Razzmatazz #DB0454
Tints of Razzmatazz #DB0454
RGB
CMYK
RGB Variations
Color information
#DB0454 (or 0xDB0454) is known color: Razzmatazz. HEX triplet: DB, 04 and 54. RGB value is (219,4,84). Sum of RGB (Red+Green+Blue) = 219+4+84=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0454 is #24FBAB. Grayscale: #4D4D4D. Windows color (decimal): -2423724 or 5506267. OLE color: 5506267.
HSL color Cylindrical-coordinate representation of color #DB0454: hue angle of 337.67º 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 #DB0454 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 84 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.14 |
| HSL | 337.67º | 0.96% | 0.44% | - |
| HSV(B) | 337.67º | 0.98% | 0.86% | - |
| XYZ | 30.86 | 15.79 | 9.81 | - |
| YUV | 77.41 | 131.73 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 84 | 0 | 0.98 | 0.62 | 0.14 | 337.67 | 0.96 | 0.44 |
| Hex | DB | 4 | 54 | 0 | 62 | 3E | E | 152 | 60 | 2C |
| Octal | 333 | 4 | 124 | 0 | 142 | 76 | 16 | 522 | 140 | 54 |
| Binary | 11011011 | 100 | 1010100 | 0 | 1100010 | 111110 | 1110 | 101010010 | 1100000 | 101100 |
Color Harmonies of #DB0454
Complementary color
Monochromatic Colors of #DB0454
Black with #DB0454
Text Example
Text Example
White with #DB0454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0454; }
p { color: rgb(219,4,84); }
H1.HeaderClassName
{
color: #DB0454;
}
.AnyTagClassName
{
color: #DB0454;
}
</style>
background-color css
<style>
a { background-color: #DB0454; }
a { background-color: rgb(219,4,84); }
div.DivClassName
{
background-color: #DB0454;
}
.BgClassName
{
background-color: #DB0454;
}
</style>
border-color css
<style>
span { border-color: #DB0454; }
span { border-color: rgb(219,4,84); }
td.TdClassName
{
border-color: #DB0454;
}
.TagClassName
{
border-color: #DB0454;
}
</style>