Shades of Razzmatazz #DB0B4E
Tints of Razzmatazz #DB0B4E
RGB
CMYK
RGB Variations
Color information
#DB0B4E (or 0xDB0B4E) is known color: Razzmatazz. HEX triplet: DB, 0B and 4E. RGB value is (219,11,78). Sum of RGB (Red+Green+Blue) = 219+11+78=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B4E is #24F4B1. Grayscale: #505050. Windows color (decimal): -2421938 or 5114843. OLE color: 5114843.
HSL color Cylindrical-coordinate representation of color #DB0B4E: hue angle of 340.67º 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 #DB0B4E is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 78 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.14 |
| HSL | 340.67º | 0.9% | 0.45% | - |
| HSV(B) | 340.67º | 0.95% | 0.86% | - |
| XYZ | 30.71 | 15.85 | 8.65 | - |
| YUV | 80.83 | 126.41 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 78 | 0 | 0.95 | 0.64 | 0.14 | 340.67 | 0.9 | 0.45 |
| Hex | DB | B | 4E | 0 | 5F | 40 | E | 155 | 5A | 2D |
| Octal | 333 | 13 | 116 | 0 | 137 | 100 | 16 | 525 | 132 | 55 |
| Binary | 11011011 | 1011 | 1001110 | 0 | 1011111 | 1000000 | 1110 | 101010101 | 1011010 | 101101 |
Color Harmonies of #DB0B4E
Complementary color
Monochromatic Colors of #DB0B4E
Black with #DB0B4E
Text Example
Text Example
White with #DB0B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0B4E; }
p { color: rgb(219,11,78); }
H1.HeaderClassName
{
color: #DB0B4E;
}
.AnyTagClassName
{
color: #DB0B4E;
}
</style>
background-color css
<style>
a { background-color: #DB0B4E; }
a { background-color: rgb(219,11,78); }
div.DivClassName
{
background-color: #DB0B4E;
}
.BgClassName
{
background-color: #DB0B4E;
}
</style>
border-color css
<style>
span { border-color: #DB0B4E; }
span { border-color: rgb(219,11,78); }
td.TdClassName
{
border-color: #DB0B4E;
}
.TagClassName
{
border-color: #DB0B4E;
}
</style>