Shades of Razzmatazz #DB0752
Tints of Razzmatazz #DB0752
RGB
CMYK
RGB Variations
Color information
#DB0752 (or 0xDB0752) is known color: Razzmatazz. HEX triplet: DB, 07 and 52. RGB value is (219,7,82). Sum of RGB (Red+Green+Blue) = 219+7+82=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0752 is #24F8AD. Grayscale: #4E4E4E. Windows color (decimal): -2422958 or 5375963. OLE color: 5375963.
HSL color Cylindrical-coordinate representation of color #DB0752: hue angle of 338.77º 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 #DB0752 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.14 |
| HSL | 338.77º | 0.94% | 0.44% | - |
| HSV(B) | 338.77º | 0.97% | 0.86% | - |
| XYZ | 30.81 | 15.82 | 9.41 | - |
| YUV | 78.94 | 129.74 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 82 | 0 | 0.97 | 0.63 | 0.14 | 338.77 | 0.94 | 0.44 |
| Hex | DB | 7 | 52 | 0 | 61 | 3F | E | 153 | 5E | 2C |
| Octal | 333 | 7 | 122 | 0 | 141 | 77 | 16 | 523 | 136 | 54 |
| Binary | 11011011 | 111 | 1010010 | 0 | 1100001 | 111111 | 1110 | 101010011 | 1011110 | 101100 |
Color Harmonies of #DB0752
Complementary color
Monochromatic Colors of #DB0752
Black with #DB0752
Text Example
Text Example
White with #DB0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0752; }
p { color: rgb(219,7,82); }
H1.HeaderClassName
{
color: #DB0752;
}
.AnyTagClassName
{
color: #DB0752;
}
</style>
background-color css
<style>
a { background-color: #DB0752; }
a { background-color: rgb(219,7,82); }
div.DivClassName
{
background-color: #DB0752;
}
.BgClassName
{
background-color: #DB0752;
}
</style>
border-color css
<style>
span { border-color: #DB0752; }
span { border-color: rgb(219,7,82); }
td.TdClassName
{
border-color: #DB0752;
}
.TagClassName
{
border-color: #DB0752;
}
</style>