Shades of Razzmatazz #DB0065
Tints of Razzmatazz #DB0065
RGB
CMYK
RGB Variations
Color information
#DB0065 (or 0xDB0065) is known color: Razzmatazz. HEX triplet: DB, 00 and 65. RGB value is (219,0,101). Sum of RGB (Red+Green+Blue) = 219+0+101=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0065 is #24FF9A. Grayscale: #4C4C4C. Windows color (decimal): -2424731 or 6619355. OLE color: 6619355.
HSL color Cylindrical-coordinate representation of color #DB0065: hue angle of 332.33º 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 #DB0065 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.54 | 0.14 |
| HSL | 332.33º | 1% | 0.43% | - |
| HSV(B) | 332.33º | 1% | 0.86% | - |
| XYZ | 31.56 | 16 | 13.74 | - |
| YUV | 77 | 141.55 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 101 | 0 | 1 | 0.54 | 0.14 | 332.33 | 1 | 0.43 |
| Hex | DB | 0 | 65 | 0 | 64 | 36 | E | 14C | 64 | 2B |
| Octal | 333 | 0 | 145 | 0 | 144 | 66 | 16 | 514 | 144 | 53 |
| Binary | 11011011 | 0 | 1100101 | 0 | 1100100 | 110110 | 1110 | 101001100 | 1100100 | 101011 |
Color Harmonies of #DB0065
Complementary color
Monochromatic Colors of #DB0065
Black with #DB0065
Text Example
Text Example
White with #DB0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0065; }
p { color: rgb(219,0,101); }
H1.HeaderClassName
{
color: #DB0065;
}
.AnyTagClassName
{
color: #DB0065;
}
</style>
background-color css
<style>
a { background-color: #DB0065; }
a { background-color: rgb(219,0,101); }
div.DivClassName
{
background-color: #DB0065;
}
.BgClassName
{
background-color: #DB0065;
}
</style>
border-color css
<style>
span { border-color: #DB0065; }
span { border-color: rgb(219,0,101); }
td.TdClassName
{
border-color: #DB0065;
}
.TagClassName
{
border-color: #DB0065;
}
</style>