Shades of Razzmatazz #DB0D55
Tints of Razzmatazz #DB0D55
RGB
CMYK
RGB Variations
Color information
#DB0D55 (or 0xDB0D55) is known color: Razzmatazz. HEX triplet: DB, 0D and 55. RGB value is (219,13,85). Sum of RGB (Red+Green+Blue) = 219+13+85=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0D55 is #24F2AA. Grayscale: #525252. Windows color (decimal): -2421419 or 5574107. OLE color: 5574107.
HSL color Cylindrical-coordinate representation of color #DB0D55: hue angle of 339.03º 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 #DB0D55 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 85 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.14 |
| HSL | 339.03º | 0.89% | 0.45% | - |
| HSV(B) | 339.03º | 0.94% | 0.86% | - |
| XYZ | 31 | 16 | 10.05 | - |
| YUV | 82.8 | 129.25 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 85 | 0 | 0.94 | 0.61 | 0.14 | 339.03 | 0.89 | 0.45 |
| Hex | DB | D | 55 | 0 | 5E | 3D | E | 153 | 59 | 2D |
| Octal | 333 | 15 | 125 | 0 | 136 | 75 | 16 | 523 | 131 | 55 |
| Binary | 11011011 | 1101 | 1010101 | 0 | 1011110 | 111101 | 1110 | 101010011 | 1011001 | 101101 |
Color Harmonies of #DB0D55
Complementary color
Monochromatic Colors of #DB0D55
Black with #DB0D55
Text Example
Text Example
White with #DB0D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D55; }
p { color: rgb(219,13,85); }
H1.HeaderClassName
{
color: #DB0D55;
}
.AnyTagClassName
{
color: #DB0D55;
}
</style>
background-color css
<style>
a { background-color: #DB0D55; }
a { background-color: rgb(219,13,85); }
div.DivClassName
{
background-color: #DB0D55;
}
.BgClassName
{
background-color: #DB0D55;
}
</style>
border-color css
<style>
span { border-color: #DB0D55; }
span { border-color: rgb(219,13,85); }
td.TdClassName
{
border-color: #DB0D55;
}
.TagClassName
{
border-color: #DB0D55;
}
</style>