Shades of Razzmatazz #DB0364
Tints of Razzmatazz #DB0364
RGB
CMYK
RGB Variations
Color information
#DB0364 (or 0xDB0364) is known color: Razzmatazz. HEX triplet: DB, 03 and 64. RGB value is (219,3,100). Sum of RGB (Red+Green+Blue) = 219+3+100=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0364 is #24FC9B. Grayscale: #4E4E4E. Windows color (decimal): -2423964 or 6554587. OLE color: 6554587.
HSL color Cylindrical-coordinate representation of color #DB0364: hue angle of 333.06º 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 #DB0364 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.14 |
| HSL | 333.06º | 0.97% | 0.44% | - |
| HSV(B) | 333.06º | 0.99% | 0.86% | - |
| XYZ | 31.55 | 16.05 | 13.49 | - |
| YUV | 78.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 100 | 0 | 0.99 | 0.54 | 0.14 | 333.06 | 0.97 | 0.44 |
| Hex | DB | 3 | 64 | 0 | 63 | 36 | E | 14D | 61 | 2C |
| Octal | 333 | 3 | 144 | 0 | 143 | 66 | 16 | 515 | 141 | 54 |
| Binary | 11011011 | 11 | 1100100 | 0 | 1100011 | 110110 | 1110 | 101001101 | 1100001 | 101100 |
Color Harmonies of #DB0364
Complementary color
Monochromatic Colors of #DB0364
Black with #DB0364
Text Example
Text Example
White with #DB0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0364; }
p { color: rgb(219,3,100); }
H1.HeaderClassName
{
color: #DB0364;
}
.AnyTagClassName
{
color: #DB0364;
}
</style>
background-color css
<style>
a { background-color: #DB0364; }
a { background-color: rgb(219,3,100); }
div.DivClassName
{
background-color: #DB0364;
}
.BgClassName
{
background-color: #DB0364;
}
</style>
border-color css
<style>
span { border-color: #DB0364; }
span { border-color: rgb(219,3,100); }
td.TdClassName
{
border-color: #DB0364;
}
.TagClassName
{
border-color: #DB0364;
}
</style>