Shades of Razzmatazz #DB005C
Tints of Razzmatazz #DB005C
RGB
CMYK
RGB Variations
Color information
#DB005C (or 0xDB005C) is known color: Razzmatazz. HEX triplet: DB, 00 and 5C. RGB value is (219,0,92). Sum of RGB (Red+Green+Blue) = 219+0+92=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB005C is #24FFA3. Grayscale: #4B4B4B. Windows color (decimal): -2424740 or 6029531. OLE color: 6029531.
HSL color Cylindrical-coordinate representation of color #DB005C: hue angle of 334.79º 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 #DB005C is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.58 | 0.14 |
| HSL | 334.79º | 1% | 0.43% | - |
| HSV(B) | 334.79º | 1% | 0.86% | - |
| XYZ | 31.15 | 15.83 | 11.54 | - |
| YUV | 75.97 | 137.05 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 92 | 0 | 1 | 0.58 | 0.14 | 334.79 | 1 | 0.43 |
| Hex | DB | 0 | 5C | 0 | 64 | 3A | E | 14F | 64 | 2B |
| Octal | 333 | 0 | 134 | 0 | 144 | 72 | 16 | 517 | 144 | 53 |
| Binary | 11011011 | 0 | 1011100 | 0 | 1100100 | 111010 | 1110 | 101001111 | 1100100 | 101011 |
Color Harmonies of #DB005C
Complementary color
Monochromatic Colors of #DB005C
Black with #DB005C
Text Example
Text Example
White with #DB005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB005C; }
p { color: rgb(219,0,92); }
H1.HeaderClassName
{
color: #DB005C;
}
.AnyTagClassName
{
color: #DB005C;
}
</style>
background-color css
<style>
a { background-color: #DB005C; }
a { background-color: rgb(219,0,92); }
div.DivClassName
{
background-color: #DB005C;
}
.BgClassName
{
background-color: #DB005C;
}
</style>
border-color css
<style>
span { border-color: #DB005C; }
span { border-color: rgb(219,0,92); }
td.TdClassName
{
border-color: #DB005C;
}
.TagClassName
{
border-color: #DB005C;
}
</style>