Shades of Razzmatazz #DB0162
Tints of Razzmatazz #DB0162
RGB
CMYK
RGB Variations
Color information
#DB0162 (or 0xDB0162) is known color: Razzmatazz. HEX triplet: DB, 01 and 62. RGB value is (219,1,98). Sum of RGB (Red+Green+Blue) = 219+1+98=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0162 is #24FE9D. Grayscale: #4D4D4D. Windows color (decimal): -2424478 or 6423003. OLE color: 6423003.
HSL color Cylindrical-coordinate representation of color #DB0162: hue angle of 333.3º 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 #DB0162 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.14 |
| HSL | 333.3º | 0.99% | 0.43% | - |
| HSV(B) | 333.3º | 1% | 0.86% | - |
| XYZ | 31.43 | 15.96 | 12.98 | - |
| YUV | 77.24 | 139.72 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 98 | 0 | 1.00 | 0.55 | 0.14 | 333.3 | 0.99 | 0.43 |
| Hex | DB | 1 | 62 | 0 | 64 | 37 | E | 14D | 63 | 2B |
| Octal | 333 | 1 | 142 | 0 | 144 | 67 | 16 | 515 | 143 | 53 |
| Binary | 11011011 | 1 | 1100010 | 0 | 1100100 | 110111 | 1110 | 101001101 | 1100011 | 101011 |
Color Harmonies of #DB0162
Complementary color
Monochromatic Colors of #DB0162
Black with #DB0162
Text Example
Text Example
White with #DB0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0162; }
p { color: rgb(219,1,98); }
H1.HeaderClassName
{
color: #DB0162;
}
.AnyTagClassName
{
color: #DB0162;
}
</style>
background-color css
<style>
a { background-color: #DB0162; }
a { background-color: rgb(219,1,98); }
div.DivClassName
{
background-color: #DB0162;
}
.BgClassName
{
background-color: #DB0162;
}
</style>
border-color css
<style>
span { border-color: #DB0162; }
span { border-color: rgb(219,1,98); }
td.TdClassName
{
border-color: #DB0162;
}
.TagClassName
{
border-color: #DB0162;
}
</style>