Shades of Razzmatazz #DB084E
Tints of Razzmatazz #DB084E
RGB
CMYK
RGB Variations
Color information
#DB084E (or 0xDB084E) is known color: Razzmatazz. HEX triplet: DB, 08 and 4E. RGB value is (219,8,78). Sum of RGB (Red+Green+Blue) = 219+8+78=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB084E is #24F7B1. Grayscale: #4F4F4F. Windows color (decimal): -2422706 or 5114075. OLE color: 5114075.
HSL color Cylindrical-coordinate representation of color #DB084E: hue angle of 340.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB084E is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.14 |
| HSL | 340.09º | 0.93% | 0.45% | - |
| HSV(B) | 340.09º | 0.96% | 0.86% | - |
| XYZ | 30.68 | 15.78 | 8.64 | - |
| YUV | 79.07 | 127.4 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 78 | 0 | 0.96 | 0.64 | 0.14 | 340.09 | 0.93 | 0.45 |
| Hex | DB | 8 | 4E | 0 | 60 | 40 | E | 154 | 5D | 2D |
| Octal | 333 | 10 | 116 | 0 | 140 | 100 | 16 | 524 | 135 | 55 |
| Binary | 11011011 | 1000 | 1001110 | 0 | 1100000 | 1000000 | 1110 | 101010100 | 1011101 | 101101 |
Color Harmonies of #DB084E
Complementary color
Monochromatic Colors of #DB084E
Black with #DB084E
Text Example
Text Example
White with #DB084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB084E; }
p { color: rgb(219,8,78); }
H1.HeaderClassName
{
color: #DB084E;
}
.AnyTagClassName
{
color: #DB084E;
}
</style>
background-color css
<style>
a { background-color: #DB084E; }
a { background-color: rgb(219,8,78); }
div.DivClassName
{
background-color: #DB084E;
}
.BgClassName
{
background-color: #DB084E;
}
</style>
border-color css
<style>
span { border-color: #DB084E; }
span { border-color: rgb(219,8,78); }
td.TdClassName
{
border-color: #DB084E;
}
.TagClassName
{
border-color: #DB084E;
}
</style>