Shades of Razzmatazz #DB065E
Tints of Razzmatazz #DB065E
RGB
CMYK
RGB Variations
Color information
#DB065E (or 0xDB065E) is known color: Razzmatazz. HEX triplet: DB, 06 and 5E. RGB value is (219,6,94). Sum of RGB (Red+Green+Blue) = 219+6+94=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB065E is #24F9A1. Grayscale: #4F4F4F. Windows color (decimal): -2423202 or 6162139. OLE color: 6162139.
HSL color Cylindrical-coordinate representation of color #DB065E: hue angle of 335.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB065E is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.14 |
| HSL | 335.21º | 0.95% | 0.44% | - |
| HSV(B) | 335.21º | 0.97% | 0.86% | - |
| XYZ | 31.3 | 16 | 12.03 | - |
| YUV | 79.72 | 136.07 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 94 | 0 | 0.97 | 0.57 | 0.14 | 335.21 | 0.95 | 0.44 |
| Hex | DB | 6 | 5E | 0 | 61 | 39 | E | 14F | 5F | 2C |
| Octal | 333 | 6 | 136 | 0 | 141 | 71 | 16 | 517 | 137 | 54 |
| Binary | 11011011 | 110 | 1011110 | 0 | 1100001 | 111001 | 1110 | 101001111 | 1011111 | 101100 |
Color Harmonies of #DB065E
Complementary color
Monochromatic Colors of #DB065E
Black with #DB065E
Text Example
Text Example
White with #DB065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB065E; }
p { color: rgb(219,6,94); }
H1.HeaderClassName
{
color: #DB065E;
}
.AnyTagClassName
{
color: #DB065E;
}
</style>
background-color css
<style>
a { background-color: #DB065E; }
a { background-color: rgb(219,6,94); }
div.DivClassName
{
background-color: #DB065E;
}
.BgClassName
{
background-color: #DB065E;
}
</style>
border-color css
<style>
span { border-color: #DB065E; }
span { border-color: rgb(219,6,94); }
td.TdClassName
{
border-color: #DB065E;
}
.TagClassName
{
border-color: #DB065E;
}
</style>