Shades of Razzmatazz #DF0756
Tints of Razzmatazz #DF0756
RGB
CMYK
RGB Variations
Color information
#DF0756 (or 0xDF0756) is known color: Razzmatazz. HEX triplet: DF, 07 and 56. RGB value is (223,7,86). Sum of RGB (Red+Green+Blue) = 223+7+86=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0756 is #20F8A9. Grayscale: #505050. Windows color (decimal): -2160810 or 5638111. OLE color: 5638111.
HSL color Cylindrical-coordinate representation of color #DF0756: hue angle of 338.06º 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 #DF0756 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 86 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.13 |
| HSL | 338.06º | 0.94% | 0.45% | - |
| HSV(B) | 338.06º | 0.97% | 0.87% | - |
| XYZ | 32.19 | 16.51 | 10.29 | - |
| YUV | 80.59 | 131.06 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 86 | 0 | 0.97 | 0.61 | 0.13 | 338.06 | 0.94 | 0.45 |
| Hex | DF | 7 | 56 | 0 | 61 | 3D | D | 152 | 5E | 2D |
| Octal | 337 | 7 | 126 | 0 | 141 | 75 | 15 | 522 | 136 | 55 |
| Binary | 11011111 | 111 | 1010110 | 0 | 1100001 | 111101 | 1101 | 101010010 | 1011110 | 101101 |
Color Harmonies of #DF0756
Complementary color
Monochromatic Colors of #DF0756
Black with #DF0756
Text Example
Text Example
White with #DF0756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0756; }
p { color: rgb(223,7,86); }
H1.HeaderClassName
{
color: #DF0756;
}
.AnyTagClassName
{
color: #DF0756;
}
</style>
background-color css
<style>
a { background-color: #DF0756; }
a { background-color: rgb(223,7,86); }
div.DivClassName
{
background-color: #DF0756;
}
.BgClassName
{
background-color: #DF0756;
}
</style>
border-color css
<style>
span { border-color: #DF0756; }
span { border-color: rgb(223,7,86); }
td.TdClassName
{
border-color: #DF0756;
}
.TagClassName
{
border-color: #DF0756;
}
</style>