Shades of Razzmatazz #DB075A
Tints of Razzmatazz #DB075A
RGB
CMYK
RGB Variations
Color information
#DB075A (or 0xDB075A) is known color: Razzmatazz. HEX triplet: DB, 07 and 5A. RGB value is (219,7,90). Sum of RGB (Red+Green+Blue) = 219+7+90=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB075A is #24F8A5. Grayscale: #4F4F4F. Windows color (decimal): -2422950 or 5900251. OLE color: 5900251.
HSL color Cylindrical-coordinate representation of color #DB075A: hue angle of 336.51º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB075A is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 90 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.14 |
| HSL | 336.51º | 0.94% | 0.44% | - |
| HSV(B) | 336.51º | 0.97% | 0.86% | - |
| XYZ | 31.13 | 15.95 | 11.11 | - |
| YUV | 79.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 90 | 0 | 0.97 | 0.59 | 0.14 | 336.51 | 0.94 | 0.44 |
| Hex | DB | 7 | 5A | 0 | 61 | 3B | E | 151 | 5E | 2C |
| Octal | 333 | 7 | 132 | 0 | 141 | 73 | 16 | 521 | 136 | 54 |
| Binary | 11011011 | 111 | 1011010 | 0 | 1100001 | 111011 | 1110 | 101010001 | 1011110 | 101100 |
Color Harmonies of #DB075A
Complementary color
Monochromatic Colors of #DB075A
Black with #DB075A
Text Example
Text Example
White with #DB075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB075A; }
p { color: rgb(219,7,90); }
H1.HeaderClassName
{
color: #DB075A;
}
.AnyTagClassName
{
color: #DB075A;
}
</style>
background-color css
<style>
a { background-color: #DB075A; }
a { background-color: rgb(219,7,90); }
div.DivClassName
{
background-color: #DB075A;
}
.BgClassName
{
background-color: #DB075A;
}
</style>
border-color css
<style>
span { border-color: #DB075A; }
span { border-color: rgb(219,7,90); }
td.TdClassName
{
border-color: #DB075A;
}
.TagClassName
{
border-color: #DB075A;
}
</style>