Shades of Razzmatazz #DB0F4F
Tints of Razzmatazz #DB0F4F
RGB
CMYK
RGB Variations
Color information
#DB0F4F (or 0xDB0F4F) is known color: Razzmatazz. HEX triplet: DB, 0F and 4F. RGB value is (219,15,79). Sum of RGB (Red+Green+Blue) = 219+15+79=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F4F is #24F0B0. Grayscale: #535353. Windows color (decimal): -2420913 or 5181403. OLE color: 5181403.
HSL color Cylindrical-coordinate representation of color #DB0F4F: hue angle of 341.18º 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 #DB0F4F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 79 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.14 |
| HSL | 341.18º | 0.87% | 0.46% | - |
| HSV(B) | 341.18º | 0.93% | 0.86% | - |
| XYZ | 30.8 | 15.97 | 8.86 | - |
| YUV | 83.29 | 125.59 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 79 | 0 | 0.93 | 0.64 | 0.14 | 341.18 | 0.87 | 0.46 |
| Hex | DB | F | 4F | 0 | 5D | 40 | E | 155 | 57 | 2E |
| Octal | 333 | 17 | 117 | 0 | 135 | 100 | 16 | 525 | 127 | 56 |
| Binary | 11011011 | 1111 | 1001111 | 0 | 1011101 | 1000000 | 1110 | 101010101 | 1010111 | 101110 |
Color Harmonies of #DB0F4F
Complementary color
Monochromatic Colors of #DB0F4F
Black with #DB0F4F
Text Example
Text Example
White with #DB0F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F4F; }
p { color: rgb(219,15,79); }
H1.HeaderClassName
{
color: #DB0F4F;
}
.AnyTagClassName
{
color: #DB0F4F;
}
</style>
background-color css
<style>
a { background-color: #DB0F4F; }
a { background-color: rgb(219,15,79); }
div.DivClassName
{
background-color: #DB0F4F;
}
.BgClassName
{
background-color: #DB0F4F;
}
</style>
border-color css
<style>
span { border-color: #DB0F4F; }
span { border-color: rgb(219,15,79); }
td.TdClassName
{
border-color: #DB0F4F;
}
.TagClassName
{
border-color: #DB0F4F;
}
</style>