Shades of Razzmatazz #DB034D
Tints of Razzmatazz #DB034D
RGB
CMYK
RGB Variations
Color information
#DB034D (or 0xDB034D) is known color: Razzmatazz. HEX triplet: DB, 03 and 4D. RGB value is (219,3,77). Sum of RGB (Red+Green+Blue) = 219+3+77=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB034D is #24FCB2. Grayscale: #4B4B4B. Windows color (decimal): -2423987 or 5047259. OLE color: 5047259.
HSL color Cylindrical-coordinate representation of color #DB034D: hue angle of 339.44º 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 #DB034D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 77 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.14 |
| HSL | 339.44º | 0.97% | 0.44% | - |
| HSV(B) | 339.44º | 0.99% | 0.86% | - |
| XYZ | 30.59 | 15.66 | 8.43 | - |
| YUV | 76.02 | 128.56 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 77 | 0 | 0.99 | 0.65 | 0.14 | 339.44 | 0.97 | 0.44 |
| Hex | DB | 3 | 4D | 0 | 63 | 41 | E | 153 | 61 | 2C |
| Octal | 333 | 3 | 115 | 0 | 143 | 101 | 16 | 523 | 141 | 54 |
| Binary | 11011011 | 11 | 1001101 | 0 | 1100011 | 1000001 | 1110 | 101010011 | 1100001 | 101100 |
Color Harmonies of #DB034D
Complementary color
Monochromatic Colors of #DB034D
Black with #DB034D
Text Example
Text Example
White with #DB034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB034D; }
p { color: rgb(219,3,77); }
H1.HeaderClassName
{
color: #DB034D;
}
.AnyTagClassName
{
color: #DB034D;
}
</style>
background-color css
<style>
a { background-color: #DB034D; }
a { background-color: rgb(219,3,77); }
div.DivClassName
{
background-color: #DB034D;
}
.BgClassName
{
background-color: #DB034D;
}
</style>
border-color css
<style>
span { border-color: #DB034D; }
span { border-color: rgb(219,3,77); }
td.TdClassName
{
border-color: #DB034D;
}
.TagClassName
{
border-color: #DB034D;
}
</style>