Shades of Razzmatazz #DF044A
Tints of Razzmatazz #DF044A
RGB
CMYK
RGB Variations
Color information
#DF044A (or 0xDF044A) is known color: Razzmatazz. HEX triplet: DF, 04 and 4A. RGB value is (223,4,74). Sum of RGB (Red+Green+Blue) = 223+4+74=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF044A is #20FBB5. Grayscale: #4D4D4D. Windows color (decimal): -2161590 or 4850911. OLE color: 4850911.
HSL color Cylindrical-coordinate representation of color #DF044A: hue angle of 340.82º 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 #DF044A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.13 |
| HSL | 340.82º | 0.96% | 0.45% | - |
| HSV(B) | 340.82º | 0.98% | 0.87% | - |
| XYZ | 31.71 | 16.27 | 7.95 | - |
| YUV | 77.46 | 126.05 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 74 | 0 | 0.98 | 0.67 | 0.13 | 340.82 | 0.96 | 0.45 |
| Hex | DF | 4 | 4A | 0 | 62 | 43 | D | 155 | 60 | 2D |
| Octal | 337 | 4 | 112 | 0 | 142 | 103 | 15 | 525 | 140 | 55 |
| Binary | 11011111 | 100 | 1001010 | 0 | 1100010 | 1000011 | 1101 | 101010101 | 1100000 | 101101 |
Color Harmonies of #DF044A
Complementary color
Monochromatic Colors of #DF044A
Black with #DF044A
Text Example
Text Example
White with #DF044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF044A; }
p { color: rgb(223,4,74); }
H1.HeaderClassName
{
color: #DF044A;
}
.AnyTagClassName
{
color: #DF044A;
}
</style>
background-color css
<style>
a { background-color: #DF044A; }
a { background-color: rgb(223,4,74); }
div.DivClassName
{
background-color: #DF044A;
}
.BgClassName
{
background-color: #DF044A;
}
</style>
border-color css
<style>
span { border-color: #DF044A; }
span { border-color: rgb(223,4,74); }
td.TdClassName
{
border-color: #DF044A;
}
.TagClassName
{
border-color: #DF044A;
}
</style>