Shades of Razzmatazz #DB064A
Tints of Razzmatazz #DB064A
RGB
CMYK
RGB Variations
Color information
#DB064A (or 0xDB064A) is known color: Razzmatazz. HEX triplet: DB, 06 and 4A. RGB value is (219,6,74). Sum of RGB (Red+Green+Blue) = 219+6+74=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB064A is #24F9B5. Grayscale: #4D4D4D. Windows color (decimal): -2423222 or 4851419. OLE color: 4851419.
HSL color Cylindrical-coordinate representation of color #DB064A: hue angle of 340.85º 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 #DB064A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.14 |
| HSL | 340.85º | 0.95% | 0.44% | - |
| HSV(B) | 340.85º | 0.97% | 0.86% | - |
| XYZ | 30.51 | 15.68 | 7.9 | - |
| YUV | 77.44 | 126.07 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 74 | 0 | 0.97 | 0.66 | 0.14 | 340.85 | 0.95 | 0.44 |
| Hex | DB | 6 | 4A | 0 | 61 | 42 | E | 155 | 5F | 2C |
| Octal | 333 | 6 | 112 | 0 | 141 | 102 | 16 | 525 | 137 | 54 |
| Binary | 11011011 | 110 | 1001010 | 0 | 1100001 | 1000010 | 1110 | 101010101 | 1011111 | 101100 |
Color Harmonies of #DB064A
Complementary color
Monochromatic Colors of #DB064A
Black with #DB064A
Text Example
Text Example
White with #DB064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB064A; }
p { color: rgb(219,6,74); }
H1.HeaderClassName
{
color: #DB064A;
}
.AnyTagClassName
{
color: #DB064A;
}
</style>
background-color css
<style>
a { background-color: #DB064A; }
a { background-color: rgb(219,6,74); }
div.DivClassName
{
background-color: #DB064A;
}
.BgClassName
{
background-color: #DB064A;
}
</style>
border-color css
<style>
span { border-color: #DB064A; }
span { border-color: rgb(219,6,74); }
td.TdClassName
{
border-color: #DB064A;
}
.TagClassName
{
border-color: #DB064A;
}
</style>