Shades of Razzmatazz #DF0659
Tints of Razzmatazz #DF0659
RGB
CMYK
RGB Variations
Color information
#DF0659 (or 0xDF0659) is known color: Razzmatazz. HEX triplet: DF, 06 and 59. RGB value is (223,6,89). Sum of RGB (Red+Green+Blue) = 223+6+89=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0659 is #20F9A6. Grayscale: #505050. Windows color (decimal): -2161063 or 5834463. OLE color: 5834463.
HSL color Cylindrical-coordinate representation of color #DF0659: hue angle of 337.05º 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 #DF0659 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.13 |
| HSL | 337.05º | 0.95% | 0.45% | - |
| HSV(B) | 337.05º | 0.97% | 0.87% | - |
| XYZ | 32.3 | 16.54 | 10.94 | - |
| YUV | 80.35 | 132.89 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 89 | 0 | 0.97 | 0.60 | 0.13 | 337.05 | 0.95 | 0.45 |
| Hex | DF | 6 | 59 | 0 | 61 | 3C | D | 151 | 5F | 2D |
| Octal | 337 | 6 | 131 | 0 | 141 | 74 | 15 | 521 | 137 | 55 |
| Binary | 11011111 | 110 | 1011001 | 0 | 1100001 | 111100 | 1101 | 101010001 | 1011111 | 101101 |
Color Harmonies of #DF0659
Complementary color
Monochromatic Colors of #DF0659
Black with #DF0659
Text Example
Text Example
White with #DF0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0659; }
p { color: rgb(223,6,89); }
H1.HeaderClassName
{
color: #DF0659;
}
.AnyTagClassName
{
color: #DF0659;
}
</style>
background-color css
<style>
a { background-color: #DF0659; }
a { background-color: rgb(223,6,89); }
div.DivClassName
{
background-color: #DF0659;
}
.BgClassName
{
background-color: #DF0659;
}
</style>
border-color css
<style>
span { border-color: #DF0659; }
span { border-color: rgb(223,6,89); }
td.TdClassName
{
border-color: #DF0659;
}
.TagClassName
{
border-color: #DF0659;
}
</style>