Shades of Razzmatazz #DB0154
Tints of Razzmatazz #DB0154
RGB
CMYK
RGB Variations
Color information
#DB0154 (or 0xDB0154) is known color: Razzmatazz. HEX triplet: DB, 01 and 54. RGB value is (219,1,84). Sum of RGB (Red+Green+Blue) = 219+1+84=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0154 is #24FEAB. Grayscale: #4B4B4B. Windows color (decimal): -2424492 or 5505499. OLE color: 5505499.
HSL color Cylindrical-coordinate representation of color #DB0154: hue angle of 337.16º 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 #DB0154 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.14 |
| HSL | 337.16º | 0.99% | 0.43% | - |
| HSV(B) | 337.16º | 1% | 0.86% | - |
| XYZ | 30.82 | 15.72 | 9.8 | - |
| YUV | 75.64 | 132.72 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 84 | 0 | 1.00 | 0.62 | 0.14 | 337.16 | 0.99 | 0.43 |
| Hex | DB | 1 | 54 | 0 | 64 | 3E | E | 151 | 63 | 2B |
| Octal | 333 | 1 | 124 | 0 | 144 | 76 | 16 | 521 | 143 | 53 |
| Binary | 11011011 | 1 | 1010100 | 0 | 1100100 | 111110 | 1110 | 101010001 | 1100011 | 101011 |
Color Harmonies of #DB0154
Complementary color
Monochromatic Colors of #DB0154
Black with #DB0154
Text Example
Text Example
White with #DB0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0154; }
p { color: rgb(219,1,84); }
H1.HeaderClassName
{
color: #DB0154;
}
.AnyTagClassName
{
color: #DB0154;
}
</style>
background-color css
<style>
a { background-color: #DB0154; }
a { background-color: rgb(219,1,84); }
div.DivClassName
{
background-color: #DB0154;
}
.BgClassName
{
background-color: #DB0154;
}
</style>
border-color css
<style>
span { border-color: #DB0154; }
span { border-color: rgb(219,1,84); }
td.TdClassName
{
border-color: #DB0154;
}
.TagClassName
{
border-color: #DB0154;
}
</style>