Shades of Razzmatazz #DB094C
Tints of Razzmatazz #DB094C
RGB
CMYK
RGB Variations
Color information
#DB094C (or 0xDB094C) is known color: Razzmatazz. HEX triplet: DB, 09 and 4C. RGB value is (219,9,76). Sum of RGB (Red+Green+Blue) = 219+9+76=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB094C is #24F6B3. Grayscale: #4F4F4F. Windows color (decimal): -2422452 or 4983259. OLE color: 4983259.
HSL color Cylindrical-coordinate representation of color #DB094C: hue angle of 340.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB094C is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.14 |
| HSL | 340.86º | 0.92% | 0.45% | - |
| HSV(B) | 340.86º | 0.96% | 0.86% | - |
| XYZ | 30.62 | 15.78 | 8.27 | - |
| YUV | 79.43 | 126.07 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 76 | 0 | 0.96 | 0.65 | 0.14 | 340.86 | 0.92 | 0.45 |
| Hex | DB | 9 | 4C | 0 | 60 | 41 | E | 155 | 5C | 2D |
| Octal | 333 | 11 | 114 | 0 | 140 | 101 | 16 | 525 | 134 | 55 |
| Binary | 11011011 | 1001 | 1001100 | 0 | 1100000 | 1000001 | 1110 | 101010101 | 1011100 | 101101 |
Color Harmonies of #DB094C
Complementary color
Monochromatic Colors of #DB094C
Black with #DB094C
Text Example
Text Example
White with #DB094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB094C; }
p { color: rgb(219,9,76); }
H1.HeaderClassName
{
color: #DB094C;
}
.AnyTagClassName
{
color: #DB094C;
}
</style>
background-color css
<style>
a { background-color: #DB094C; }
a { background-color: rgb(219,9,76); }
div.DivClassName
{
background-color: #DB094C;
}
.BgClassName
{
background-color: #DB094C;
}
</style>
border-color css
<style>
span { border-color: #DB094C; }
span { border-color: rgb(219,9,76); }
td.TdClassName
{
border-color: #DB094C;
}
.TagClassName
{
border-color: #DB094C;
}
</style>