Shades of Razzmatazz #DB0255
Tints of Razzmatazz #DB0255
RGB
CMYK
RGB Variations
Color information
#DB0255 (or 0xDB0255) is known color: Razzmatazz. HEX triplet: DB, 02 and 55. RGB value is (219,2,85). Sum of RGB (Red+Green+Blue) = 219+2+85=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0255 is #24FDAA. Grayscale: #4C4C4C. Windows color (decimal): -2424235 or 5571291. OLE color: 5571291.
HSL color Cylindrical-coordinate representation of color #DB0255: hue angle of 337.05º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0255 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.14 |
| HSL | 337.05º | 0.98% | 0.43% | - |
| HSV(B) | 337.05º | 0.99% | 0.86% | - |
| XYZ | 30.87 | 15.76 | 10.01 | - |
| YUV | 76.35 | 132.89 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 85 | 0 | 0.99 | 0.61 | 0.14 | 337.05 | 0.98 | 0.43 |
| Hex | DB | 2 | 55 | 0 | 63 | 3D | E | 151 | 62 | 2B |
| Octal | 333 | 2 | 125 | 0 | 143 | 75 | 16 | 521 | 142 | 53 |
| Binary | 11011011 | 10 | 1010101 | 0 | 1100011 | 111101 | 1110 | 101010001 | 1100010 | 101011 |
Color Harmonies of #DB0255
Complementary color
Monochromatic Colors of #DB0255
Black with #DB0255
Text Example
Text Example
White with #DB0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0255; }
p { color: rgb(219,2,85); }
H1.HeaderClassName
{
color: #DB0255;
}
.AnyTagClassName
{
color: #DB0255;
}
</style>
background-color css
<style>
a { background-color: #DB0255; }
a { background-color: rgb(219,2,85); }
div.DivClassName
{
background-color: #DB0255;
}
.BgClassName
{
background-color: #DB0255;
}
</style>
border-color css
<style>
span { border-color: #DB0255; }
span { border-color: rgb(219,2,85); }
td.TdClassName
{
border-color: #DB0255;
}
.TagClassName
{
border-color: #DB0255;
}
</style>