Shades of Razzmatazz #DB0064
Tints of Razzmatazz #DB0064
RGB
CMYK
RGB Variations
Color information
#DB0064 (or 0xDB0064) is known color: Razzmatazz. HEX triplet: DB, 00 and 64. RGB value is (219,0,100). Sum of RGB (Red+Green+Blue) = 219+0+100=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0064 is #24FF9B. Grayscale: #4C4C4C. Windows color (decimal): -2424732 or 6553819. OLE color: 6553819.
HSL color Cylindrical-coordinate representation of color #DB0064: hue angle of 332.6º 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 #DB0064 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.54 | 0.14 |
| HSL | 332.6º | 1% | 0.43% | - |
| HSV(B) | 332.6º | 1% | 0.86% | - |
| XYZ | 31.51 | 15.98 | 13.48 | - |
| YUV | 76.88 | 141.05 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 100 | 0 | 1 | 0.54 | 0.14 | 332.6 | 1 | 0.43 |
| Hex | DB | 0 | 64 | 0 | 64 | 36 | E | 14D | 64 | 2B |
| Octal | 333 | 0 | 144 | 0 | 144 | 66 | 16 | 515 | 144 | 53 |
| Binary | 11011011 | 0 | 1100100 | 0 | 1100100 | 110110 | 1110 | 101001101 | 1100100 | 101011 |
Color Harmonies of #DB0064
Complementary color
Monochromatic Colors of #DB0064
Black with #DB0064
Text Example
Text Example
White with #DB0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0064; }
p { color: rgb(219,0,100); }
H1.HeaderClassName
{
color: #DB0064;
}
.AnyTagClassName
{
color: #DB0064;
}
</style>
background-color css
<style>
a { background-color: #DB0064; }
a { background-color: rgb(219,0,100); }
div.DivClassName
{
background-color: #DB0064;
}
.BgClassName
{
background-color: #DB0064;
}
</style>
border-color css
<style>
span { border-color: #DB0064; }
span { border-color: rgb(219,0,100); }
td.TdClassName
{
border-color: #DB0064;
}
.TagClassName
{
border-color: #DB0064;
}
</style>