Shades of Razzmatazz #DF0F56
Tints of Razzmatazz #DF0F56
RGB
CMYK
RGB Variations
Color information
#DF0F56 (or 0xDF0F56) is known color: Razzmatazz. HEX triplet: DF, 0F and 56. RGB value is (223,15,86). Sum of RGB (Red+Green+Blue) = 223+15+86=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F56 is #20F0A9. Grayscale: #555555. Windows color (decimal): -2158762 or 5640159. OLE color: 5640159.
HSL color Cylindrical-coordinate representation of color #DF0F56: hue angle of 339.52º 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 #DF0F56 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 86 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.13 |
| HSL | 339.52º | 0.87% | 0.47% | - |
| HSV(B) | 339.52º | 0.93% | 0.87% | - |
| XYZ | 32.28 | 16.7 | 10.33 | - |
| YUV | 85.29 | 128.41 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 86 | 0 | 0.93 | 0.61 | 0.13 | 339.52 | 0.87 | 0.47 |
| Hex | DF | F | 56 | 0 | 5D | 3D | D | 154 | 57 | 2F |
| Octal | 337 | 17 | 126 | 0 | 135 | 75 | 15 | 524 | 127 | 57 |
| Binary | 11011111 | 1111 | 1010110 | 0 | 1011101 | 111101 | 1101 | 101010100 | 1010111 | 101111 |
Color Harmonies of #DF0F56
Complementary color
Monochromatic Colors of #DF0F56
Black with #DF0F56
Text Example
Text Example
White with #DF0F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F56; }
p { color: rgb(223,15,86); }
H1.HeaderClassName
{
color: #DF0F56;
}
.AnyTagClassName
{
color: #DF0F56;
}
</style>
background-color css
<style>
a { background-color: #DF0F56; }
a { background-color: rgb(223,15,86); }
div.DivClassName
{
background-color: #DF0F56;
}
.BgClassName
{
background-color: #DF0F56;
}
</style>
border-color css
<style>
span { border-color: #DF0F56; }
span { border-color: rgb(223,15,86); }
td.TdClassName
{
border-color: #DF0F56;
}
.TagClassName
{
border-color: #DF0F56;
}
</style>