Shades of Razzmatazz #DF024F
Tints of Razzmatazz #DF024F
RGB
CMYK
RGB Variations
Color information
#DF024F (or 0xDF024F) is known color: Razzmatazz. HEX triplet: DF, 02 and 4F. RGB value is (223,2,79). Sum of RGB (Red+Green+Blue) = 223+2+79=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF024F is #20FDB0. Grayscale: #4C4C4C. Windows color (decimal): -2162097 or 5178079. OLE color: 5178079.
HSL color Cylindrical-coordinate representation of color #DF024F: hue angle of 339.1º 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 #DF024F is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.13 |
| HSL | 339.1º | 0.98% | 0.44% | - |
| HSV(B) | 339.1º | 0.99% | 0.87% | - |
| XYZ | 31.86 | 16.3 | 8.86 | - |
| YUV | 76.86 | 129.22 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 79 | 0 | 0.99 | 0.65 | 0.13 | 339.1 | 0.98 | 0.44 |
| Hex | DF | 2 | 4F | 0 | 63 | 41 | D | 153 | 62 | 2C |
| Octal | 337 | 2 | 117 | 0 | 143 | 101 | 15 | 523 | 142 | 54 |
| Binary | 11011111 | 10 | 1001111 | 0 | 1100011 | 1000001 | 1101 | 101010011 | 1100010 | 101100 |
Color Harmonies of #DF024F
Complementary color
Monochromatic Colors of #DF024F
Black with #DF024F
Text Example
Text Example
White with #DF024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF024F; }
p { color: rgb(223,2,79); }
H1.HeaderClassName
{
color: #DF024F;
}
.AnyTagClassName
{
color: #DF024F;
}
</style>
background-color css
<style>
a { background-color: #DF024F; }
a { background-color: rgb(223,2,79); }
div.DivClassName
{
background-color: #DF024F;
}
.BgClassName
{
background-color: #DF024F;
}
</style>
border-color css
<style>
span { border-color: #DF024F; }
span { border-color: rgb(223,2,79); }
td.TdClassName
{
border-color: #DF024F;
}
.TagClassName
{
border-color: #DF024F;
}
</style>