Shades of Razzmatazz #DF0757
Tints of Razzmatazz #DF0757
RGB
CMYK
RGB Variations
Color information
#DF0757 (or 0xDF0757) is known color: Razzmatazz. HEX triplet: DF, 07 and 57. RGB value is (223,7,87). Sum of RGB (Red+Green+Blue) = 223+7+87=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0757 is #20F8A8. Grayscale: #505050. Windows color (decimal): -2160809 or 5703647. OLE color: 5703647.
HSL color Cylindrical-coordinate representation of color #DF0757: hue angle of 337.78º 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 #DF0757 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 87 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.13 |
| HSL | 337.78º | 0.94% | 0.45% | - |
| HSV(B) | 337.78º | 0.97% | 0.87% | - |
| XYZ | 32.23 | 16.53 | 10.51 | - |
| YUV | 80.7 | 131.56 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 87 | 0 | 0.97 | 0.61 | 0.13 | 337.78 | 0.94 | 0.45 |
| Hex | DF | 7 | 57 | 0 | 61 | 3D | D | 152 | 5E | 2D |
| Octal | 337 | 7 | 127 | 0 | 141 | 75 | 15 | 522 | 136 | 55 |
| Binary | 11011111 | 111 | 1010111 | 0 | 1100001 | 111101 | 1101 | 101010010 | 1011110 | 101101 |
Color Harmonies of #DF0757
Complementary color
Monochromatic Colors of #DF0757
Black with #DF0757
Text Example
Text Example
White with #DF0757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0757; }
p { color: rgb(223,7,87); }
H1.HeaderClassName
{
color: #DF0757;
}
.AnyTagClassName
{
color: #DF0757;
}
</style>
background-color css
<style>
a { background-color: #DF0757; }
a { background-color: rgb(223,7,87); }
div.DivClassName
{
background-color: #DF0757;
}
.BgClassName
{
background-color: #DF0757;
}
</style>
border-color css
<style>
span { border-color: #DF0757; }
span { border-color: rgb(223,7,87); }
td.TdClassName
{
border-color: #DF0757;
}
.TagClassName
{
border-color: #DF0757;
}
</style>