Shades of Razzmatazz #DF0070
Tints of Razzmatazz #DF0070
RGB
CMYK
RGB Variations
Color information
#DF0070 (or 0xDF0070) is known color: Razzmatazz. HEX triplet: DF, 00 and 70. RGB value is (223,0,112). Sum of RGB (Red+Green+Blue) = 223+0+112=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0070 is #20FF8F. Grayscale: #4F4F4F. Windows color (decimal): -2162576 or 7340255. OLE color: 7340255.
HSL color Cylindrical-coordinate representation of color #DF0070: hue angle of 329.87º 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 #DF0070 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.50 | 0.13 |
| HSL | 329.87º | 1% | 0.44% | - |
| HSV(B) | 329.87º | 1% | 0.87% | - |
| XYZ | 33.36 | 16.86 | 16.83 | - |
| YUV | 79.45 | 146.38 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 112 | 0 | 1 | 0.50 | 0.13 | 329.87 | 1 | 0.44 |
| Hex | DF | 0 | 70 | 0 | 64 | 32 | D | 14A | 64 | 2C |
| Octal | 337 | 0 | 160 | 0 | 144 | 62 | 15 | 512 | 144 | 54 |
| Binary | 11011111 | 0 | 1110000 | 0 | 1100100 | 110010 | 1101 | 101001010 | 1100100 | 101100 |
Color Harmonies of #DF0070
Complementary color
Monochromatic Colors of #DF0070
Black with #DF0070
Text Example
Text Example
White with #DF0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0070; }
p { color: rgb(223,0,112); }
H1.HeaderClassName
{
color: #DF0070;
}
.AnyTagClassName
{
color: #DF0070;
}
</style>
background-color css
<style>
a { background-color: #DF0070; }
a { background-color: rgb(223,0,112); }
div.DivClassName
{
background-color: #DF0070;
}
.BgClassName
{
background-color: #DF0070;
}
</style>
border-color css
<style>
span { border-color: #DF0070; }
span { border-color: rgb(223,0,112); }
td.TdClassName
{
border-color: #DF0070;
}
.TagClassName
{
border-color: #DF0070;
}
</style>