Shades of Razzmatazz #DF0F57
Tints of Razzmatazz #DF0F57
RGB
CMYK
RGB Variations
Color information
#DF0F57 (or 0xDF0F57) is known color: Razzmatazz. HEX triplet: DF, 0F and 57. RGB value is (223,15,87). Sum of RGB (Red+Green+Blue) = 223+15+87=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F57 is #20F0A8. Grayscale: #555555. Windows color (decimal): -2158761 or 5705695. OLE color: 5705695.
HSL color Cylindrical-coordinate representation of color #DF0F57: hue angle of 339.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F57 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 87 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.13 |
| HSL | 339.23º | 0.87% | 0.47% | - |
| HSV(B) | 339.23º | 0.93% | 0.87% | - |
| XYZ | 32.32 | 16.72 | 10.54 | - |
| YUV | 85.4 | 128.91 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 87 | 0 | 0.93 | 0.61 | 0.13 | 339.23 | 0.87 | 0.47 |
| Hex | DF | F | 57 | 0 | 5D | 3D | D | 153 | 57 | 2F |
| Octal | 337 | 17 | 127 | 0 | 135 | 75 | 15 | 523 | 127 | 57 |
| Binary | 11011111 | 1111 | 1010111 | 0 | 1011101 | 111101 | 1101 | 101010011 | 1010111 | 101111 |
Color Harmonies of #DF0F57
Complementary color
Monochromatic Colors of #DF0F57
Black with #DF0F57
Text Example
Text Example
White with #DF0F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F57; }
p { color: rgb(223,15,87); }
H1.HeaderClassName
{
color: #DF0F57;
}
.AnyTagClassName
{
color: #DF0F57;
}
</style>
background-color css
<style>
a { background-color: #DF0F57; }
a { background-color: rgb(223,15,87); }
div.DivClassName
{
background-color: #DF0F57;
}
.BgClassName
{
background-color: #DF0F57;
}
</style>
border-color css
<style>
span { border-color: #DF0F57; }
span { border-color: rgb(223,15,87); }
td.TdClassName
{
border-color: #DF0F57;
}
.TagClassName
{
border-color: #DF0F57;
}
</style>