Shades of Razzmatazz #DB0465
Tints of Razzmatazz #DB0465
RGB
CMYK
RGB Variations
Color information
#DB0465 (or 0xDB0465) is known color: Razzmatazz. HEX triplet: DB, 04 and 65. RGB value is (219,4,101). Sum of RGB (Red+Green+Blue) = 219+4+101=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0465 is #24FB9A. Grayscale: #4F4F4F. Windows color (decimal): -2423707 or 6620379. OLE color: 6620379.
HSL color Cylindrical-coordinate representation of color #DB0465: hue angle of 332.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0465 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.14 |
| HSL | 332.93º | 0.96% | 0.44% | - |
| HSV(B) | 332.93º | 0.98% | 0.86% | - |
| XYZ | 31.61 | 16.09 | 13.75 | - |
| YUV | 79.34 | 140.23 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 101 | 0 | 0.98 | 0.54 | 0.14 | 332.93 | 0.96 | 0.44 |
| Hex | DB | 4 | 65 | 0 | 62 | 36 | E | 14D | 60 | 2C |
| Octal | 333 | 4 | 145 | 0 | 142 | 66 | 16 | 515 | 140 | 54 |
| Binary | 11011011 | 100 | 1100101 | 0 | 1100010 | 110110 | 1110 | 101001101 | 1100000 | 101100 |
Color Harmonies of #DB0465
Complementary color
Monochromatic Colors of #DB0465
Black with #DB0465
Text Example
Text Example
White with #DB0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0465; }
p { color: rgb(219,4,101); }
H1.HeaderClassName
{
color: #DB0465;
}
.AnyTagClassName
{
color: #DB0465;
}
</style>
background-color css
<style>
a { background-color: #DB0465; }
a { background-color: rgb(219,4,101); }
div.DivClassName
{
background-color: #DB0465;
}
.BgClassName
{
background-color: #DB0465;
}
</style>
border-color css
<style>
span { border-color: #DB0465; }
span { border-color: rgb(219,4,101); }
td.TdClassName
{
border-color: #DB0465;
}
.TagClassName
{
border-color: #DB0465;
}
</style>