Shades of Razzmatazz #DB0951
Tints of Razzmatazz #DB0951
RGB
CMYK
RGB Variations
Color information
#DB0951 (or 0xDB0951) is known color: Razzmatazz. HEX triplet: DB, 09 and 51. RGB value is (219,9,81). Sum of RGB (Red+Green+Blue) = 219+9+81=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0951 is #24F6AE. Grayscale: #4F4F4F. Windows color (decimal): -2422447 or 5310939. OLE color: 5310939.
HSL color Cylindrical-coordinate representation of color #DB0951: hue angle of 339.43º 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 #DB0951 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 81 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.14 |
| HSL | 339.43º | 0.92% | 0.45% | - |
| HSV(B) | 339.43º | 0.96% | 0.86% | - |
| XYZ | 30.8 | 15.85 | 9.22 | - |
| YUV | 80 | 128.57 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 81 | 0 | 0.96 | 0.63 | 0.14 | 339.43 | 0.92 | 0.45 |
| Hex | DB | 9 | 51 | 0 | 60 | 3F | E | 153 | 5C | 2D |
| Octal | 333 | 11 | 121 | 0 | 140 | 77 | 16 | 523 | 134 | 55 |
| Binary | 11011011 | 1001 | 1010001 | 0 | 1100000 | 111111 | 1110 | 101010011 | 1011100 | 101101 |
Color Harmonies of #DB0951
Complementary color
Monochromatic Colors of #DB0951
Black with #DB0951
Text Example
Text Example
White with #DB0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0951; }
p { color: rgb(219,9,81); }
H1.HeaderClassName
{
color: #DB0951;
}
.AnyTagClassName
{
color: #DB0951;
}
</style>
background-color css
<style>
a { background-color: #DB0951; }
a { background-color: rgb(219,9,81); }
div.DivClassName
{
background-color: #DB0951;
}
.BgClassName
{
background-color: #DB0951;
}
</style>
border-color css
<style>
span { border-color: #DB0951; }
span { border-color: rgb(219,9,81); }
td.TdClassName
{
border-color: #DB0951;
}
.TagClassName
{
border-color: #DB0951;
}
</style>