Shades of Razzmatazz #DB0B4D
Tints of Razzmatazz #DB0B4D
RGB
CMYK
RGB Variations
Color information
#DB0B4D (or 0xDB0B4D) is known color: Razzmatazz. HEX triplet: DB, 0B and 4D. RGB value is (219,11,77). Sum of RGB (Red+Green+Blue) = 219+11+77=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B4D is #24F4B2. Grayscale: #505050. Windows color (decimal): -2421939 or 5049307. OLE color: 5049307.
HSL color Cylindrical-coordinate representation of color #DB0B4D: hue angle of 340.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0B4D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 77 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.14 |
| HSL | 340.96º | 0.9% | 0.45% | - |
| HSV(B) | 340.96º | 0.95% | 0.86% | - |
| XYZ | 30.67 | 15.84 | 8.46 | - |
| YUV | 80.72 | 125.91 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 77 | 0 | 0.95 | 0.65 | 0.14 | 340.96 | 0.9 | 0.45 |
| Hex | DB | B | 4D | 0 | 5F | 41 | E | 155 | 5A | 2D |
| Octal | 333 | 13 | 115 | 0 | 137 | 101 | 16 | 525 | 132 | 55 |
| Binary | 11011011 | 1011 | 1001101 | 0 | 1011111 | 1000001 | 1110 | 101010101 | 1011010 | 101101 |
Color Harmonies of #DB0B4D
Complementary color
Monochromatic Colors of #DB0B4D
Black with #DB0B4D
Text Example
Text Example
White with #DB0B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0B4D; }
p { color: rgb(219,11,77); }
H1.HeaderClassName
{
color: #DB0B4D;
}
.AnyTagClassName
{
color: #DB0B4D;
}
</style>
background-color css
<style>
a { background-color: #DB0B4D; }
a { background-color: rgb(219,11,77); }
div.DivClassName
{
background-color: #DB0B4D;
}
.BgClassName
{
background-color: #DB0B4D;
}
</style>
border-color css
<style>
span { border-color: #DB0B4D; }
span { border-color: rgb(219,11,77); }
td.TdClassName
{
border-color: #DB0B4D;
}
.TagClassName
{
border-color: #DB0B4D;
}
</style>