Shades of Razzmatazz #DB0654
Tints of Razzmatazz #DB0654
RGB
CMYK
RGB Variations
Color information
#DB0654 (or 0xDB0654) is known color: Razzmatazz. HEX triplet: DB, 06 and 54. RGB value is (219,6,84). Sum of RGB (Red+Green+Blue) = 219+6+84=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0654 is #24F9AB. Grayscale: #4E4E4E. Windows color (decimal): -2423212 or 5506779. OLE color: 5506779.
HSL color Cylindrical-coordinate representation of color #DB0654: hue angle of 338.03º 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 #DB0654 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 84 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.14 |
| HSL | 338.03º | 0.95% | 0.44% | - |
| HSV(B) | 338.03º | 0.97% | 0.86% | - |
| XYZ | 30.88 | 15.83 | 9.82 | - |
| YUV | 78.58 | 131.07 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 84 | 0 | 0.97 | 0.62 | 0.14 | 338.03 | 0.95 | 0.44 |
| Hex | DB | 6 | 54 | 0 | 61 | 3E | E | 152 | 5F | 2C |
| Octal | 333 | 6 | 124 | 0 | 141 | 76 | 16 | 522 | 137 | 54 |
| Binary | 11011011 | 110 | 1010100 | 0 | 1100001 | 111110 | 1110 | 101010010 | 1011111 | 101100 |
Color Harmonies of #DB0654
Complementary color
Monochromatic Colors of #DB0654
Black with #DB0654
Text Example
Text Example
White with #DB0654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0654; }
p { color: rgb(219,6,84); }
H1.HeaderClassName
{
color: #DB0654;
}
.AnyTagClassName
{
color: #DB0654;
}
</style>
background-color css
<style>
a { background-color: #DB0654; }
a { background-color: rgb(219,6,84); }
div.DivClassName
{
background-color: #DB0654;
}
.BgClassName
{
background-color: #DB0654;
}
</style>
border-color css
<style>
span { border-color: #DB0654; }
span { border-color: rgb(219,6,84); }
td.TdClassName
{
border-color: #DB0654;
}
.TagClassName
{
border-color: #DB0654;
}
</style>