Shades of Razzmatazz #DF044D
Tints of Razzmatazz #DF044D
RGB
CMYK
RGB Variations
Color information
#DF044D (or 0xDF044D) is known color: Razzmatazz. HEX triplet: DF, 04 and 4D. RGB value is (223,4,77). Sum of RGB (Red+Green+Blue) = 223+4+77=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF044D is #20FBB2. Grayscale: #4D4D4D. Windows color (decimal): -2161587 or 5047519. OLE color: 5047519.
HSL color Cylindrical-coordinate representation of color #DF044D: hue angle of 340º 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 #DF044D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.13 |
| HSL | 340º | 0.96% | 0.45% | - |
| HSV(B) | 340º | 0.98% | 0.87% | - |
| XYZ | 31.81 | 16.31 | 8.49 | - |
| YUV | 77.8 | 127.55 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 77 | 0 | 0.98 | 0.65 | 0.13 | 340 | 0.96 | 0.45 |
| Hex | DF | 4 | 4D | 0 | 62 | 41 | D | 154 | 60 | 2D |
| Octal | 337 | 4 | 115 | 0 | 142 | 101 | 15 | 524 | 140 | 55 |
| Binary | 11011111 | 100 | 1001101 | 0 | 1100010 | 1000001 | 1101 | 101010100 | 1100000 | 101101 |
Color Harmonies of #DF044D
Complementary color
Monochromatic Colors of #DF044D
Black with #DF044D
Text Example
Text Example
White with #DF044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF044D; }
p { color: rgb(223,4,77); }
H1.HeaderClassName
{
color: #DF044D;
}
.AnyTagClassName
{
color: #DF044D;
}
</style>
background-color css
<style>
a { background-color: #DF044D; }
a { background-color: rgb(223,4,77); }
div.DivClassName
{
background-color: #DF044D;
}
.BgClassName
{
background-color: #DF044D;
}
</style>
border-color css
<style>
span { border-color: #DF044D; }
span { border-color: rgb(223,4,77); }
td.TdClassName
{
border-color: #DF044D;
}
.TagClassName
{
border-color: #DF044D;
}
</style>