Shades of Razzmatazz #DF004C
Tints of Razzmatazz #DF004C
RGB
CMYK
RGB Variations
Color information
#DF004C (or 0xDF004C) is known color: Razzmatazz. HEX triplet: DF, 00 and 4C. RGB value is (223,0,76). Sum of RGB (Red+Green+Blue) = 223+0+76=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF004C is #20FFB3. Grayscale: #4B4B4B. Windows color (decimal): -2162612 or 4980959. OLE color: 4980959.
HSL color Cylindrical-coordinate representation of color #DF004C: hue angle of 339.55º 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 #DF004C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.66 | 0.13 |
| HSL | 339.55º | 1% | 0.44% | - |
| HSV(B) | 339.55º | 1% | 0.87% | - |
| XYZ | 31.74 | 16.21 | 8.29 | - |
| YUV | 75.34 | 128.38 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 76 | 0 | 1 | 0.66 | 0.13 | 339.55 | 1 | 0.44 |
| Hex | DF | 0 | 4C | 0 | 64 | 42 | D | 154 | 64 | 2C |
| Octal | 337 | 0 | 114 | 0 | 144 | 102 | 15 | 524 | 144 | 54 |
| Binary | 11011111 | 0 | 1001100 | 0 | 1100100 | 1000010 | 1101 | 101010100 | 1100100 | 101100 |
Color Harmonies of #DF004C
Complementary color
Monochromatic Colors of #DF004C
Black with #DF004C
Text Example
Text Example
White with #DF004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF004C; }
p { color: rgb(223,0,76); }
H1.HeaderClassName
{
color: #DF004C;
}
.AnyTagClassName
{
color: #DF004C;
}
</style>
background-color css
<style>
a { background-color: #DF004C; }
a { background-color: rgb(223,0,76); }
div.DivClassName
{
background-color: #DF004C;
}
.BgClassName
{
background-color: #DF004C;
}
</style>
border-color css
<style>
span { border-color: #DF004C; }
span { border-color: rgb(223,0,76); }
td.TdClassName
{
border-color: #DF004C;
}
.TagClassName
{
border-color: #DF004C;
}
</style>