Shades of Razzmatazz #DB0851
Tints of Razzmatazz #DB0851
RGB
CMYK
RGB Variations
Color information
#DB0851 (or 0xDB0851) is known color: Razzmatazz. HEX triplet: DB, 08 and 51. RGB value is (219,8,81). Sum of RGB (Red+Green+Blue) = 219+8+81=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0851 is #24F7AE. Grayscale: #4F4F4F. Windows color (decimal): -2422703 or 5310683. OLE color: 5310683.
HSL color Cylindrical-coordinate representation of color #DB0851: hue angle of 339.24º 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 #DB0851 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.14 |
| HSL | 339.24º | 0.93% | 0.45% | - |
| HSV(B) | 339.24º | 0.96% | 0.86% | - |
| XYZ | 30.79 | 15.83 | 9.22 | - |
| YUV | 79.41 | 128.9 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 81 | 0 | 0.96 | 0.63 | 0.14 | 339.24 | 0.93 | 0.45 |
| Hex | DB | 8 | 51 | 0 | 60 | 3F | E | 153 | 5D | 2D |
| Octal | 333 | 10 | 121 | 0 | 140 | 77 | 16 | 523 | 135 | 55 |
| Binary | 11011011 | 1000 | 1010001 | 0 | 1100000 | 111111 | 1110 | 101010011 | 1011101 | 101101 |
Color Harmonies of #DB0851
Complementary color
Monochromatic Colors of #DB0851
Black with #DB0851
Text Example
Text Example
White with #DB0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0851; }
p { color: rgb(219,8,81); }
H1.HeaderClassName
{
color: #DB0851;
}
.AnyTagClassName
{
color: #DB0851;
}
</style>
background-color css
<style>
a { background-color: #DB0851; }
a { background-color: rgb(219,8,81); }
div.DivClassName
{
background-color: #DB0851;
}
.BgClassName
{
background-color: #DB0851;
}
</style>
border-color css
<style>
span { border-color: #DB0851; }
span { border-color: rgb(219,8,81); }
td.TdClassName
{
border-color: #DB0851;
}
.TagClassName
{
border-color: #DB0851;
}
</style>