Shades of Razzmatazz #DB0452
Tints of Razzmatazz #DB0452
RGB
CMYK
RGB Variations
Color information
#DB0452 (or 0xDB0452) is known color: Razzmatazz. HEX triplet: DB, 04 and 52. RGB value is (219,4,82). Sum of RGB (Red+Green+Blue) = 219+4+82=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0452 is #24FBAD. Grayscale: #4D4D4D. Windows color (decimal): -2423726 or 5375195. OLE color: 5375195.
HSL color Cylindrical-coordinate representation of color #DB0452: hue angle of 338.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0452 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 82 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.14 |
| HSL | 338.23º | 0.96% | 0.44% | - |
| HSV(B) | 338.23º | 0.98% | 0.86% | - |
| XYZ | 30.78 | 15.76 | 9.4 | - |
| YUV | 77.18 | 130.73 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 82 | 0 | 0.98 | 0.63 | 0.14 | 338.23 | 0.96 | 0.44 |
| Hex | DB | 4 | 52 | 0 | 62 | 3F | E | 152 | 60 | 2C |
| Octal | 333 | 4 | 122 | 0 | 142 | 77 | 16 | 522 | 140 | 54 |
| Binary | 11011011 | 100 | 1010010 | 0 | 1100010 | 111111 | 1110 | 101010010 | 1100000 | 101100 |
Color Harmonies of #DB0452
Complementary color
Monochromatic Colors of #DB0452
Black with #DB0452
Text Example
Text Example
White with #DB0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0452; }
p { color: rgb(219,4,82); }
H1.HeaderClassName
{
color: #DB0452;
}
.AnyTagClassName
{
color: #DB0452;
}
</style>
background-color css
<style>
a { background-color: #DB0452; }
a { background-color: rgb(219,4,82); }
div.DivClassName
{
background-color: #DB0452;
}
.BgClassName
{
background-color: #DB0452;
}
</style>
border-color css
<style>
span { border-color: #DB0452; }
span { border-color: rgb(219,4,82); }
td.TdClassName
{
border-color: #DB0452;
}
.TagClassName
{
border-color: #DB0452;
}
</style>