Shades of Razzmatazz #DF0E5B
Tints of Razzmatazz #DF0E5B
RGB
CMYK
RGB Variations
Color information
#DF0E5B (or 0xDF0E5B) is known color: Razzmatazz. HEX triplet: DF, 0E and 5B. RGB value is (223,14,91). Sum of RGB (Red+Green+Blue) = 223+14+91=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E5B is #20F1A4. Grayscale: #555555. Windows color (decimal): -2159013 or 5967583. OLE color: 5967583.
HSL color Cylindrical-coordinate representation of color #DF0E5B: hue angle of 337.89º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E5B is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 91 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.13 |
| HSL | 337.89º | 0.88% | 0.46% | - |
| HSV(B) | 337.89º | 0.94% | 0.87% | - |
| XYZ | 32.48 | 16.76 | 11.42 | - |
| YUV | 85.27 | 131.24 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 91 | 0 | 0.94 | 0.59 | 0.13 | 337.89 | 0.88 | 0.46 |
| Hex | DF | E | 5B | 0 | 5E | 3B | D | 152 | 58 | 2E |
| Octal | 337 | 16 | 133 | 0 | 136 | 73 | 15 | 522 | 130 | 56 |
| Binary | 11011111 | 1110 | 1011011 | 0 | 1011110 | 111011 | 1101 | 101010010 | 1011000 | 101110 |
Color Harmonies of #DF0E5B
Complementary color
Monochromatic Colors of #DF0E5B
Black with #DF0E5B
Text Example
Text Example
White with #DF0E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E5B; }
p { color: rgb(223,14,91); }
H1.HeaderClassName
{
color: #DF0E5B;
}
.AnyTagClassName
{
color: #DF0E5B;
}
</style>
background-color css
<style>
a { background-color: #DF0E5B; }
a { background-color: rgb(223,14,91); }
div.DivClassName
{
background-color: #DF0E5B;
}
.BgClassName
{
background-color: #DF0E5B;
}
</style>
border-color css
<style>
span { border-color: #DF0E5B; }
span { border-color: rgb(223,14,91); }
td.TdClassName
{
border-color: #DF0E5B;
}
.TagClassName
{
border-color: #DF0E5B;
}
</style>