Shades of Razzmatazz #DF0858
Tints of Razzmatazz #DF0858
RGB
CMYK
RGB Variations
Color information
#DF0858 (or 0xDF0858) is known color: Razzmatazz. HEX triplet: DF, 08 and 58. RGB value is (223,8,88). Sum of RGB (Red+Green+Blue) = 223+8+88=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0858 is #20F7A7. Grayscale: #515151. Windows color (decimal): -2160552 or 5769439. OLE color: 5769439.
HSL color Cylindrical-coordinate representation of color #DF0858: hue angle of 337.67º 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 #DF0858 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.13 |
| HSL | 337.67º | 0.93% | 0.45% | - |
| HSV(B) | 337.67º | 0.96% | 0.87% | - |
| XYZ | 32.28 | 16.57 | 10.73 | - |
| YUV | 81.41 | 131.73 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 88 | 0 | 0.96 | 0.61 | 0.13 | 337.67 | 0.93 | 0.45 |
| Hex | DF | 8 | 58 | 0 | 60 | 3D | D | 152 | 5D | 2D |
| Octal | 337 | 10 | 130 | 0 | 140 | 75 | 15 | 522 | 135 | 55 |
| Binary | 11011111 | 1000 | 1011000 | 0 | 1100000 | 111101 | 1101 | 101010010 | 1011101 | 101101 |
Color Harmonies of #DF0858
Complementary color
Monochromatic Colors of #DF0858
Black with #DF0858
Text Example
Text Example
White with #DF0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0858; }
p { color: rgb(223,8,88); }
H1.HeaderClassName
{
color: #DF0858;
}
.AnyTagClassName
{
color: #DF0858;
}
</style>
background-color css
<style>
a { background-color: #DF0858; }
a { background-color: rgb(223,8,88); }
div.DivClassName
{
background-color: #DF0858;
}
.BgClassName
{
background-color: #DF0858;
}
</style>
border-color css
<style>
span { border-color: #DF0858; }
span { border-color: rgb(223,8,88); }
td.TdClassName
{
border-color: #DF0858;
}
.TagClassName
{
border-color: #DF0858;
}
</style>