Shades of Razzmatazz #DB004A
Tints of Razzmatazz #DB004A
RGB
CMYK
RGB Variations
Color information
#DB004A (or 0xDB004A) is known color: Razzmatazz. HEX triplet: DB, 00 and 4A. RGB value is (219,0,74). Sum of RGB (Red+Green+Blue) = 219+0+74=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB004A is #24FFB5. Grayscale: #494949. Windows color (decimal): -2424758 or 4849883. OLE color: 4849883.
HSL color Cylindrical-coordinate representation of color #DB004A: hue angle of 339.73º 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 #DB004A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.66 | 0.14 |
| HSL | 339.73º | 1% | 0.43% | - |
| HSV(B) | 339.73º | 1% | 0.86% | - |
| XYZ | 30.45 | 15.55 | 7.88 | - |
| YUV | 73.92 | 128.05 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 74 | 0 | 1 | 0.66 | 0.14 | 339.73 | 1 | 0.43 |
| Hex | DB | 0 | 4A | 0 | 64 | 42 | E | 154 | 64 | 2B |
| Octal | 333 | 0 | 112 | 0 | 144 | 102 | 16 | 524 | 144 | 53 |
| Binary | 11011011 | 0 | 1001010 | 0 | 1100100 | 1000010 | 1110 | 101010100 | 1100100 | 101011 |
Color Harmonies of #DB004A
Complementary color
Monochromatic Colors of #DB004A
Black with #DB004A
Text Example
Text Example
White with #DB004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB004A; }
p { color: rgb(219,0,74); }
H1.HeaderClassName
{
color: #DB004A;
}
.AnyTagClassName
{
color: #DB004A;
}
</style>
background-color css
<style>
a { background-color: #DB004A; }
a { background-color: rgb(219,0,74); }
div.DivClassName
{
background-color: #DB004A;
}
.BgClassName
{
background-color: #DB004A;
}
</style>
border-color css
<style>
span { border-color: #DB004A; }
span { border-color: rgb(219,0,74); }
td.TdClassName
{
border-color: #DB004A;
}
.TagClassName
{
border-color: #DB004A;
}
</style>