Shades of Razzmatazz #DB124F
Tints of Razzmatazz #DB124F
RGB
CMYK
RGB Variations
Color information
#DB124F (or 0xDB124F) is known color: Razzmatazz. HEX triplet: DB, 12 and 4F. RGB value is (219,18,79). Sum of RGB (Red+Green+Blue) = 219+18+79=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB124F is #24EDB0. Grayscale: #555555. Windows color (decimal): -2420145 or 5182171. OLE color: 5182171.
HSL color Cylindrical-coordinate representation of color #DB124F: hue angle of 341.79º 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 #DB124F is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.14 |
| HSL | 341.79º | 0.85% | 0.46% | - |
| HSV(B) | 341.79º | 0.92% | 0.86% | - |
| XYZ | 30.84 | 16.06 | 8.87 | - |
| YUV | 85.05 | 124.59 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 79 | 0 | 0.92 | 0.64 | 0.14 | 341.79 | 0.85 | 0.46 |
| Hex | DB | 12 | 4F | 0 | 5C | 40 | E | 156 | 55 | 2E |
| Octal | 333 | 22 | 117 | 0 | 134 | 100 | 16 | 526 | 125 | 56 |
| Binary | 11011011 | 10010 | 1001111 | 0 | 1011100 | 1000000 | 1110 | 101010110 | 1010101 | 101110 |
Color Harmonies of #DB124F
Complementary color
Monochromatic Colors of #DB124F
Black with #DB124F
Text Example
Text Example
White with #DB124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB124F; }
p { color: rgb(219,18,79); }
H1.HeaderClassName
{
color: #DB124F;
}
.AnyTagClassName
{
color: #DB124F;
}
</style>
background-color css
<style>
a { background-color: #DB124F; }
a { background-color: rgb(219,18,79); }
div.DivClassName
{
background-color: #DB124F;
}
.BgClassName
{
background-color: #DB124F;
}
</style>
border-color css
<style>
span { border-color: #DB124F; }
span { border-color: rgb(219,18,79); }
td.TdClassName
{
border-color: #DB124F;
}
.TagClassName
{
border-color: #DB124F;
}
</style>