Shades of Razzmatazz #DF0558
Tints of Razzmatazz #DF0558
RGB
CMYK
RGB Variations
Color information
#DF0558 (or 0xDF0558) is known color: Razzmatazz. HEX triplet: DF, 05 and 58. RGB value is (223,5,88). Sum of RGB (Red+Green+Blue) = 223+5+88=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0558 is #20FAA7. Grayscale: #4F4F4F. Windows color (decimal): -2161320 or 5768671. OLE color: 5768671.
HSL color Cylindrical-coordinate representation of color #DF0558: hue angle of 337.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0558 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.13 |
| HSL | 337.16º | 0.96% | 0.45% | - |
| HSV(B) | 337.16º | 0.98% | 0.87% | - |
| XYZ | 32.25 | 16.5 | 10.72 | - |
| YUV | 79.64 | 132.72 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 88 | 0 | 0.98 | 0.61 | 0.13 | 337.16 | 0.96 | 0.45 |
| Hex | DF | 5 | 58 | 0 | 62 | 3D | D | 151 | 60 | 2D |
| Octal | 337 | 5 | 130 | 0 | 142 | 75 | 15 | 521 | 140 | 55 |
| Binary | 11011111 | 101 | 1011000 | 0 | 1100010 | 111101 | 1101 | 101010001 | 1100000 | 101101 |
Color Harmonies of #DF0558
Complementary color
Monochromatic Colors of #DF0558
Black with #DF0558
Text Example
Text Example
White with #DF0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0558; }
p { color: rgb(223,5,88); }
H1.HeaderClassName
{
color: #DF0558;
}
.AnyTagClassName
{
color: #DF0558;
}
</style>
background-color css
<style>
a { background-color: #DF0558; }
a { background-color: rgb(223,5,88); }
div.DivClassName
{
background-color: #DF0558;
}
.BgClassName
{
background-color: #DF0558;
}
</style>
border-color css
<style>
span { border-color: #DF0558; }
span { border-color: rgb(223,5,88); }
td.TdClassName
{
border-color: #DF0558;
}
.TagClassName
{
border-color: #DF0558;
}
</style>