Shades of Razzmatazz #DB124E
Tints of Razzmatazz #DB124E
RGB
CMYK
RGB Variations
Color information
#DB124E (or 0xDB124E) is known color: Razzmatazz. HEX triplet: DB, 12 and 4E. RGB value is (219,18,78). Sum of RGB (Red+Green+Blue) = 219+18+78=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB124E is #24EDB1. Grayscale: #545454. Windows color (decimal): -2420146 or 5116635. OLE color: 5116635.
HSL color Cylindrical-coordinate representation of color #DB124E: hue angle of 342.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB124E is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 78 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.14 |
| HSL | 342.09º | 0.85% | 0.46% | - |
| HSV(B) | 342.09º | 0.92% | 0.86% | - |
| XYZ | 30.8 | 16.04 | 8.68 | - |
| YUV | 84.94 | 124.09 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 78 | 0 | 0.92 | 0.64 | 0.14 | 342.09 | 0.85 | 0.46 |
| Hex | DB | 12 | 4E | 0 | 5C | 40 | E | 156 | 55 | 2E |
| Octal | 333 | 22 | 116 | 0 | 134 | 100 | 16 | 526 | 125 | 56 |
| Binary | 11011011 | 10010 | 1001110 | 0 | 1011100 | 1000000 | 1110 | 101010110 | 1010101 | 101110 |
Color Harmonies of #DB124E
Complementary color
Monochromatic Colors of #DB124E
Black with #DB124E
Text Example
Text Example
White with #DB124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB124E; }
p { color: rgb(219,18,78); }
H1.HeaderClassName
{
color: #DB124E;
}
.AnyTagClassName
{
color: #DB124E;
}
</style>
background-color css
<style>
a { background-color: #DB124E; }
a { background-color: rgb(219,18,78); }
div.DivClassName
{
background-color: #DB124E;
}
.BgClassName
{
background-color: #DB124E;
}
</style>
border-color css
<style>
span { border-color: #DB124E; }
span { border-color: rgb(219,18,78); }
td.TdClassName
{
border-color: #DB124E;
}
.TagClassName
{
border-color: #DB124E;
}
</style>