Shades of Razzmatazz #DB0856
Tints of Razzmatazz #DB0856
RGB
CMYK
RGB Variations
Color information
#DB0856 (or 0xDB0856) is known color: Razzmatazz. HEX triplet: DB, 08 and 56. RGB value is (219,8,86). Sum of RGB (Red+Green+Blue) = 219+8+86=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0856 is #24F7A9. Grayscale: #4F4F4F. Windows color (decimal): -2422698 or 5638363. OLE color: 5638363.
HSL color Cylindrical-coordinate representation of color #DB0856: hue angle of 337.82º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0856 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 86 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.14 |
| HSL | 337.82º | 0.93% | 0.45% | - |
| HSV(B) | 337.82º | 0.96% | 0.86% | - |
| XYZ | 30.98 | 15.91 | 10.24 | - |
| YUV | 79.98 | 131.4 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 86 | 0 | 0.96 | 0.61 | 0.14 | 337.82 | 0.93 | 0.45 |
| Hex | DB | 8 | 56 | 0 | 60 | 3D | E | 152 | 5D | 2D |
| Octal | 333 | 10 | 126 | 0 | 140 | 75 | 16 | 522 | 135 | 55 |
| Binary | 11011011 | 1000 | 1010110 | 0 | 1100000 | 111101 | 1110 | 101010010 | 1011101 | 101101 |
Color Harmonies of #DB0856
Complementary color
Monochromatic Colors of #DB0856
Black with #DB0856
Text Example
Text Example
White with #DB0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0856; }
p { color: rgb(219,8,86); }
H1.HeaderClassName
{
color: #DB0856;
}
.AnyTagClassName
{
color: #DB0856;
}
</style>
background-color css
<style>
a { background-color: #DB0856; }
a { background-color: rgb(219,8,86); }
div.DivClassName
{
background-color: #DB0856;
}
.BgClassName
{
background-color: #DB0856;
}
</style>
border-color css
<style>
span { border-color: #DB0856; }
span { border-color: rgb(219,8,86); }
td.TdClassName
{
border-color: #DB0856;
}
.TagClassName
{
border-color: #DB0856;
}
</style>