Shades of Razzmatazz #DB035D
Tints of Razzmatazz #DB035D
RGB
CMYK
RGB Variations
Color information
#DB035D (or 0xDB035D) is known color: Razzmatazz. HEX triplet: DB, 03 and 5D. RGB value is (219,3,93). Sum of RGB (Red+Green+Blue) = 219+3+93=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB035D is #24FCA2. Grayscale: #4D4D4D. Windows color (decimal): -2423971 or 6095835. OLE color: 6095835.
HSL color Cylindrical-coordinate representation of color #DB035D: hue angle of 335º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB035D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.14 |
| HSL | 335º | 0.97% | 0.44% | - |
| HSV(B) | 335º | 0.99% | 0.86% | - |
| XYZ | 31.22 | 15.92 | 11.78 | - |
| YUV | 77.84 | 136.56 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 93 | 0 | 0.99 | 0.58 | 0.14 | 335 | 0.97 | 0.44 |
| Hex | DB | 3 | 5D | 0 | 63 | 3A | E | 14F | 61 | 2C |
| Octal | 333 | 3 | 135 | 0 | 143 | 72 | 16 | 517 | 141 | 54 |
| Binary | 11011011 | 11 | 1011101 | 0 | 1100011 | 111010 | 1110 | 101001111 | 1100001 | 101100 |
Color Harmonies of #DB035D
Complementary color
Monochromatic Colors of #DB035D
Black with #DB035D
Text Example
Text Example
White with #DB035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB035D; }
p { color: rgb(219,3,93); }
H1.HeaderClassName
{
color: #DB035D;
}
.AnyTagClassName
{
color: #DB035D;
}
</style>
background-color css
<style>
a { background-color: #DB035D; }
a { background-color: rgb(219,3,93); }
div.DivClassName
{
background-color: #DB035D;
}
.BgClassName
{
background-color: #DB035D;
}
</style>
border-color css
<style>
span { border-color: #DB035D; }
span { border-color: rgb(219,3,93); }
td.TdClassName
{
border-color: #DB035D;
}
.TagClassName
{
border-color: #DB035D;
}
</style>