Shades of Razzmatazz #DB0060
Tints of Razzmatazz #DB0060
RGB
CMYK
RGB Variations
Color information
#DB0060 (or 0xDB0060) is known color: Razzmatazz. HEX triplet: DB, 00 and 60. RGB value is (219,0,96). Sum of RGB (Red+Green+Blue) = 219+0+96=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0060 is #24FF9F. Grayscale: #4C4C4C. Windows color (decimal): -2424736 or 6291675. OLE color: 6291675.
HSL color Cylindrical-coordinate representation of color #DB0060: hue angle of 333.7º 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 #DB0060 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.56 | 0.14 |
| HSL | 333.7º | 1% | 0.43% | - |
| HSV(B) | 333.7º | 1% | 0.86% | - |
| XYZ | 31.32 | 15.9 | 12.49 | - |
| YUV | 76.43 | 139.05 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 96 | 0 | 1 | 0.56 | 0.14 | 333.7 | 1 | 0.43 |
| Hex | DB | 0 | 60 | 0 | 64 | 38 | E | 14E | 64 | 2B |
| Octal | 333 | 0 | 140 | 0 | 144 | 70 | 16 | 516 | 144 | 53 |
| Binary | 11011011 | 0 | 1100000 | 0 | 1100100 | 111000 | 1110 | 101001110 | 1100100 | 101011 |
Color Harmonies of #DB0060
Complementary color
Monochromatic Colors of #DB0060
Black with #DB0060
Text Example
Text Example
White with #DB0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0060; }
p { color: rgb(219,0,96); }
H1.HeaderClassName
{
color: #DB0060;
}
.AnyTagClassName
{
color: #DB0060;
}
</style>
background-color css
<style>
a { background-color: #DB0060; }
a { background-color: rgb(219,0,96); }
div.DivClassName
{
background-color: #DB0060;
}
.BgClassName
{
background-color: #DB0060;
}
</style>
border-color css
<style>
span { border-color: #DB0060; }
span { border-color: rgb(219,0,96); }
td.TdClassName
{
border-color: #DB0060;
}
.TagClassName
{
border-color: #DB0060;
}
</style>