Shades of Razzmatazz #DB0451
Tints of Razzmatazz #DB0451
RGB
CMYK
RGB Variations
Color information
#DB0451 (or 0xDB0451) is known color: Razzmatazz. HEX triplet: DB, 04 and 51. RGB value is (219,4,81). Sum of RGB (Red+Green+Blue) = 219+4+81=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0451 is #24FBAE. Grayscale: #4C4C4C. Windows color (decimal): -2423727 or 5309659. OLE color: 5309659.
HSL color Cylindrical-coordinate representation of color #DB0451: hue angle of 338.51º 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 #DB0451 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.14 |
| HSL | 338.51º | 0.96% | 0.44% | - |
| HSV(B) | 338.51º | 0.98% | 0.86% | - |
| XYZ | 30.74 | 15.74 | 9.2 | - |
| YUV | 77.06 | 130.23 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 81 | 0 | 0.98 | 0.63 | 0.14 | 338.51 | 0.96 | 0.44 |
| Hex | DB | 4 | 51 | 0 | 62 | 3F | E | 153 | 60 | 2C |
| Octal | 333 | 4 | 121 | 0 | 142 | 77 | 16 | 523 | 140 | 54 |
| Binary | 11011011 | 100 | 1010001 | 0 | 1100010 | 111111 | 1110 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DB0451
Complementary color
Monochromatic Colors of #DB0451
Black with #DB0451
Text Example
Text Example
White with #DB0451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0451; }
p { color: rgb(219,4,81); }
H1.HeaderClassName
{
color: #DB0451;
}
.AnyTagClassName
{
color: #DB0451;
}
</style>
background-color css
<style>
a { background-color: #DB0451; }
a { background-color: rgb(219,4,81); }
div.DivClassName
{
background-color: #DB0451;
}
.BgClassName
{
background-color: #DB0451;
}
</style>
border-color css
<style>
span { border-color: #DB0451; }
span { border-color: rgb(219,4,81); }
td.TdClassName
{
border-color: #DB0451;
}
.TagClassName
{
border-color: #DB0451;
}
</style>