Shades of Razzmatazz #DB065D
Tints of Razzmatazz #DB065D
RGB
CMYK
RGB Variations
Color information
#DB065D (or 0xDB065D) is known color: Razzmatazz. HEX triplet: DB, 06 and 5D. RGB value is (219,6,93). Sum of RGB (Red+Green+Blue) = 219+6+93=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB065D is #24F9A2. Grayscale: #4F4F4F. Windows color (decimal): -2423203 or 6096603. OLE color: 6096603.
HSL color Cylindrical-coordinate representation of color #DB065D: hue angle of 335.49º 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 #DB065D is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.14 |
| HSL | 335.49º | 0.95% | 0.44% | - |
| HSV(B) | 335.49º | 0.97% | 0.86% | - |
| XYZ | 31.25 | 15.98 | 11.79 | - |
| YUV | 79.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 93 | 0 | 0.97 | 0.58 | 0.14 | 335.49 | 0.95 | 0.44 |
| Hex | DB | 6 | 5D | 0 | 61 | 3A | E | 14F | 5F | 2C |
| Octal | 333 | 6 | 135 | 0 | 141 | 72 | 16 | 517 | 137 | 54 |
| Binary | 11011011 | 110 | 1011101 | 0 | 1100001 | 111010 | 1110 | 101001111 | 1011111 | 101100 |
Color Harmonies of #DB065D
Complementary color
Monochromatic Colors of #DB065D
Black with #DB065D
Text Example
Text Example
White with #DB065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB065D; }
p { color: rgb(219,6,93); }
H1.HeaderClassName
{
color: #DB065D;
}
.AnyTagClassName
{
color: #DB065D;
}
</style>
background-color css
<style>
a { background-color: #DB065D; }
a { background-color: rgb(219,6,93); }
div.DivClassName
{
background-color: #DB065D;
}
.BgClassName
{
background-color: #DB065D;
}
</style>
border-color css
<style>
span { border-color: #DB065D; }
span { border-color: rgb(219,6,93); }
td.TdClassName
{
border-color: #DB065D;
}
.TagClassName
{
border-color: #DB065D;
}
</style>