Shades of Razzmatazz #DB0653
Tints of Razzmatazz #DB0653
RGB
CMYK
RGB Variations
Color information
#DB0653 (or 0xDB0653) is known color: Razzmatazz. HEX triplet: DB, 06 and 53. RGB value is (219,6,83). Sum of RGB (Red+Green+Blue) = 219+6+83=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0653 is #24F9AC. Grayscale: #4E4E4E. Windows color (decimal): -2423213 or 5441243. OLE color: 5441243.
HSL color Cylindrical-coordinate representation of color #DB0653: hue angle of 338.31º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0653 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 83 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.14 |
| HSL | 338.31º | 0.95% | 0.44% | - |
| HSV(B) | 338.31º | 0.97% | 0.86% | - |
| XYZ | 30.84 | 15.81 | 9.61 | - |
| YUV | 78.47 | 130.57 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 83 | 0 | 0.97 | 0.62 | 0.14 | 338.31 | 0.95 | 0.44 |
| Hex | DB | 6 | 53 | 0 | 61 | 3E | E | 152 | 5F | 2C |
| Octal | 333 | 6 | 123 | 0 | 141 | 76 | 16 | 522 | 137 | 54 |
| Binary | 11011011 | 110 | 1010011 | 0 | 1100001 | 111110 | 1110 | 101010010 | 1011111 | 101100 |
Color Harmonies of #DB0653
Complementary color
Monochromatic Colors of #DB0653
Black with #DB0653
Text Example
Text Example
White with #DB0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0653; }
p { color: rgb(219,6,83); }
H1.HeaderClassName
{
color: #DB0653;
}
.AnyTagClassName
{
color: #DB0653;
}
</style>
background-color css
<style>
a { background-color: #DB0653; }
a { background-color: rgb(219,6,83); }
div.DivClassName
{
background-color: #DB0653;
}
.BgClassName
{
background-color: #DB0653;
}
</style>
border-color css
<style>
span { border-color: #DB0653; }
span { border-color: rgb(219,6,83); }
td.TdClassName
{
border-color: #DB0653;
}
.TagClassName
{
border-color: #DB0653;
}
</style>