Shades of Razzmatazz #DB0F4E
Tints of Razzmatazz #DB0F4E
RGB
CMYK
RGB Variations
Color information
#DB0F4E (or 0xDB0F4E) is known color: Razzmatazz. HEX triplet: DB, 0F and 4E. RGB value is (219,15,78). Sum of RGB (Red+Green+Blue) = 219+15+78=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F4E is #24F0B1. Grayscale: #535353. Windows color (decimal): -2420914 or 5115867. OLE color: 5115867.
HSL color Cylindrical-coordinate representation of color #DB0F4E: hue angle of 341.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F4E is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 78 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.14 |
| HSL | 341.47º | 0.87% | 0.46% | - |
| HSV(B) | 341.47º | 0.93% | 0.86% | - |
| XYZ | 30.76 | 15.95 | 8.67 | - |
| YUV | 83.18 | 125.09 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 78 | 0 | 0.93 | 0.64 | 0.14 | 341.47 | 0.87 | 0.46 |
| Hex | DB | F | 4E | 0 | 5D | 40 | E | 155 | 57 | 2E |
| Octal | 333 | 17 | 116 | 0 | 135 | 100 | 16 | 525 | 127 | 56 |
| Binary | 11011011 | 1111 | 1001110 | 0 | 1011101 | 1000000 | 1110 | 101010101 | 1010111 | 101110 |
Color Harmonies of #DB0F4E
Complementary color
Monochromatic Colors of #DB0F4E
Black with #DB0F4E
Text Example
Text Example
White with #DB0F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F4E; }
p { color: rgb(219,15,78); }
H1.HeaderClassName
{
color: #DB0F4E;
}
.AnyTagClassName
{
color: #DB0F4E;
}
</style>
background-color css
<style>
a { background-color: #DB0F4E; }
a { background-color: rgb(219,15,78); }
div.DivClassName
{
background-color: #DB0F4E;
}
.BgClassName
{
background-color: #DB0F4E;
}
</style>
border-color css
<style>
span { border-color: #DB0F4E; }
span { border-color: rgb(219,15,78); }
td.TdClassName
{
border-color: #DB0F4E;
}
.TagClassName
{
border-color: #DB0F4E;
}
</style>