Shades of Razzmatazz #DB094B
Tints of Razzmatazz #DB094B
RGB
CMYK
RGB Variations
Color information
#DB094B (or 0xDB094B) is known color: Razzmatazz. HEX triplet: DB, 09 and 4B. RGB value is (219,9,75). Sum of RGB (Red+Green+Blue) = 219+9+75=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB094B is #24F6B4. Grayscale: #4F4F4F. Windows color (decimal): -2422453 or 4917723. OLE color: 4917723.
HSL color Cylindrical-coordinate representation of color #DB094B: hue angle of 341.14º 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 #DB094B is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 75 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.14 |
| HSL | 341.14º | 0.92% | 0.45% | - |
| HSV(B) | 341.14º | 0.96% | 0.86% | - |
| XYZ | 30.58 | 15.76 | 8.09 | - |
| YUV | 79.31 | 125.57 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 75 | 0 | 0.96 | 0.66 | 0.14 | 341.14 | 0.92 | 0.45 |
| Hex | DB | 9 | 4B | 0 | 60 | 42 | E | 155 | 5C | 2D |
| Octal | 333 | 11 | 113 | 0 | 140 | 102 | 16 | 525 | 134 | 55 |
| Binary | 11011011 | 1001 | 1001011 | 0 | 1100000 | 1000010 | 1110 | 101010101 | 1011100 | 101101 |
Color Harmonies of #DB094B
Complementary color
Monochromatic Colors of #DB094B
Black with #DB094B
Text Example
Text Example
White with #DB094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB094B; }
p { color: rgb(219,9,75); }
H1.HeaderClassName
{
color: #DB094B;
}
.AnyTagClassName
{
color: #DB094B;
}
</style>
background-color css
<style>
a { background-color: #DB094B; }
a { background-color: rgb(219,9,75); }
div.DivClassName
{
background-color: #DB094B;
}
.BgClassName
{
background-color: #DB094B;
}
</style>
border-color css
<style>
span { border-color: #DB094B; }
span { border-color: rgb(219,9,75); }
td.TdClassName
{
border-color: #DB094B;
}
.TagClassName
{
border-color: #DB094B;
}
</style>