Shades of Razzmatazz #DB034B
Tints of Razzmatazz #DB034B
RGB
CMYK
RGB Variations
Color information
#DB034B (or 0xDB034B) is known color: Razzmatazz. HEX triplet: DB, 03 and 4B. RGB value is (219,3,75). Sum of RGB (Red+Green+Blue) = 219+3+75=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB034B is #24FCB4. Grayscale: #4B4B4B. Windows color (decimal): -2423989 or 4916187. OLE color: 4916187.
HSL color Cylindrical-coordinate representation of color #DB034B: hue angle of 340º 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 #DB034B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 75 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.14 |
| HSL | 340º | 0.97% | 0.44% | - |
| HSV(B) | 340º | 0.99% | 0.86% | - |
| XYZ | 30.52 | 15.63 | 8.07 | - |
| YUV | 75.79 | 127.56 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 75 | 0 | 0.99 | 0.66 | 0.14 | 340 | 0.97 | 0.44 |
| Hex | DB | 3 | 4B | 0 | 63 | 42 | E | 154 | 61 | 2C |
| Octal | 333 | 3 | 113 | 0 | 143 | 102 | 16 | 524 | 141 | 54 |
| Binary | 11011011 | 11 | 1001011 | 0 | 1100011 | 1000010 | 1110 | 101010100 | 1100001 | 101100 |
Color Harmonies of #DB034B
Complementary color
Monochromatic Colors of #DB034B
Black with #DB034B
Text Example
Text Example
White with #DB034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB034B; }
p { color: rgb(219,3,75); }
H1.HeaderClassName
{
color: #DB034B;
}
.AnyTagClassName
{
color: #DB034B;
}
</style>
background-color css
<style>
a { background-color: #DB034B; }
a { background-color: rgb(219,3,75); }
div.DivClassName
{
background-color: #DB034B;
}
.BgClassName
{
background-color: #DB034B;
}
</style>
border-color css
<style>
span { border-color: #DB034B; }
span { border-color: rgb(219,3,75); }
td.TdClassName
{
border-color: #DB034B;
}
.TagClassName
{
border-color: #DB034B;
}
</style>