Shades of Razzmatazz #DB045F
Tints of Razzmatazz #DB045F
RGB
CMYK
RGB Variations
Color information
#DB045F (or 0xDB045F) is known color: Razzmatazz. HEX triplet: DB, 04 and 5F. RGB value is (219,4,95). Sum of RGB (Red+Green+Blue) = 219+4+95=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB045F is #24FBA0. Grayscale: #4E4E4E. Windows color (decimal): -2423713 or 6227163. OLE color: 6227163.
HSL color Cylindrical-coordinate representation of color #DB045F: hue angle of 334.6º 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 #DB045F is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 95 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.14 |
| HSL | 334.6º | 0.96% | 0.44% | - |
| HSV(B) | 334.6º | 0.98% | 0.86% | - |
| XYZ | 31.32 | 15.97 | 12.26 | - |
| YUV | 78.66 | 137.23 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 95 | 0 | 0.98 | 0.57 | 0.14 | 334.6 | 0.96 | 0.44 |
| Hex | DB | 4 | 5F | 0 | 62 | 39 | E | 14F | 60 | 2C |
| Octal | 333 | 4 | 137 | 0 | 142 | 71 | 16 | 517 | 140 | 54 |
| Binary | 11011011 | 100 | 1011111 | 0 | 1100010 | 111001 | 1110 | 101001111 | 1100000 | 101100 |
Color Harmonies of #DB045F
Complementary color
Monochromatic Colors of #DB045F
Black with #DB045F
Text Example
Text Example
White with #DB045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB045F; }
p { color: rgb(219,4,95); }
H1.HeaderClassName
{
color: #DB045F;
}
.AnyTagClassName
{
color: #DB045F;
}
</style>
background-color css
<style>
a { background-color: #DB045F; }
a { background-color: rgb(219,4,95); }
div.DivClassName
{
background-color: #DB045F;
}
.BgClassName
{
background-color: #DB045F;
}
</style>
border-color css
<style>
span { border-color: #DB045F; }
span { border-color: rgb(219,4,95); }
td.TdClassName
{
border-color: #DB045F;
}
.TagClassName
{
border-color: #DB045F;
}
</style>