Shades of Razzmatazz #DF0049
Tints of Razzmatazz #DF0049
RGB
CMYK
RGB Variations
Color information
#DF0049 (or 0xDF0049) is known color: Razzmatazz. HEX triplet: DF, 00 and 49. RGB value is (223,0,73). Sum of RGB (Red+Green+Blue) = 223+0+73=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0049 is #20FFB6. Grayscale: #4A4A4A. Windows color (decimal): -2162615 or 4784351. OLE color: 4784351.
HSL color Cylindrical-coordinate representation of color #DF0049: hue angle of 340.36º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0049 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.67 | 0.13 |
| HSL | 340.36º | 1% | 0.44% | - |
| HSV(B) | 340.36º | 1% | 0.87% | - |
| XYZ | 31.63 | 16.17 | 7.76 | - |
| YUV | 75 | 126.88 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 73 | 0 | 1 | 0.67 | 0.13 | 340.36 | 1 | 0.44 |
| Hex | DF | 0 | 49 | 0 | 64 | 43 | D | 154 | 64 | 2C |
| Octal | 337 | 0 | 111 | 0 | 144 | 103 | 15 | 524 | 144 | 54 |
| Binary | 11011111 | 0 | 1001001 | 0 | 1100100 | 1000011 | 1101 | 101010100 | 1100100 | 101100 |
Color Harmonies of #DF0049
Complementary color
Monochromatic Colors of #DF0049
Black with #DF0049
Text Example
Text Example
White with #DF0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0049; }
p { color: rgb(223,0,73); }
H1.HeaderClassName
{
color: #DF0049;
}
.AnyTagClassName
{
color: #DF0049;
}
</style>
background-color css
<style>
a { background-color: #DF0049; }
a { background-color: rgb(223,0,73); }
div.DivClassName
{
background-color: #DF0049;
}
.BgClassName
{
background-color: #DF0049;
}
</style>
border-color css
<style>
span { border-color: #DF0049; }
span { border-color: rgb(223,0,73); }
td.TdClassName
{
border-color: #DF0049;
}
.TagClassName
{
border-color: #DF0049;
}
</style>