Shades of Razzmatazz #DF024A
Tints of Razzmatazz #DF024A
RGB
CMYK
RGB Variations
Color information
#DF024A (or 0xDF024A) is known color: Razzmatazz. HEX triplet: DF, 02 and 4A. RGB value is (223,2,74). Sum of RGB (Red+Green+Blue) = 223+2+74=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF024A is #20FDB5. Grayscale: #4C4C4C. Windows color (decimal): -2162102 or 4850399. OLE color: 4850399.
HSL color Cylindrical-coordinate representation of color #DF024A: hue angle of 340.45º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF024A is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.13 |
| HSL | 340.45º | 0.98% | 0.44% | - |
| HSV(B) | 340.45º | 0.99% | 0.87% | - |
| XYZ | 31.69 | 16.23 | 7.94 | - |
| YUV | 76.29 | 126.72 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 74 | 0 | 0.99 | 0.67 | 0.13 | 340.45 | 0.98 | 0.44 |
| Hex | DF | 2 | 4A | 0 | 63 | 43 | D | 154 | 62 | 2C |
| Octal | 337 | 2 | 112 | 0 | 143 | 103 | 15 | 524 | 142 | 54 |
| Binary | 11011111 | 10 | 1001010 | 0 | 1100011 | 1000011 | 1101 | 101010100 | 1100010 | 101100 |
Color Harmonies of #DF024A
Complementary color
Monochromatic Colors of #DF024A
Black with #DF024A
Text Example
Text Example
White with #DF024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF024A; }
p { color: rgb(223,2,74); }
H1.HeaderClassName
{
color: #DF024A;
}
.AnyTagClassName
{
color: #DF024A;
}
</style>
background-color css
<style>
a { background-color: #DF024A; }
a { background-color: rgb(223,2,74); }
div.DivClassName
{
background-color: #DF024A;
}
.BgClassName
{
background-color: #DF024A;
}
</style>
border-color css
<style>
span { border-color: #DF024A; }
span { border-color: rgb(223,2,74); }
td.TdClassName
{
border-color: #DF024A;
}
.TagClassName
{
border-color: #DF024A;
}
</style>