Shades of Razzmatazz #DB0351
Tints of Razzmatazz #DB0351
RGB
CMYK
RGB Variations
Color information
#DB0351 (or 0xDB0351) is known color: Razzmatazz. HEX triplet: DB, 03 and 51. RGB value is (219,3,81). Sum of RGB (Red+Green+Blue) = 219+3+81=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0351 is #24FCAE. Grayscale: #4C4C4C. Windows color (decimal): -2423983 or 5309403. OLE color: 5309403.
HSL color Cylindrical-coordinate representation of color #DB0351: hue angle of 338.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0351 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.14 |
| HSL | 338.33º | 0.97% | 0.44% | - |
| HSV(B) | 338.33º | 0.99% | 0.86% | - |
| XYZ | 30.73 | 15.72 | 9.2 | - |
| YUV | 76.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 81 | 0 | 0.99 | 0.63 | 0.14 | 338.33 | 0.97 | 0.44 |
| Hex | DB | 3 | 51 | 0 | 63 | 3F | E | 152 | 61 | 2C |
| Octal | 333 | 3 | 121 | 0 | 143 | 77 | 16 | 522 | 141 | 54 |
| Binary | 11011011 | 11 | 1010001 | 0 | 1100011 | 111111 | 1110 | 101010010 | 1100001 | 101100 |
Color Harmonies of #DB0351
Complementary color
Monochromatic Colors of #DB0351
Black with #DB0351
Text Example
Text Example
White with #DB0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0351; }
p { color: rgb(219,3,81); }
H1.HeaderClassName
{
color: #DB0351;
}
.AnyTagClassName
{
color: #DB0351;
}
</style>
background-color css
<style>
a { background-color: #DB0351; }
a { background-color: rgb(219,3,81); }
div.DivClassName
{
background-color: #DB0351;
}
.BgClassName
{
background-color: #DB0351;
}
</style>
border-color css
<style>
span { border-color: #DB0351; }
span { border-color: rgb(219,3,81); }
td.TdClassName
{
border-color: #DB0351;
}
.TagClassName
{
border-color: #DB0351;
}
</style>