Shades of Razzmatazz #DF0449
Tints of Razzmatazz #DF0449
RGB
CMYK
RGB Variations
Color information
#DF0449 (or 0xDF0449) is known color: Razzmatazz. HEX triplet: DF, 04 and 49. RGB value is (223,4,73). Sum of RGB (Red+Green+Blue) = 223+4+73=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0449 is #20FBB6. Grayscale: #4D4D4D. Windows color (decimal): -2161591 or 4785375. OLE color: 4785375.
HSL color Cylindrical-coordinate representation of color #DF0449: hue angle of 341.1º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0449 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 73 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.13 |
| HSL | 341.1º | 0.96% | 0.45% | - |
| HSV(B) | 341.1º | 0.98% | 0.87% | - |
| XYZ | 31.68 | 16.26 | 7.77 | - |
| YUV | 77.35 | 125.55 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 73 | 0 | 0.98 | 0.67 | 0.13 | 341.1 | 0.96 | 0.45 |
| Hex | DF | 4 | 49 | 0 | 62 | 43 | D | 155 | 60 | 2D |
| Octal | 337 | 4 | 111 | 0 | 142 | 103 | 15 | 525 | 140 | 55 |
| Binary | 11011111 | 100 | 1001001 | 0 | 1100010 | 1000011 | 1101 | 101010101 | 1100000 | 101101 |
Color Harmonies of #DF0449
Complementary color
Monochromatic Colors of #DF0449
Black with #DF0449
Text Example
Text Example
White with #DF0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0449; }
p { color: rgb(223,4,73); }
H1.HeaderClassName
{
color: #DF0449;
}
.AnyTagClassName
{
color: #DF0449;
}
</style>
background-color css
<style>
a { background-color: #DF0449; }
a { background-color: rgb(223,4,73); }
div.DivClassName
{
background-color: #DF0449;
}
.BgClassName
{
background-color: #DF0449;
}
</style>
border-color css
<style>
span { border-color: #DF0449; }
span { border-color: rgb(223,4,73); }
td.TdClassName
{
border-color: #DF0449;
}
.TagClassName
{
border-color: #DF0449;
}
</style>