Shades of Razzmatazz #DB0C4F
Tints of Razzmatazz #DB0C4F
RGB
CMYK
RGB Variations
Color information
#DB0C4F (or 0xDB0C4F) is known color: Razzmatazz. HEX triplet: DB, 0C and 4F. RGB value is (219,12,79). Sum of RGB (Red+Green+Blue) = 219+12+79=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C4F is #24F3B0. Grayscale: #515151. Windows color (decimal): -2421681 or 5180635. OLE color: 5180635.
HSL color Cylindrical-coordinate representation of color #DB0C4F: hue angle of 340.58º 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 #DB0C4F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 79 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.14 |
| HSL | 340.58º | 0.9% | 0.45% | - |
| HSV(B) | 340.58º | 0.95% | 0.86% | - |
| XYZ | 30.76 | 15.89 | 8.84 | - |
| YUV | 81.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 79 | 0 | 0.95 | 0.64 | 0.14 | 340.58 | 0.9 | 0.45 |
| Hex | DB | C | 4F | 0 | 5F | 40 | E | 155 | 5A | 2D |
| Octal | 333 | 14 | 117 | 0 | 137 | 100 | 16 | 525 | 132 | 55 |
| Binary | 11011011 | 1100 | 1001111 | 0 | 1011111 | 1000000 | 1110 | 101010101 | 1011010 | 101101 |
Color Harmonies of #DB0C4F
Complementary color
Monochromatic Colors of #DB0C4F
Black with #DB0C4F
Text Example
Text Example
White with #DB0C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C4F; }
p { color: rgb(219,12,79); }
H1.HeaderClassName
{
color: #DB0C4F;
}
.AnyTagClassName
{
color: #DB0C4F;
}
</style>
background-color css
<style>
a { background-color: #DB0C4F; }
a { background-color: rgb(219,12,79); }
div.DivClassName
{
background-color: #DB0C4F;
}
.BgClassName
{
background-color: #DB0C4F;
}
</style>
border-color css
<style>
span { border-color: #DB0C4F; }
span { border-color: rgb(219,12,79); }
td.TdClassName
{
border-color: #DB0C4F;
}
.TagClassName
{
border-color: #DB0C4F;
}
</style>