Shades of Razzmatazz #DF0047
Tints of Razzmatazz #DF0047
RGB
CMYK
RGB Variations
Color information
#DF0047 (or 0xDF0047) is known color: Razzmatazz. HEX triplet: DF, 00 and 47. RGB value is (223,0,71). Sum of RGB (Red+Green+Blue) = 223+0+71=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0047 is #20FFB8. Grayscale: #4A4A4A. Windows color (decimal): -2162617 or 4653279. OLE color: 4653279.
HSL color Cylindrical-coordinate representation of color #DF0047: hue angle of 340.9º 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 #DF0047 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.68 | 0.13 |
| HSL | 340.9º | 1% | 0.44% | - |
| HSV(B) | 340.9º | 1% | 0.87% | - |
| XYZ | 31.57 | 16.14 | 7.41 | - |
| YUV | 74.77 | 125.88 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 71 | 0 | 1 | 0.68 | 0.13 | 340.9 | 1 | 0.44 |
| Hex | DF | 0 | 47 | 0 | 64 | 44 | D | 155 | 64 | 2C |
| Octal | 337 | 0 | 107 | 0 | 144 | 104 | 15 | 525 | 144 | 54 |
| Binary | 11011111 | 0 | 1000111 | 0 | 1100100 | 1000100 | 1101 | 101010101 | 1100100 | 101100 |
Color Harmonies of #DF0047
Complementary color
Monochromatic Colors of #DF0047
Black with #DF0047
Text Example
Text Example
White with #DF0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0047; }
p { color: rgb(223,0,71); }
H1.HeaderClassName
{
color: #DF0047;
}
.AnyTagClassName
{
color: #DF0047;
}
</style>
background-color css
<style>
a { background-color: #DF0047; }
a { background-color: rgb(223,0,71); }
div.DivClassName
{
background-color: #DF0047;
}
.BgClassName
{
background-color: #DF0047;
}
</style>
border-color css
<style>
span { border-color: #DF0047; }
span { border-color: rgb(223,0,71); }
td.TdClassName
{
border-color: #DF0047;
}
.TagClassName
{
border-color: #DF0047;
}
</style>