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