Shades of Razzmatazz #DF0060
Tints of Razzmatazz #DF0060
RGB
CMYK
RGB Variations
Color information
#DF0060 (or 0xDF0060) is known color: Razzmatazz. HEX triplet: DF, 00 and 60. RGB value is (223,0,96). Sum of RGB (Red+Green+Blue) = 223+0+96=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0060 is #20FF9F. Grayscale: #4D4D4D. Windows color (decimal): -2162592 or 6291679. OLE color: 6291679.
HSL color Cylindrical-coordinate representation of color #DF0060: hue angle of 334.17º 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 #DF0060 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.57 | 0.13 |
| HSL | 334.17º | 1% | 0.44% | - |
| HSV(B) | 334.17º | 1% | 0.87% | - |
| XYZ | 32.54 | 16.53 | 12.54 | - |
| YUV | 77.62 | 138.38 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 96 | 0 | 1 | 0.57 | 0.13 | 334.17 | 1 | 0.44 |
| Hex | DF | 0 | 60 | 0 | 64 | 39 | D | 14E | 64 | 2C |
| Octal | 337 | 0 | 140 | 0 | 144 | 71 | 15 | 516 | 144 | 54 |
| Binary | 11011111 | 0 | 1100000 | 0 | 1100100 | 111001 | 1101 | 101001110 | 1100100 | 101100 |
Color Harmonies of #DF0060
Complementary color
Monochromatic Colors of #DF0060
Black with #DF0060
Text Example
Text Example
White with #DF0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0060; }
p { color: rgb(223,0,96); }
H1.HeaderClassName
{
color: #DF0060;
}
.AnyTagClassName
{
color: #DF0060;
}
</style>
background-color css
<style>
a { background-color: #DF0060; }
a { background-color: rgb(223,0,96); }
div.DivClassName
{
background-color: #DF0060;
}
.BgClassName
{
background-color: #DF0060;
}
</style>
border-color css
<style>
span { border-color: #DF0060; }
span { border-color: rgb(223,0,96); }
td.TdClassName
{
border-color: #DF0060;
}
.TagClassName
{
border-color: #DF0060;
}
</style>