Shades of Razzmatazz #DB0168
Tints of Razzmatazz #DB0168
RGB
CMYK
RGB Variations
Color information
#DB0168 (or 0xDB0168) is known color: Razzmatazz. HEX triplet: DB, 01 and 68. RGB value is (219,1,104). Sum of RGB (Red+Green+Blue) = 219+1+104=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0168 is #24FE97. Grayscale: #4D4D4D. Windows color (decimal): -2424472 or 6816219. OLE color: 6816219.
HSL color Cylindrical-coordinate representation of color #DB0168: hue angle of 331.65º 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 #DB0168 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.14 |
| HSL | 331.65º | 0.99% | 0.43% | - |
| HSV(B) | 331.65º | 1% | 0.86% | - |
| XYZ | 31.72 | 16.08 | 14.53 | - |
| YUV | 77.92 | 142.72 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 104 | 0 | 1.00 | 0.53 | 0.14 | 331.65 | 0.99 | 0.43 |
| Hex | DB | 1 | 68 | 0 | 64 | 35 | E | 14C | 63 | 2B |
| Octal | 333 | 1 | 150 | 0 | 144 | 65 | 16 | 514 | 143 | 53 |
| Binary | 11011011 | 1 | 1101000 | 0 | 1100100 | 110101 | 1110 | 101001100 | 1100011 | 101011 |
Color Harmonies of #DB0168
Complementary color
Monochromatic Colors of #DB0168
Black with #DB0168
Text Example
Text Example
White with #DB0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0168; }
p { color: rgb(219,1,104); }
H1.HeaderClassName
{
color: #DB0168;
}
.AnyTagClassName
{
color: #DB0168;
}
</style>
background-color css
<style>
a { background-color: #DB0168; }
a { background-color: rgb(219,1,104); }
div.DivClassName
{
background-color: #DB0168;
}
.BgClassName
{
background-color: #DB0168;
}
</style>
border-color css
<style>
span { border-color: #DB0168; }
span { border-color: rgb(219,1,104); }
td.TdClassName
{
border-color: #DB0168;
}
.TagClassName
{
border-color: #DB0168;
}
</style>