Shades of Razzmatazz #DB0355
Tints of Razzmatazz #DB0355
RGB
CMYK
RGB Variations
Color information
#DB0355 (or 0xDB0355) is known color: Razzmatazz. HEX triplet: DB, 03 and 55. RGB value is (219,3,85). Sum of RGB (Red+Green+Blue) = 219+3+85=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0355 is #24FCAA. Grayscale: #4C4C4C. Windows color (decimal): -2423979 or 5571547. OLE color: 5571547.
HSL color Cylindrical-coordinate representation of color #DB0355: hue angle of 337.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0355 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.14 |
| HSL | 337.22º | 0.97% | 0.44% | - |
| HSV(B) | 337.22º | 0.99% | 0.86% | - |
| XYZ | 30.89 | 15.78 | 10.01 | - |
| YUV | 76.93 | 132.56 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 85 | 0 | 0.99 | 0.61 | 0.14 | 337.22 | 0.97 | 0.44 |
| Hex | DB | 3 | 55 | 0 | 63 | 3D | E | 151 | 61 | 2C |
| Octal | 333 | 3 | 125 | 0 | 143 | 75 | 16 | 521 | 141 | 54 |
| Binary | 11011011 | 11 | 1010101 | 0 | 1100011 | 111101 | 1110 | 101010001 | 1100001 | 101100 |
Color Harmonies of #DB0355
Complementary color
Monochromatic Colors of #DB0355
Black with #DB0355
Text Example
Text Example
White with #DB0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0355; }
p { color: rgb(219,3,85); }
H1.HeaderClassName
{
color: #DB0355;
}
.AnyTagClassName
{
color: #DB0355;
}
</style>
background-color css
<style>
a { background-color: #DB0355; }
a { background-color: rgb(219,3,85); }
div.DivClassName
{
background-color: #DB0355;
}
.BgClassName
{
background-color: #DB0355;
}
</style>
border-color css
<style>
span { border-color: #DB0355; }
span { border-color: rgb(219,3,85); }
td.TdClassName
{
border-color: #DB0355;
}
.TagClassName
{
border-color: #DB0355;
}
</style>