Shades of Razzmatazz #DB005D
Tints of Razzmatazz #DB005D
RGB
CMYK
RGB Variations
Color information
#DB005D (or 0xDB005D) is known color: Razzmatazz. HEX triplet: DB, 00 and 5D. RGB value is (219,0,93). Sum of RGB (Red+Green+Blue) = 219+0+93=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB005D is #24FFA2. Grayscale: #4B4B4B. Windows color (decimal): -2424739 or 6095067. OLE color: 6095067.
HSL color Cylindrical-coordinate representation of color #DB005D: hue angle of 334.52º 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 #DB005D is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.58 | 0.14 |
| HSL | 334.52º | 1% | 0.43% | - |
| HSV(B) | 334.52º | 1% | 0.86% | - |
| XYZ | 31.19 | 15.85 | 11.77 | - |
| YUV | 76.08 | 137.55 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 93 | 0 | 1 | 0.58 | 0.14 | 334.52 | 1 | 0.43 |
| Hex | DB | 0 | 5D | 0 | 64 | 3A | E | 14F | 64 | 2B |
| Octal | 333 | 0 | 135 | 0 | 144 | 72 | 16 | 517 | 144 | 53 |
| Binary | 11011011 | 0 | 1011101 | 0 | 1100100 | 111010 | 1110 | 101001111 | 1100100 | 101011 |
Color Harmonies of #DB005D
Complementary color
Monochromatic Colors of #DB005D
Black with #DB005D
Text Example
Text Example
White with #DB005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB005D; }
p { color: rgb(219,0,93); }
H1.HeaderClassName
{
color: #DB005D;
}
.AnyTagClassName
{
color: #DB005D;
}
</style>
background-color css
<style>
a { background-color: #DB005D; }
a { background-color: rgb(219,0,93); }
div.DivClassName
{
background-color: #DB005D;
}
.BgClassName
{
background-color: #DB005D;
}
</style>
border-color css
<style>
span { border-color: #DB005D; }
span { border-color: rgb(219,0,93); }
td.TdClassName
{
border-color: #DB005D;
}
.TagClassName
{
border-color: #DB005D;
}
</style>