Shades of Razzmatazz #DF0F51
Tints of Razzmatazz #DF0F51
RGB
CMYK
RGB Variations
Color information
#DF0F51 (or 0xDF0F51) is known color: Razzmatazz. HEX triplet: DF, 0F and 51. RGB value is (223,15,81). Sum of RGB (Red+Green+Blue) = 223+15+81=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F51 is #20F0AE. Grayscale: #545454. Windows color (decimal): -2158767 or 5312479. OLE color: 5312479.
HSL color Cylindrical-coordinate representation of color #DF0F51: hue angle of 340.96º 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 #DF0F51 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 81 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.13 |
| HSL | 340.96º | 0.87% | 0.47% | - |
| HSV(B) | 340.96º | 0.93% | 0.87% | - |
| XYZ | 32.09 | 16.62 | 9.3 | - |
| YUV | 84.72 | 125.91 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 81 | 0 | 0.93 | 0.64 | 0.13 | 340.96 | 0.87 | 0.47 |
| Hex | DF | F | 51 | 0 | 5D | 40 | D | 155 | 57 | 2F |
| Octal | 337 | 17 | 121 | 0 | 135 | 100 | 15 | 525 | 127 | 57 |
| Binary | 11011111 | 1111 | 1010001 | 0 | 1011101 | 1000000 | 1101 | 101010101 | 1010111 | 101111 |
Color Harmonies of #DF0F51
Complementary color
Monochromatic Colors of #DF0F51
Black with #DF0F51
Text Example
Text Example
White with #DF0F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F51; }
p { color: rgb(223,15,81); }
H1.HeaderClassName
{
color: #DF0F51;
}
.AnyTagClassName
{
color: #DF0F51;
}
</style>
background-color css
<style>
a { background-color: #DF0F51; }
a { background-color: rgb(223,15,81); }
div.DivClassName
{
background-color: #DF0F51;
}
.BgClassName
{
background-color: #DF0F51;
}
</style>
border-color css
<style>
span { border-color: #DF0F51; }
span { border-color: rgb(223,15,81); }
td.TdClassName
{
border-color: #DF0F51;
}
.TagClassName
{
border-color: #DF0F51;
}
</style>