Shades of Razzmatazz #DB104F
Tints of Razzmatazz #DB104F
RGB
CMYK
RGB Variations
Color information
#DB104F (or 0xDB104F) is known color: Razzmatazz. HEX triplet: DB, 10 and 4F. RGB value is (219,16,79). Sum of RGB (Red+Green+Blue) = 219+16+79=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB104F is #24EFB0. Grayscale: #535353. Windows color (decimal): -2420657 or 5181659. OLE color: 5181659.
HSL color Cylindrical-coordinate representation of color #DB104F: hue angle of 341.38º degrees, saturation: 0.86, 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 #DB104F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 79 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.14 |
| HSL | 341.38º | 0.86% | 0.46% | - |
| HSV(B) | 341.38º | 0.93% | 0.86% | - |
| XYZ | 30.81 | 16 | 8.86 | - |
| YUV | 83.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 79 | 0 | 0.93 | 0.64 | 0.14 | 341.38 | 0.86 | 0.46 |
| Hex | DB | 10 | 4F | 0 | 5D | 40 | E | 155 | 56 | 2E |
| Octal | 333 | 20 | 117 | 0 | 135 | 100 | 16 | 525 | 126 | 56 |
| Binary | 11011011 | 10000 | 1001111 | 0 | 1011101 | 1000000 | 1110 | 101010101 | 1010110 | 101110 |
Color Harmonies of #DB104F
Complementary color
Monochromatic Colors of #DB104F
Black with #DB104F
Text Example
Text Example
White with #DB104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB104F; }
p { color: rgb(219,16,79); }
H1.HeaderClassName
{
color: #DB104F;
}
.AnyTagClassName
{
color: #DB104F;
}
</style>
background-color css
<style>
a { background-color: #DB104F; }
a { background-color: rgb(219,16,79); }
div.DivClassName
{
background-color: #DB104F;
}
.BgClassName
{
background-color: #DB104F;
}
</style>
border-color css
<style>
span { border-color: #DB104F; }
span { border-color: rgb(219,16,79); }
td.TdClassName
{
border-color: #DB104F;
}
.TagClassName
{
border-color: #DB104F;
}
</style>