Shades of Razzmatazz #DB024E
Tints of Razzmatazz #DB024E
RGB
CMYK
RGB Variations
Color information
#DB024E (or 0xDB024E) is known color: Razzmatazz. HEX triplet: DB, 02 and 4E. RGB value is (219,2,78). Sum of RGB (Red+Green+Blue) = 219+2+78=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB024E is #24FDB1. Grayscale: #4B4B4B. Windows color (decimal): -2424242 or 5112539. OLE color: 5112539.
HSL color Cylindrical-coordinate representation of color #DB024E: hue angle of 338.99º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB024E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.14 |
| HSL | 338.99º | 0.98% | 0.43% | - |
| HSV(B) | 338.99º | 0.99% | 0.86% | - |
| XYZ | 30.61 | 15.65 | 8.62 | - |
| YUV | 75.55 | 129.39 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 78 | 0 | 0.99 | 0.64 | 0.14 | 338.99 | 0.98 | 0.43 |
| Hex | DB | 2 | 4E | 0 | 63 | 40 | E | 153 | 62 | 2B |
| Octal | 333 | 2 | 116 | 0 | 143 | 100 | 16 | 523 | 142 | 53 |
| Binary | 11011011 | 10 | 1001110 | 0 | 1100011 | 1000000 | 1110 | 101010011 | 1100010 | 101011 |
Color Harmonies of #DB024E
Complementary color
Monochromatic Colors of #DB024E
Black with #DB024E
Text Example
Text Example
White with #DB024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB024E; }
p { color: rgb(219,2,78); }
H1.HeaderClassName
{
color: #DB024E;
}
.AnyTagClassName
{
color: #DB024E;
}
</style>
background-color css
<style>
a { background-color: #DB024E; }
a { background-color: rgb(219,2,78); }
div.DivClassName
{
background-color: #DB024E;
}
.BgClassName
{
background-color: #DB024E;
}
</style>
border-color css
<style>
span { border-color: #DB024E; }
span { border-color: rgb(219,2,78); }
td.TdClassName
{
border-color: #DB024E;
}
.TagClassName
{
border-color: #DB024E;
}
</style>