Shades of Razzmatazz #DF0057
Tints of Razzmatazz #DF0057
RGB
CMYK
RGB Variations
Color information
#DF0057 (or 0xDF0057) is known color: Razzmatazz. HEX triplet: DF, 00 and 57. RGB value is (223,0,87). Sum of RGB (Red+Green+Blue) = 223+0+87=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0057 is #20FFA8. Grayscale: #4C4C4C. Windows color (decimal): -2162601 or 5701855. OLE color: 5701855.
HSL color Cylindrical-coordinate representation of color #DF0057: hue angle of 336.59º 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 #DF0057 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.61 | 0.13 |
| HSL | 336.59º | 1% | 0.44% | - |
| HSV(B) | 336.59º | 1% | 0.87% | - |
| XYZ | 32.15 | 16.38 | 10.48 | - |
| YUV | 76.6 | 133.88 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 87 | 0 | 1 | 0.61 | 0.13 | 336.59 | 1 | 0.44 |
| Hex | DF | 0 | 57 | 0 | 64 | 3D | D | 151 | 64 | 2C |
| Octal | 337 | 0 | 127 | 0 | 144 | 75 | 15 | 521 | 144 | 54 |
| Binary | 11011111 | 0 | 1010111 | 0 | 1100100 | 111101 | 1101 | 101010001 | 1100100 | 101100 |
Color Harmonies of #DF0057
Complementary color
Monochromatic Colors of #DF0057
Black with #DF0057
Text Example
Text Example
White with #DF0057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0057; }
p { color: rgb(223,0,87); }
H1.HeaderClassName
{
color: #DF0057;
}
.AnyTagClassName
{
color: #DF0057;
}
</style>
background-color css
<style>
a { background-color: #DF0057; }
a { background-color: rgb(223,0,87); }
div.DivClassName
{
background-color: #DF0057;
}
.BgClassName
{
background-color: #DF0057;
}
</style>
border-color css
<style>
span { border-color: #DF0057; }
span { border-color: rgb(223,0,87); }
td.TdClassName
{
border-color: #DF0057;
}
.TagClassName
{
border-color: #DF0057;
}
</style>