Shades of Razzmatazz #DB0056
Tints of Razzmatazz #DB0056
RGB
CMYK
RGB Variations
Color information
#DB0056 (or 0xDB0056) is known color: Razzmatazz. HEX triplet: DB, 00 and 56. RGB value is (219,0,86). Sum of RGB (Red+Green+Blue) = 219+0+86=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0056 is #24FFA9. Grayscale: #4B4B4B. Windows color (decimal): -2424746 or 5636315. OLE color: 5636315.
HSL color Cylindrical-coordinate representation of color #DB0056: hue angle of 336.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0056 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.61 | 0.14 |
| HSL | 336.44º | 1% | 0.43% | - |
| HSV(B) | 336.44º | 1% | 0.86% | - |
| XYZ | 30.89 | 15.73 | 10.21 | - |
| YUV | 75.29 | 134.05 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 86 | 0 | 1 | 0.61 | 0.14 | 336.44 | 1 | 0.43 |
| Hex | DB | 0 | 56 | 0 | 64 | 3D | E | 150 | 64 | 2B |
| Octal | 333 | 0 | 126 | 0 | 144 | 75 | 16 | 520 | 144 | 53 |
| Binary | 11011011 | 0 | 1010110 | 0 | 1100100 | 111101 | 1110 | 101010000 | 1100100 | 101011 |
Color Harmonies of #DB0056
Complementary color
Monochromatic Colors of #DB0056
Black with #DB0056
Text Example
Text Example
White with #DB0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0056; }
p { color: rgb(219,0,86); }
H1.HeaderClassName
{
color: #DB0056;
}
.AnyTagClassName
{
color: #DB0056;
}
</style>
background-color css
<style>
a { background-color: #DB0056; }
a { background-color: rgb(219,0,86); }
div.DivClassName
{
background-color: #DB0056;
}
.BgClassName
{
background-color: #DB0056;
}
</style>
border-color css
<style>
span { border-color: #DB0056; }
span { border-color: rgb(219,0,86); }
td.TdClassName
{
border-color: #DB0056;
}
.TagClassName
{
border-color: #DB0056;
}
</style>