Shades of Razzmatazz #DB024B
Tints of Razzmatazz #DB024B
RGB
CMYK
RGB Variations
Color information
#DB024B (or 0xDB024B) is known color: Razzmatazz. HEX triplet: DB, 02 and 4B. RGB value is (219,2,75). Sum of RGB (Red+Green+Blue) = 219+2+75=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB024B is #24FDB4. Grayscale: #4B4B4B. Windows color (decimal): -2424245 or 4915931. OLE color: 4915931.
HSL color Cylindrical-coordinate representation of color #DB024B: hue angle of 339.82º 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 #DB024B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.14 |
| HSL | 339.82º | 0.98% | 0.43% | - |
| HSV(B) | 339.82º | 0.99% | 0.86% | - |
| XYZ | 30.51 | 15.61 | 8.06 | - |
| YUV | 75.21 | 127.89 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 75 | 0 | 0.99 | 0.66 | 0.14 | 339.82 | 0.98 | 0.43 |
| Hex | DB | 2 | 4B | 0 | 63 | 42 | E | 154 | 62 | 2B |
| Octal | 333 | 2 | 113 | 0 | 143 | 102 | 16 | 524 | 142 | 53 |
| Binary | 11011011 | 10 | 1001011 | 0 | 1100011 | 1000010 | 1110 | 101010100 | 1100010 | 101011 |
Color Harmonies of #DB024B
Complementary color
Monochromatic Colors of #DB024B
Black with #DB024B
Text Example
Text Example
White with #DB024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB024B; }
p { color: rgb(219,2,75); }
H1.HeaderClassName
{
color: #DB024B;
}
.AnyTagClassName
{
color: #DB024B;
}
</style>
background-color css
<style>
a { background-color: #DB024B; }
a { background-color: rgb(219,2,75); }
div.DivClassName
{
background-color: #DB024B;
}
.BgClassName
{
background-color: #DB024B;
}
</style>
border-color css
<style>
span { border-color: #DB024B; }
span { border-color: rgb(219,2,75); }
td.TdClassName
{
border-color: #DB024B;
}
.TagClassName
{
border-color: #DB024B;
}
</style>