Shades of Razzmatazz #DB1053
Tints of Razzmatazz #DB1053
RGB
CMYK
RGB Variations
Color information
#DB1053 (or 0xDB1053) is known color: Razzmatazz. HEX triplet: DB, 10 and 53. RGB value is (219,16,83). Sum of RGB (Red+Green+Blue) = 219+16+83=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1053 is #24EFAC. Grayscale: #545454. Windows color (decimal): -2420653 or 5443803. OLE color: 5443803.
HSL color Cylindrical-coordinate representation of color #DB1053: hue angle of 340.2º 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 #DB1053 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 83 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.14 |
| HSL | 340.2º | 0.86% | 0.46% | - |
| HSV(B) | 340.2º | 0.93% | 0.86% | - |
| XYZ | 30.96 | 16.06 | 9.65 | - |
| YUV | 84.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 83 | 0 | 0.93 | 0.62 | 0.14 | 340.2 | 0.86 | 0.46 |
| Hex | DB | 10 | 53 | 0 | 5D | 3E | E | 154 | 56 | 2E |
| Octal | 333 | 20 | 123 | 0 | 135 | 76 | 16 | 524 | 126 | 56 |
| Binary | 11011011 | 10000 | 1010011 | 0 | 1011101 | 111110 | 1110 | 101010100 | 1010110 | 101110 |
Color Harmonies of #DB1053
Complementary color
Monochromatic Colors of #DB1053
Black with #DB1053
Text Example
Text Example
White with #DB1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1053; }
p { color: rgb(219,16,83); }
H1.HeaderClassName
{
color: #DB1053;
}
.AnyTagClassName
{
color: #DB1053;
}
</style>
background-color css
<style>
a { background-color: #DB1053; }
a { background-color: rgb(219,16,83); }
div.DivClassName
{
background-color: #DB1053;
}
.BgClassName
{
background-color: #DB1053;
}
</style>
border-color css
<style>
span { border-color: #DB1053; }
span { border-color: rgb(219,16,83); }
td.TdClassName
{
border-color: #DB1053;
}
.TagClassName
{
border-color: #DB1053;
}
</style>