Shades of Razzmatazz #DF0960
Tints of Razzmatazz #DF0960
RGB
CMYK
RGB Variations
Color information
#DF0960 (or 0xDF0960) is known color: Razzmatazz. HEX triplet: DF, 09 and 60. RGB value is (223,9,96). Sum of RGB (Red+Green+Blue) = 223+9+96=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0960 is #20F69F. Grayscale: #525252. Windows color (decimal): -2160288 or 6293983. OLE color: 6293983.
HSL color Cylindrical-coordinate representation of color #DF0960: hue angle of 335.61º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0960 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 96 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.13 |
| HSL | 335.61º | 0.92% | 0.45% | - |
| HSV(B) | 335.61º | 0.96% | 0.87% | - |
| XYZ | 32.64 | 16.73 | 12.57 | - |
| YUV | 82.9 | 135.4 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 96 | 0 | 0.96 | 0.57 | 0.13 | 335.61 | 0.92 | 0.45 |
| Hex | DF | 9 | 60 | 0 | 60 | 39 | D | 150 | 5C | 2D |
| Octal | 337 | 11 | 140 | 0 | 140 | 71 | 15 | 520 | 134 | 55 |
| Binary | 11011111 | 1001 | 1100000 | 0 | 1100000 | 111001 | 1101 | 101010000 | 1011100 | 101101 |
Color Harmonies of #DF0960
Complementary color
Monochromatic Colors of #DF0960
Black with #DF0960
Text Example
Text Example
White with #DF0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0960; }
p { color: rgb(223,9,96); }
H1.HeaderClassName
{
color: #DF0960;
}
.AnyTagClassName
{
color: #DF0960;
}
</style>
background-color css
<style>
a { background-color: #DF0960; }
a { background-color: rgb(223,9,96); }
div.DivClassName
{
background-color: #DF0960;
}
.BgClassName
{
background-color: #DF0960;
}
</style>
border-color css
<style>
span { border-color: #DF0960; }
span { border-color: rgb(223,9,96); }
td.TdClassName
{
border-color: #DF0960;
}
.TagClassName
{
border-color: #DF0960;
}
</style>