Shades of Razzmatazz #DB0361
Tints of Razzmatazz #DB0361
RGB
CMYK
RGB Variations
Color information
#DB0361 (or 0xDB0361) is known color: Razzmatazz. HEX triplet: DB, 03 and 61. RGB value is (219,3,97). Sum of RGB (Red+Green+Blue) = 219+3+97=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0361 is #24FC9E. Grayscale: #4E4E4E. Windows color (decimal): -2423967 or 6357979. OLE color: 6357979.
HSL color Cylindrical-coordinate representation of color #DB0361: hue angle of 333.89º 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 #DB0361 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 97 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.14 |
| HSL | 333.89º | 0.97% | 0.44% | - |
| HSV(B) | 333.89º | 0.99% | 0.86% | - |
| XYZ | 31.4 | 15.99 | 12.74 | - |
| YUV | 78.3 | 138.56 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 97 | 0 | 0.99 | 0.56 | 0.14 | 333.89 | 0.97 | 0.44 |
| Hex | DB | 3 | 61 | 0 | 63 | 38 | E | 14E | 61 | 2C |
| Octal | 333 | 3 | 141 | 0 | 143 | 70 | 16 | 516 | 141 | 54 |
| Binary | 11011011 | 11 | 1100001 | 0 | 1100011 | 111000 | 1110 | 101001110 | 1100001 | 101100 |
Color Harmonies of #DB0361
Complementary color
Monochromatic Colors of #DB0361
Black with #DB0361
Text Example
Text Example
White with #DB0361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0361; }
p { color: rgb(219,3,97); }
H1.HeaderClassName
{
color: #DB0361;
}
.AnyTagClassName
{
color: #DB0361;
}
</style>
background-color css
<style>
a { background-color: #DB0361; }
a { background-color: rgb(219,3,97); }
div.DivClassName
{
background-color: #DB0361;
}
.BgClassName
{
background-color: #DB0361;
}
</style>
border-color css
<style>
span { border-color: #DB0361; }
span { border-color: rgb(219,3,97); }
td.TdClassName
{
border-color: #DB0361;
}
.TagClassName
{
border-color: #DB0361;
}
</style>