Shades of Razzmatazz #DF0061
Tints of Razzmatazz #DF0061
RGB
CMYK
RGB Variations
Color information
#DF0061 (or 0xDF0061) is known color: Razzmatazz. HEX triplet: DF, 00 and 61. RGB value is (223,0,97). Sum of RGB (Red+Green+Blue) = 223+0+97=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0061 is #20FF9E. Grayscale: #4D4D4D. Windows color (decimal): -2162591 or 6357215. OLE color: 6357215.
HSL color Cylindrical-coordinate representation of color #DF0061: hue angle of 333.9º 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 #DF0061 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.57 | 0.13 |
| HSL | 333.9º | 1% | 0.44% | - |
| HSV(B) | 333.9º | 1% | 0.87% | - |
| XYZ | 32.59 | 16.55 | 12.79 | - |
| YUV | 77.74 | 138.88 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 97 | 0 | 1 | 0.57 | 0.13 | 333.9 | 1 | 0.44 |
| Hex | DF | 0 | 61 | 0 | 64 | 39 | D | 14E | 64 | 2C |
| Octal | 337 | 0 | 141 | 0 | 144 | 71 | 15 | 516 | 144 | 54 |
| Binary | 11011111 | 0 | 1100001 | 0 | 1100100 | 111001 | 1101 | 101001110 | 1100100 | 101100 |
Color Harmonies of #DF0061
Complementary color
Monochromatic Colors of #DF0061
Black with #DF0061
Text Example
Text Example
White with #DF0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0061; }
p { color: rgb(223,0,97); }
H1.HeaderClassName
{
color: #DF0061;
}
.AnyTagClassName
{
color: #DF0061;
}
</style>
background-color css
<style>
a { background-color: #DF0061; }
a { background-color: rgb(223,0,97); }
div.DivClassName
{
background-color: #DF0061;
}
.BgClassName
{
background-color: #DF0061;
}
</style>
border-color css
<style>
span { border-color: #DF0061; }
span { border-color: rgb(223,0,97); }
td.TdClassName
{
border-color: #DF0061;
}
.TagClassName
{
border-color: #DF0061;
}
</style>