Shades of Razzmatazz #DB0D53
Tints of Razzmatazz #DB0D53
RGB
CMYK
RGB Variations
Color information
#DB0D53 (or 0xDB0D53) is known color: Razzmatazz. HEX triplet: DB, 0D and 53. RGB value is (219,13,83). Sum of RGB (Red+Green+Blue) = 219+13+83=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0D53 is #24F2AC. Grayscale: #525252. Windows color (decimal): -2421421 or 5443035. OLE color: 5443035.
HSL color Cylindrical-coordinate representation of color #DB0D53: hue angle of 339.61º 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 #DB0D53 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 83 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.14 |
| HSL | 339.61º | 0.89% | 0.45% | - |
| HSV(B) | 339.61º | 0.94% | 0.86% | - |
| XYZ | 30.92 | 15.97 | 9.64 | - |
| YUV | 82.57 | 128.25 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 83 | 0 | 0.94 | 0.62 | 0.14 | 339.61 | 0.89 | 0.45 |
| Hex | DB | D | 53 | 0 | 5E | 3E | E | 154 | 59 | 2D |
| Octal | 333 | 15 | 123 | 0 | 136 | 76 | 16 | 524 | 131 | 55 |
| Binary | 11011011 | 1101 | 1010011 | 0 | 1011110 | 111110 | 1110 | 101010100 | 1011001 | 101101 |
Color Harmonies of #DB0D53
Complementary color
Monochromatic Colors of #DB0D53
Black with #DB0D53
Text Example
Text Example
White with #DB0D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D53; }
p { color: rgb(219,13,83); }
H1.HeaderClassName
{
color: #DB0D53;
}
.AnyTagClassName
{
color: #DB0D53;
}
</style>
background-color css
<style>
a { background-color: #DB0D53; }
a { background-color: rgb(219,13,83); }
div.DivClassName
{
background-color: #DB0D53;
}
.BgClassName
{
background-color: #DB0D53;
}
</style>
border-color css
<style>
span { border-color: #DB0D53; }
span { border-color: rgb(219,13,83); }
td.TdClassName
{
border-color: #DB0D53;
}
.TagClassName
{
border-color: #DB0D53;
}
</style>