Shades of Razzmatazz #DB0D4D
Tints of Razzmatazz #DB0D4D
RGB
CMYK
RGB Variations
Color information
#DB0D4D (or 0xDB0D4D) is known color: Razzmatazz. HEX triplet: DB, 0D and 4D. RGB value is (219,13,77). Sum of RGB (Red+Green+Blue) = 219+13+77=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0D4D is #24F2B2. Grayscale: #515151. Windows color (decimal): -2421427 or 5049819. OLE color: 5049819.
HSL color Cylindrical-coordinate representation of color #DB0D4D: hue angle of 341.36º 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 #DB0D4D is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 77 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.14 |
| HSL | 341.36º | 0.89% | 0.45% | - |
| HSV(B) | 341.36º | 0.94% | 0.86% | - |
| XYZ | 30.7 | 15.88 | 8.47 | - |
| YUV | 81.89 | 125.25 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 77 | 0 | 0.94 | 0.65 | 0.14 | 341.36 | 0.89 | 0.45 |
| Hex | DB | D | 4D | 0 | 5E | 41 | E | 155 | 59 | 2D |
| Octal | 333 | 15 | 115 | 0 | 136 | 101 | 16 | 525 | 131 | 55 |
| Binary | 11011011 | 1101 | 1001101 | 0 | 1011110 | 1000001 | 1110 | 101010101 | 1011001 | 101101 |
Color Harmonies of #DB0D4D
Complementary color
Monochromatic Colors of #DB0D4D
Black with #DB0D4D
Text Example
Text Example
White with #DB0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D4D; }
p { color: rgb(219,13,77); }
H1.HeaderClassName
{
color: #DB0D4D;
}
.AnyTagClassName
{
color: #DB0D4D;
}
</style>
background-color css
<style>
a { background-color: #DB0D4D; }
a { background-color: rgb(219,13,77); }
div.DivClassName
{
background-color: #DB0D4D;
}
.BgClassName
{
background-color: #DB0D4D;
}
</style>
border-color css
<style>
span { border-color: #DB0D4D; }
span { border-color: rgb(219,13,77); }
td.TdClassName
{
border-color: #DB0D4D;
}
.TagClassName
{
border-color: #DB0D4D;
}
</style>