Shades of Razzmatazz #DB0850
Tints of Razzmatazz #DB0850
RGB
CMYK
RGB Variations
Color information
#DB0850 (or 0xDB0850) is known color: Razzmatazz. HEX triplet: DB, 08 and 50. RGB value is (219,8,80). Sum of RGB (Red+Green+Blue) = 219+8+80=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0850 is #24F7AF. Grayscale: #4F4F4F. Windows color (decimal): -2422704 or 5245147. OLE color: 5245147.
HSL color Cylindrical-coordinate representation of color #DB0850: hue angle of 339.53º 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 #DB0850 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.14 |
| HSL | 339.53º | 0.93% | 0.45% | - |
| HSV(B) | 339.53º | 0.96% | 0.86% | - |
| XYZ | 30.75 | 15.81 | 9.02 | - |
| YUV | 79.3 | 128.4 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 80 | 0 | 0.96 | 0.63 | 0.14 | 339.53 | 0.93 | 0.45 |
| Hex | DB | 8 | 50 | 0 | 60 | 3F | E | 154 | 5D | 2D |
| Octal | 333 | 10 | 120 | 0 | 140 | 77 | 16 | 524 | 135 | 55 |
| Binary | 11011011 | 1000 | 1010000 | 0 | 1100000 | 111111 | 1110 | 101010100 | 1011101 | 101101 |
Color Harmonies of #DB0850
Complementary color
Monochromatic Colors of #DB0850
Black with #DB0850
Text Example
Text Example
White with #DB0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0850; }
p { color: rgb(219,8,80); }
H1.HeaderClassName
{
color: #DB0850;
}
.AnyTagClassName
{
color: #DB0850;
}
</style>
background-color css
<style>
a { background-color: #DB0850; }
a { background-color: rgb(219,8,80); }
div.DivClassName
{
background-color: #DB0850;
}
.BgClassName
{
background-color: #DB0850;
}
</style>
border-color css
<style>
span { border-color: #DB0850; }
span { border-color: rgb(219,8,80); }
td.TdClassName
{
border-color: #DB0850;
}
.TagClassName
{
border-color: #DB0850;
}
</style>