Shades of Razzmatazz #DB064E
Tints of Razzmatazz #DB064E
RGB
CMYK
RGB Variations
Color information
#DB064E (or 0xDB064E) is known color: Razzmatazz. HEX triplet: DB, 06 and 4E. RGB value is (219,6,78). Sum of RGB (Red+Green+Blue) = 219+6+78=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB064E is #24F9B1. Grayscale: #4D4D4D. Windows color (decimal): -2423218 or 5113563. OLE color: 5113563.
HSL color Cylindrical-coordinate representation of color #DB064E: hue angle of 339.72º 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 #DB064E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 78 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.14 |
| HSL | 339.72º | 0.95% | 0.44% | - |
| HSV(B) | 339.72º | 0.97% | 0.86% | - |
| XYZ | 30.65 | 15.74 | 8.63 | - |
| YUV | 77.9 | 128.07 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 78 | 0 | 0.97 | 0.64 | 0.14 | 339.72 | 0.95 | 0.44 |
| Hex | DB | 6 | 4E | 0 | 61 | 40 | E | 154 | 5F | 2C |
| Octal | 333 | 6 | 116 | 0 | 141 | 100 | 16 | 524 | 137 | 54 |
| Binary | 11011011 | 110 | 1001110 | 0 | 1100001 | 1000000 | 1110 | 101010100 | 1011111 | 101100 |
Color Harmonies of #DB064E
Complementary color
Monochromatic Colors of #DB064E
Black with #DB064E
Text Example
Text Example
White with #DB064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB064E; }
p { color: rgb(219,6,78); }
H1.HeaderClassName
{
color: #DB064E;
}
.AnyTagClassName
{
color: #DB064E;
}
</style>
background-color css
<style>
a { background-color: #DB064E; }
a { background-color: rgb(219,6,78); }
div.DivClassName
{
background-color: #DB064E;
}
.BgClassName
{
background-color: #DB064E;
}
</style>
border-color css
<style>
span { border-color: #DB064E; }
span { border-color: rgb(219,6,78); }
td.TdClassName
{
border-color: #DB064E;
}
.TagClassName
{
border-color: #DB064E;
}
</style>