Shades of Razzmatazz #DB0956
Tints of Razzmatazz #DB0956
RGB
CMYK
RGB Variations
Color information
#DB0956 (or 0xDB0956) is known color: Razzmatazz. HEX triplet: DB, 09 and 56. RGB value is (219,9,86). Sum of RGB (Red+Green+Blue) = 219+9+86=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0956 is #24F6A9. Grayscale: #505050. Windows color (decimal): -2422442 or 5638619. OLE color: 5638619.
HSL color Cylindrical-coordinate representation of color #DB0956: hue angle of 338º degrees, saturation: 0.92, 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 #DB0956 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 86 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.14 |
| HSL | 338º | 0.92% | 0.45% | - |
| HSV(B) | 338º | 0.96% | 0.86% | - |
| XYZ | 30.99 | 15.93 | 10.24 | - |
| YUV | 80.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 86 | 0 | 0.96 | 0.61 | 0.14 | 338 | 0.92 | 0.45 |
| Hex | DB | 9 | 56 | 0 | 60 | 3D | E | 152 | 5C | 2D |
| Octal | 333 | 11 | 126 | 0 | 140 | 75 | 16 | 522 | 134 | 55 |
| Binary | 11011011 | 1001 | 1010110 | 0 | 1100000 | 111101 | 1110 | 101010010 | 1011100 | 101101 |
Color Harmonies of #DB0956
Complementary color
Monochromatic Colors of #DB0956
Black with #DB0956
Text Example
Text Example
White with #DB0956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0956; }
p { color: rgb(219,9,86); }
H1.HeaderClassName
{
color: #DB0956;
}
.AnyTagClassName
{
color: #DB0956;
}
</style>
background-color css
<style>
a { background-color: #DB0956; }
a { background-color: rgb(219,9,86); }
div.DivClassName
{
background-color: #DB0956;
}
.BgClassName
{
background-color: #DB0956;
}
</style>
border-color css
<style>
span { border-color: #DB0956; }
span { border-color: rgb(219,9,86); }
td.TdClassName
{
border-color: #DB0956;
}
.TagClassName
{
border-color: #DB0956;
}
</style>