Shades of Razzmatazz #DF0859
Tints of Razzmatazz #DF0859
RGB
CMYK
RGB Variations
Color information
#DF0859 (or 0xDF0859) is known color: Razzmatazz. HEX triplet: DF, 08 and 59. RGB value is (223,8,89). Sum of RGB (Red+Green+Blue) = 223+8+89=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0859 is #20F7A6. Grayscale: #515151. Windows color (decimal): -2160551 or 5834975. OLE color: 5834975.
HSL color Cylindrical-coordinate representation of color #DF0859: hue angle of 337.4º 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 #DF0859 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.13 |
| HSL | 337.4º | 0.93% | 0.45% | - |
| HSV(B) | 337.4º | 0.96% | 0.87% | - |
| XYZ | 32.32 | 16.58 | 10.95 | - |
| YUV | 81.52 | 132.23 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 89 | 0 | 0.96 | 0.60 | 0.13 | 337.4 | 0.93 | 0.45 |
| Hex | DF | 8 | 59 | 0 | 60 | 3C | D | 151 | 5D | 2D |
| Octal | 337 | 10 | 131 | 0 | 140 | 74 | 15 | 521 | 135 | 55 |
| Binary | 11011111 | 1000 | 1011001 | 0 | 1100000 | 111100 | 1101 | 101010001 | 1011101 | 101101 |
Color Harmonies of #DF0859
Complementary color
Monochromatic Colors of #DF0859
Black with #DF0859
Text Example
Text Example
White with #DF0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0859; }
p { color: rgb(223,8,89); }
H1.HeaderClassName
{
color: #DF0859;
}
.AnyTagClassName
{
color: #DF0859;
}
</style>
background-color css
<style>
a { background-color: #DF0859; }
a { background-color: rgb(223,8,89); }
div.DivClassName
{
background-color: #DF0859;
}
.BgClassName
{
background-color: #DF0859;
}
</style>
border-color css
<style>
span { border-color: #DF0859; }
span { border-color: rgb(223,8,89); }
td.TdClassName
{
border-color: #DF0859;
}
.TagClassName
{
border-color: #DF0859;
}
</style>