Shades of Razzmatazz #DF025E
Tints of Razzmatazz #DF025E
RGB
CMYK
RGB Variations
Color information
#DF025E (or 0xDF025E) is known color: Razzmatazz. HEX triplet: DF, 02 and 5E. RGB value is (223,2,94). Sum of RGB (Red+Green+Blue) = 223+2+94=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF025E is #20FDA1. Grayscale: #4E4E4E. Windows color (decimal): -2162082 or 6161119. OLE color: 6161119.
HSL color Cylindrical-coordinate representation of color #DF025E: hue angle of 335.02º 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 #DF025E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 94 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.13 |
| HSL | 335.02º | 0.98% | 0.44% | - |
| HSV(B) | 335.02º | 0.99% | 0.87% | - |
| XYZ | 32.47 | 16.54 | 12.07 | - |
| YUV | 78.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 94 | 0 | 0.99 | 0.58 | 0.13 | 335.02 | 0.98 | 0.44 |
| Hex | DF | 2 | 5E | 0 | 63 | 3A | D | 14F | 62 | 2C |
| Octal | 337 | 2 | 136 | 0 | 143 | 72 | 15 | 517 | 142 | 54 |
| Binary | 11011111 | 10 | 1011110 | 0 | 1100011 | 111010 | 1101 | 101001111 | 1100010 | 101100 |
Color Harmonies of #DF025E
Complementary color
Monochromatic Colors of #DF025E
Black with #DF025E
Text Example
Text Example
White with #DF025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF025E; }
p { color: rgb(223,2,94); }
H1.HeaderClassName
{
color: #DF025E;
}
.AnyTagClassName
{
color: #DF025E;
}
</style>
background-color css
<style>
a { background-color: #DF025E; }
a { background-color: rgb(223,2,94); }
div.DivClassName
{
background-color: #DF025E;
}
.BgClassName
{
background-color: #DF025E;
}
</style>
border-color css
<style>
span { border-color: #DF025E; }
span { border-color: rgb(223,2,94); }
td.TdClassName
{
border-color: #DF025E;
}
.TagClassName
{
border-color: #DF025E;
}
</style>