Shades of Razzmatazz #DB0357
Tints of Razzmatazz #DB0357
RGB
CMYK
RGB Variations
Color information
#DB0357 (or 0xDB0357) is known color: Razzmatazz. HEX triplet: DB, 03 and 57. RGB value is (219,3,87). Sum of RGB (Red+Green+Blue) = 219+3+87=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0357 is #24FCA8. Grayscale: #4D4D4D. Windows color (decimal): -2423977 or 5702619. OLE color: 5702619.
HSL color Cylindrical-coordinate representation of color #DB0357: hue angle of 336.67º 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 #DB0357 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 87 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.14 |
| HSL | 336.67º | 0.97% | 0.44% | - |
| HSV(B) | 336.67º | 0.99% | 0.86% | - |
| XYZ | 30.97 | 15.81 | 10.44 | - |
| YUV | 77.16 | 133.56 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 87 | 0 | 0.99 | 0.60 | 0.14 | 336.67 | 0.97 | 0.44 |
| Hex | DB | 3 | 57 | 0 | 63 | 3C | E | 151 | 61 | 2C |
| Octal | 333 | 3 | 127 | 0 | 143 | 74 | 16 | 521 | 141 | 54 |
| Binary | 11011011 | 11 | 1010111 | 0 | 1100011 | 111100 | 1110 | 101010001 | 1100001 | 101100 |
Color Harmonies of #DB0357
Complementary color
Monochromatic Colors of #DB0357
Black with #DB0357
Text Example
Text Example
White with #DB0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0357; }
p { color: rgb(219,3,87); }
H1.HeaderClassName
{
color: #DB0357;
}
.AnyTagClassName
{
color: #DB0357;
}
</style>
background-color css
<style>
a { background-color: #DB0357; }
a { background-color: rgb(219,3,87); }
div.DivClassName
{
background-color: #DB0357;
}
.BgClassName
{
background-color: #DB0357;
}
</style>
border-color css
<style>
span { border-color: #DB0357; }
span { border-color: rgb(219,3,87); }
td.TdClassName
{
border-color: #DB0357;
}
.TagClassName
{
border-color: #DB0357;
}
</style>