Shades of Razzmatazz #DB104E
Tints of Razzmatazz #DB104E
RGB
CMYK
RGB Variations
Color information
#DB104E (or 0xDB104E) is known color: Razzmatazz. HEX triplet: DB, 10 and 4E. RGB value is (219,16,78). Sum of RGB (Red+Green+Blue) = 219+16+78=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB104E is #24EFB1. Grayscale: #535353. Windows color (decimal): -2420658 or 5116123. OLE color: 5116123.
HSL color Cylindrical-coordinate representation of color #DB104E: hue angle of 341.67º 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 #DB104E is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 78 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.14 |
| HSL | 341.67º | 0.86% | 0.46% | - |
| HSV(B) | 341.67º | 0.93% | 0.86% | - |
| XYZ | 30.77 | 15.98 | 8.67 | - |
| YUV | 83.77 | 124.75 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 78 | 0 | 0.93 | 0.64 | 0.14 | 341.67 | 0.86 | 0.46 |
| Hex | DB | 10 | 4E | 0 | 5D | 40 | E | 156 | 56 | 2E |
| Octal | 333 | 20 | 116 | 0 | 135 | 100 | 16 | 526 | 126 | 56 |
| Binary | 11011011 | 10000 | 1001110 | 0 | 1011101 | 1000000 | 1110 | 101010110 | 1010110 | 101110 |
Color Harmonies of #DB104E
Complementary color
Monochromatic Colors of #DB104E
Black with #DB104E
Text Example
Text Example
White with #DB104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB104E; }
p { color: rgb(219,16,78); }
H1.HeaderClassName
{
color: #DB104E;
}
.AnyTagClassName
{
color: #DB104E;
}
</style>
background-color css
<style>
a { background-color: #DB104E; }
a { background-color: rgb(219,16,78); }
div.DivClassName
{
background-color: #DB104E;
}
.BgClassName
{
background-color: #DB104E;
}
</style>
border-color css
<style>
span { border-color: #DB104E; }
span { border-color: rgb(219,16,78); }
td.TdClassName
{
border-color: #DB104E;
}
.TagClassName
{
border-color: #DB104E;
}
</style>