Shades of Razzmatazz #DB015D
Tints of Razzmatazz #DB015D
RGB
CMYK
RGB Variations
Color information
#DB015D (or 0xDB015D) is known color: Razzmatazz. HEX triplet: DB, 01 and 5D. RGB value is (219,1,93). Sum of RGB (Red+Green+Blue) = 219+1+93=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB015D is #24FEA2. Grayscale: #4C4C4C. Windows color (decimal): -2424483 or 6095323. OLE color: 6095323.
HSL color Cylindrical-coordinate representation of color #DB015D: hue angle of 334.68º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB015D is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.14 |
| HSL | 334.68º | 0.99% | 0.43% | - |
| HSV(B) | 334.68º | 1% | 0.86% | - |
| XYZ | 31.2 | 15.87 | 11.78 | - |
| YUV | 76.67 | 137.22 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 93 | 0 | 1.00 | 0.58 | 0.14 | 334.68 | 0.99 | 0.43 |
| Hex | DB | 1 | 5D | 0 | 64 | 3A | E | 14F | 63 | 2B |
| Octal | 333 | 1 | 135 | 0 | 144 | 72 | 16 | 517 | 143 | 53 |
| Binary | 11011011 | 1 | 1011101 | 0 | 1100100 | 111010 | 1110 | 101001111 | 1100011 | 101011 |
Color Harmonies of #DB015D
Complementary color
Monochromatic Colors of #DB015D
Black with #DB015D
Text Example
Text Example
White with #DB015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB015D; }
p { color: rgb(219,1,93); }
H1.HeaderClassName
{
color: #DB015D;
}
.AnyTagClassName
{
color: #DB015D;
}
</style>
background-color css
<style>
a { background-color: #DB015D; }
a { background-color: rgb(219,1,93); }
div.DivClassName
{
background-color: #DB015D;
}
.BgClassName
{
background-color: #DB015D;
}
</style>
border-color css
<style>
span { border-color: #DB015D; }
span { border-color: rgb(219,1,93); }
td.TdClassName
{
border-color: #DB015D;
}
.TagClassName
{
border-color: #DB015D;
}
</style>