Shades of Razzmatazz #DB0659
Tints of Razzmatazz #DB0659
RGB
CMYK
RGB Variations
Color information
#DB0659 (or 0xDB0659) is known color: Razzmatazz. HEX triplet: DB, 06 and 59. RGB value is (219,6,89). Sum of RGB (Red+Green+Blue) = 219+6+89=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0659 is #24F9A6. Grayscale: #4F4F4F. Windows color (decimal): -2423207 or 5834459. OLE color: 5834459.
HSL color Cylindrical-coordinate representation of color #DB0659: hue angle of 336.62º 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 #DB0659 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.14 |
| HSL | 336.62º | 0.95% | 0.44% | - |
| HSV(B) | 336.62º | 0.97% | 0.86% | - |
| XYZ | 31.08 | 15.91 | 10.88 | - |
| YUV | 79.15 | 133.57 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 89 | 0 | 0.97 | 0.59 | 0.14 | 336.62 | 0.95 | 0.44 |
| Hex | DB | 6 | 59 | 0 | 61 | 3B | E | 151 | 5F | 2C |
| Octal | 333 | 6 | 131 | 0 | 141 | 73 | 16 | 521 | 137 | 54 |
| Binary | 11011011 | 110 | 1011001 | 0 | 1100001 | 111011 | 1110 | 101010001 | 1011111 | 101100 |
Color Harmonies of #DB0659
Complementary color
Monochromatic Colors of #DB0659
Black with #DB0659
Text Example
Text Example
White with #DB0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0659; }
p { color: rgb(219,6,89); }
H1.HeaderClassName
{
color: #DB0659;
}
.AnyTagClassName
{
color: #DB0659;
}
</style>
background-color css
<style>
a { background-color: #DB0659; }
a { background-color: rgb(219,6,89); }
div.DivClassName
{
background-color: #DB0659;
}
.BgClassName
{
background-color: #DB0659;
}
</style>
border-color css
<style>
span { border-color: #DB0659; }
span { border-color: rgb(219,6,89); }
td.TdClassName
{
border-color: #DB0659;
}
.TagClassName
{
border-color: #DB0659;
}
</style>