Shades of Razzmatazz #DF0660
Tints of Razzmatazz #DF0660
RGB
CMYK
RGB Variations
Color information
#DF0660 (or 0xDF0660) is known color: Razzmatazz. HEX triplet: DF, 06 and 60. RGB value is (223,6,96). Sum of RGB (Red+Green+Blue) = 223+6+96=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0660 is #20F99F. Grayscale: #515151. Windows color (decimal): -2161056 or 6293215. OLE color: 6293215.
HSL color Cylindrical-coordinate representation of color #DF0660: hue angle of 335.12º degrees, saturation: 0.95, 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 #DF0660 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 96 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.13 |
| HSL | 335.12º | 0.95% | 0.45% | - |
| HSV(B) | 335.12º | 0.97% | 0.87% | - |
| XYZ | 32.61 | 16.66 | 12.56 | - |
| YUV | 81.14 | 136.39 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 96 | 0 | 0.97 | 0.57 | 0.13 | 335.12 | 0.95 | 0.45 |
| Hex | DF | 6 | 60 | 0 | 61 | 39 | D | 14F | 5F | 2D |
| Octal | 337 | 6 | 140 | 0 | 141 | 71 | 15 | 517 | 137 | 55 |
| Binary | 11011111 | 110 | 1100000 | 0 | 1100001 | 111001 | 1101 | 101001111 | 1011111 | 101101 |
Color Harmonies of #DF0660
Complementary color
Monochromatic Colors of #DF0660
Black with #DF0660
Text Example
Text Example
White with #DF0660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0660; }
p { color: rgb(223,6,96); }
H1.HeaderClassName
{
color: #DF0660;
}
.AnyTagClassName
{
color: #DF0660;
}
</style>
background-color css
<style>
a { background-color: #DF0660; }
a { background-color: rgb(223,6,96); }
div.DivClassName
{
background-color: #DF0660;
}
.BgClassName
{
background-color: #DF0660;
}
</style>
border-color css
<style>
span { border-color: #DF0660; }
span { border-color: rgb(223,6,96); }
td.TdClassName
{
border-color: #DF0660;
}
.TagClassName
{
border-color: #DF0660;
}
</style>