Shades of Razzmatazz #DF0072
Tints of Razzmatazz #DF0072
RGB
CMYK
RGB Variations
Color information
#DF0072 (or 0xDF0072) is known color: Razzmatazz. HEX triplet: DF, 00 and 72. RGB value is (223,0,114). Sum of RGB (Red+Green+Blue) = 223+0+114=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0072 is #20FF8D. Grayscale: #4F4F4F. Windows color (decimal): -2162574 or 7471327. OLE color: 7471327.
HSL color Cylindrical-coordinate representation of color #DF0072: hue angle of 329.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0072 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.49 | 0.13 |
| HSL | 329.33º | 1% | 0.44% | - |
| HSV(B) | 329.33º | 1% | 0.87% | - |
| XYZ | 33.47 | 16.9 | 17.42 | - |
| YUV | 79.67 | 147.38 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 114 | 0 | 1 | 0.49 | 0.13 | 329.33 | 1 | 0.44 |
| Hex | DF | 0 | 72 | 0 | 64 | 31 | D | 149 | 64 | 2C |
| Octal | 337 | 0 | 162 | 0 | 144 | 61 | 15 | 511 | 144 | 54 |
| Binary | 11011111 | 0 | 1110010 | 0 | 1100100 | 110001 | 1101 | 101001001 | 1100100 | 101100 |
Color Harmonies of #DF0072
Complementary color
Monochromatic Colors of #DF0072
Black with #DF0072
Text Example
Text Example
White with #DF0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0072; }
p { color: rgb(223,0,114); }
H1.HeaderClassName
{
color: #DF0072;
}
.AnyTagClassName
{
color: #DF0072;
}
</style>
background-color css
<style>
a { background-color: #DF0072; }
a { background-color: rgb(223,0,114); }
div.DivClassName
{
background-color: #DF0072;
}
.BgClassName
{
background-color: #DF0072;
}
</style>
border-color css
<style>
span { border-color: #DF0072; }
span { border-color: rgb(223,0,114); }
td.TdClassName
{
border-color: #DF0072;
}
.TagClassName
{
border-color: #DF0072;
}
</style>