Shades of Razzmatazz #DB0050
Tints of Razzmatazz #DB0050
RGB
CMYK
RGB Variations
Color information
#DB0050 (or 0xDB0050) is known color: Razzmatazz. HEX triplet: DB, 00 and 50. RGB value is (219,0,80). Sum of RGB (Red+Green+Blue) = 219+0+80=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0050 is #24FFAF. Grayscale: #4A4A4A. Windows color (decimal): -2424752 or 5243099. OLE color: 5243099.
HSL color Cylindrical-coordinate representation of color #DB0050: hue angle of 338.08º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0050 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.63 | 0.14 |
| HSL | 338.08º | 1% | 0.43% | - |
| HSV(B) | 338.08º | 1% | 0.86% | - |
| XYZ | 30.66 | 15.64 | 8.99 | - |
| YUV | 74.6 | 131.05 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 80 | 0 | 1 | 0.63 | 0.14 | 338.08 | 1 | 0.43 |
| Hex | DB | 0 | 50 | 0 | 64 | 3F | E | 152 | 64 | 2B |
| Octal | 333 | 0 | 120 | 0 | 144 | 77 | 16 | 522 | 144 | 53 |
| Binary | 11011011 | 0 | 1010000 | 0 | 1100100 | 111111 | 1110 | 101010010 | 1100100 | 101011 |
Color Harmonies of #DB0050
Complementary color
Monochromatic Colors of #DB0050
Black with #DB0050
Text Example
Text Example
White with #DB0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0050; }
p { color: rgb(219,0,80); }
H1.HeaderClassName
{
color: #DB0050;
}
.AnyTagClassName
{
color: #DB0050;
}
</style>
background-color css
<style>
a { background-color: #DB0050; }
a { background-color: rgb(219,0,80); }
div.DivClassName
{
background-color: #DB0050;
}
.BgClassName
{
background-color: #DB0050;
}
</style>
border-color css
<style>
span { border-color: #DB0050; }
span { border-color: rgb(219,0,80); }
td.TdClassName
{
border-color: #DB0050;
}
.TagClassName
{
border-color: #DB0050;
}
</style>