Shades of Razzmatazz #DB0066
Tints of Razzmatazz #DB0066
RGB
CMYK
RGB Variations
Color information
#DB0066 (or 0xDB0066) is known color: Razzmatazz. HEX triplet: DB, 00 and 66. RGB value is (219,0,102). Sum of RGB (Red+Green+Blue) = 219+0+102=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0066 is #24FF99. Grayscale: #4C4C4C. Windows color (decimal): -2424730 or 6684891. OLE color: 6684891.
HSL color Cylindrical-coordinate representation of color #DB0066: hue angle of 332.05º 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 #DB0066 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.53 | 0.14 |
| HSL | 332.05º | 1% | 0.43% | - |
| HSV(B) | 332.05º | 1% | 0.86% | - |
| XYZ | 31.61 | 16.02 | 14 | - |
| YUV | 77.11 | 142.05 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 102 | 0 | 1 | 0.53 | 0.14 | 332.05 | 1 | 0.43 |
| Hex | DB | 0 | 66 | 0 | 64 | 35 | E | 14C | 64 | 2B |
| Octal | 333 | 0 | 146 | 0 | 144 | 65 | 16 | 514 | 144 | 53 |
| Binary | 11011011 | 0 | 1100110 | 0 | 1100100 | 110101 | 1110 | 101001100 | 1100100 | 101011 |
Color Harmonies of #DB0066
Complementary color
Monochromatic Colors of #DB0066
Black with #DB0066
Text Example
Text Example
White with #DB0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0066; }
p { color: rgb(219,0,102); }
H1.HeaderClassName
{
color: #DB0066;
}
.AnyTagClassName
{
color: #DB0066;
}
</style>
background-color css
<style>
a { background-color: #DB0066; }
a { background-color: rgb(219,0,102); }
div.DivClassName
{
background-color: #DB0066;
}
.BgClassName
{
background-color: #DB0066;
}
</style>
border-color css
<style>
span { border-color: #DB0066; }
span { border-color: rgb(219,0,102); }
td.TdClassName
{
border-color: #DB0066;
}
.TagClassName
{
border-color: #DB0066;
}
</style>