Shades of Razzmatazz #DB0366
Tints of Razzmatazz #DB0366
RGB
CMYK
RGB Variations
Color information
#DB0366 (or 0xDB0366) is known color: Razzmatazz. HEX triplet: DB, 03 and 66. RGB value is (219,3,102). Sum of RGB (Red+Green+Blue) = 219+3+102=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0366 is #24FC99. Grayscale: #4E4E4E. Windows color (decimal): -2423962 or 6685659. OLE color: 6685659.
HSL color Cylindrical-coordinate representation of color #DB0366: hue angle of 332.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0366 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.14 |
| HSL | 332.5º | 0.97% | 0.44% | - |
| HSV(B) | 332.5º | 0.99% | 0.86% | - |
| XYZ | 31.64 | 16.08 | 14.01 | - |
| YUV | 78.87 | 141.06 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 102 | 0 | 0.99 | 0.53 | 0.14 | 332.5 | 0.97 | 0.44 |
| Hex | DB | 3 | 66 | 0 | 63 | 35 | E | 14C | 61 | 2C |
| Octal | 333 | 3 | 146 | 0 | 143 | 65 | 16 | 514 | 141 | 54 |
| Binary | 11011011 | 11 | 1100110 | 0 | 1100011 | 110101 | 1110 | 101001100 | 1100001 | 101100 |
Color Harmonies of #DB0366
Complementary color
Monochromatic Colors of #DB0366
Black with #DB0366
Text Example
Text Example
White with #DB0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0366; }
p { color: rgb(219,3,102); }
H1.HeaderClassName
{
color: #DB0366;
}
.AnyTagClassName
{
color: #DB0366;
}
</style>
background-color css
<style>
a { background-color: #DB0366; }
a { background-color: rgb(219,3,102); }
div.DivClassName
{
background-color: #DB0366;
}
.BgClassName
{
background-color: #DB0366;
}
</style>
border-color css
<style>
span { border-color: #DB0366; }
span { border-color: rgb(219,3,102); }
td.TdClassName
{
border-color: #DB0366;
}
.TagClassName
{
border-color: #DB0366;
}
</style>