Shades of Razzmatazz #DF0759
Tints of Razzmatazz #DF0759
RGB
CMYK
RGB Variations
Color information
#DF0759 (or 0xDF0759) is known color: Razzmatazz. HEX triplet: DF, 07 and 59. RGB value is (223,7,89). Sum of RGB (Red+Green+Blue) = 223+7+89=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0759 is #20F8A6. Grayscale: #505050. Windows color (decimal): -2160807 or 5834719. OLE color: 5834719.
HSL color Cylindrical-coordinate representation of color #DF0759: hue angle of 337.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0759 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 89 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.13 |
| HSL | 337.22º | 0.94% | 0.45% | - |
| HSV(B) | 337.22º | 0.97% | 0.87% | - |
| XYZ | 32.31 | 16.56 | 10.94 | - |
| YUV | 80.93 | 132.56 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 89 | 0 | 0.97 | 0.60 | 0.13 | 337.22 | 0.94 | 0.45 |
| Hex | DF | 7 | 59 | 0 | 61 | 3C | D | 151 | 5E | 2D |
| Octal | 337 | 7 | 131 | 0 | 141 | 74 | 15 | 521 | 136 | 55 |
| Binary | 11011111 | 111 | 1011001 | 0 | 1100001 | 111100 | 1101 | 101010001 | 1011110 | 101101 |
Color Harmonies of #DF0759
Complementary color
Monochromatic Colors of #DF0759
Black with #DF0759
Text Example
Text Example
White with #DF0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0759; }
p { color: rgb(223,7,89); }
H1.HeaderClassName
{
color: #DF0759;
}
.AnyTagClassName
{
color: #DF0759;
}
</style>
background-color css
<style>
a { background-color: #DF0759; }
a { background-color: rgb(223,7,89); }
div.DivClassName
{
background-color: #DF0759;
}
.BgClassName
{
background-color: #DF0759;
}
</style>
border-color css
<style>
span { border-color: #DF0759; }
span { border-color: rgb(223,7,89); }
td.TdClassName
{
border-color: #DF0759;
}
.TagClassName
{
border-color: #DF0759;
}
</style>