Shades of Razzmatazz #DB005A
Tints of Razzmatazz #DB005A
RGB
CMYK
RGB Variations
Color information
#DB005A (or 0xDB005A) is known color: Razzmatazz. HEX triplet: DB, 00 and 5A. RGB value is (219,0,90). Sum of RGB (Red+Green+Blue) = 219+0+90=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB005A is #24FFA5. Grayscale: #4B4B4B. Windows color (decimal): -2424742 or 5898459. OLE color: 5898459.
HSL color Cylindrical-coordinate representation of color #DB005A: hue angle of 335.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB005A is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.59 | 0.14 |
| HSL | 335.34º | 1% | 0.43% | - |
| HSV(B) | 335.34º | 1% | 0.86% | - |
| XYZ | 31.06 | 15.8 | 11.09 | - |
| YUV | 75.74 | 136.05 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 90 | 0 | 1 | 0.59 | 0.14 | 335.34 | 1 | 0.43 |
| Hex | DB | 0 | 5A | 0 | 64 | 3B | E | 14F | 64 | 2B |
| Octal | 333 | 0 | 132 | 0 | 144 | 73 | 16 | 517 | 144 | 53 |
| Binary | 11011011 | 0 | 1011010 | 0 | 1100100 | 111011 | 1110 | 101001111 | 1100100 | 101011 |
Color Harmonies of #DB005A
Complementary color
Monochromatic Colors of #DB005A
Black with #DB005A
Text Example
Text Example
White with #DB005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB005A; }
p { color: rgb(219,0,90); }
H1.HeaderClassName
{
color: #DB005A;
}
.AnyTagClassName
{
color: #DB005A;
}
</style>
background-color css
<style>
a { background-color: #DB005A; }
a { background-color: rgb(219,0,90); }
div.DivClassName
{
background-color: #DB005A;
}
.BgClassName
{
background-color: #DB005A;
}
</style>
border-color css
<style>
span { border-color: #DB005A; }
span { border-color: rgb(219,0,90); }
td.TdClassName
{
border-color: #DB005A;
}
.TagClassName
{
border-color: #DB005A;
}
</style>