Shades of Razzmatazz #DB015B
Tints of Razzmatazz #DB015B
RGB
CMYK
RGB Variations
Color information
#DB015B (or 0xDB015B) is known color: Razzmatazz. HEX triplet: DB, 01 and 5B. RGB value is (219,1,91). Sum of RGB (Red+Green+Blue) = 219+1+91=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB015B is #24FEA4. Grayscale: #4C4C4C. Windows color (decimal): -2424485 or 5964251. OLE color: 5964251.
HSL color Cylindrical-coordinate representation of color #DB015B: hue angle of 335.23º 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 #DB015B is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.14 |
| HSL | 335.23º | 0.99% | 0.43% | - |
| HSV(B) | 335.23º | 1% | 0.86% | - |
| XYZ | 31.11 | 15.84 | 11.31 | - |
| YUV | 76.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 91 | 0 | 1.00 | 0.58 | 0.14 | 335.23 | 0.99 | 0.43 |
| Hex | DB | 1 | 5B | 0 | 64 | 3A | E | 14F | 63 | 2B |
| Octal | 333 | 1 | 133 | 0 | 144 | 72 | 16 | 517 | 143 | 53 |
| Binary | 11011011 | 1 | 1011011 | 0 | 1100100 | 111010 | 1110 | 101001111 | 1100011 | 101011 |
Color Harmonies of #DB015B
Complementary color
Monochromatic Colors of #DB015B
Black with #DB015B
Text Example
Text Example
White with #DB015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB015B; }
p { color: rgb(219,1,91); }
H1.HeaderClassName
{
color: #DB015B;
}
.AnyTagClassName
{
color: #DB015B;
}
</style>
background-color css
<style>
a { background-color: #DB015B; }
a { background-color: rgb(219,1,91); }
div.DivClassName
{
background-color: #DB015B;
}
.BgClassName
{
background-color: #DB015B;
}
</style>
border-color css
<style>
span { border-color: #DB015B; }
span { border-color: rgb(219,1,91); }
td.TdClassName
{
border-color: #DB015B;
}
.TagClassName
{
border-color: #DB015B;
}
</style>