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