Shades of Razzmatazz #DB0D4C
Tints of Razzmatazz #DB0D4C
RGB
CMYK
RGB Variations
Color information
#DB0D4C (or 0xDB0D4C) is known color: Razzmatazz. HEX triplet: DB, 0D and 4C. RGB value is (219,13,76). Sum of RGB (Red+Green+Blue) = 219+13+76=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0D4C is #24F2B3. Grayscale: #515151. Windows color (decimal): -2421428 or 4984283. OLE color: 4984283.
HSL color Cylindrical-coordinate representation of color #DB0D4C: hue angle of 341.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D4C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 76 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.14 |
| HSL | 341.65º | 0.89% | 0.45% | - |
| HSV(B) | 341.65º | 0.94% | 0.86% | - |
| XYZ | 30.66 | 15.87 | 8.28 | - |
| YUV | 81.78 | 124.75 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 76 | 0 | 0.94 | 0.65 | 0.14 | 341.65 | 0.89 | 0.45 |
| Hex | DB | D | 4C | 0 | 5E | 41 | E | 156 | 59 | 2D |
| Octal | 333 | 15 | 114 | 0 | 136 | 101 | 16 | 526 | 131 | 55 |
| Binary | 11011011 | 1101 | 1001100 | 0 | 1011110 | 1000001 | 1110 | 101010110 | 1011001 | 101101 |
Color Harmonies of #DB0D4C
Complementary color
Monochromatic Colors of #DB0D4C
Black with #DB0D4C
Text Example
Text Example
White with #DB0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D4C; }
p { color: rgb(219,13,76); }
H1.HeaderClassName
{
color: #DB0D4C;
}
.AnyTagClassName
{
color: #DB0D4C;
}
</style>
background-color css
<style>
a { background-color: #DB0D4C; }
a { background-color: rgb(219,13,76); }
div.DivClassName
{
background-color: #DB0D4C;
}
.BgClassName
{
background-color: #DB0D4C;
}
</style>
border-color css
<style>
span { border-color: #DB0D4C; }
span { border-color: rgb(219,13,76); }
td.TdClassName
{
border-color: #DB0D4C;
}
.TagClassName
{
border-color: #DB0D4C;
}
</style>