Shades of Razzmatazz #DF0860
Tints of Razzmatazz #DF0860
RGB
CMYK
RGB Variations
Color information
#DF0860 (or 0xDF0860) is known color: Razzmatazz. HEX triplet: DF, 08 and 60. RGB value is (223,8,96). Sum of RGB (Red+Green+Blue) = 223+8+96=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0860 is #20F79F. Grayscale: #525252. Windows color (decimal): -2160544 or 6293727. OLE color: 6293727.
HSL color Cylindrical-coordinate representation of color #DF0860: hue angle of 335.44º degrees, saturation: 0.93, 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 #DF0860 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.13 |
| HSL | 335.44º | 0.93% | 0.45% | - |
| HSV(B) | 335.44º | 0.96% | 0.87% | - |
| XYZ | 32.63 | 16.71 | 12.57 | - |
| YUV | 82.32 | 135.73 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 96 | 0 | 0.96 | 0.57 | 0.13 | 335.44 | 0.93 | 0.45 |
| Hex | DF | 8 | 60 | 0 | 60 | 39 | D | 14F | 5D | 2D |
| Octal | 337 | 10 | 140 | 0 | 140 | 71 | 15 | 517 | 135 | 55 |
| Binary | 11011111 | 1000 | 1100000 | 0 | 1100000 | 111001 | 1101 | 101001111 | 1011101 | 101101 |
Color Harmonies of #DF0860
Complementary color
Monochromatic Colors of #DF0860
Black with #DF0860
Text Example
Text Example
White with #DF0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0860; }
p { color: rgb(223,8,96); }
H1.HeaderClassName
{
color: #DF0860;
}
.AnyTagClassName
{
color: #DF0860;
}
</style>
background-color css
<style>
a { background-color: #DF0860; }
a { background-color: rgb(223,8,96); }
div.DivClassName
{
background-color: #DF0860;
}
.BgClassName
{
background-color: #DF0860;
}
</style>
border-color css
<style>
span { border-color: #DF0860; }
span { border-color: rgb(223,8,96); }
td.TdClassName
{
border-color: #DF0860;
}
.TagClassName
{
border-color: #DF0860;
}
</style>