Shades of Razzmatazz #DF1051
Tints of Razzmatazz #DF1051
RGB
CMYK
RGB Variations
Color information
#DF1051 (or 0xDF1051) is known color: Razzmatazz. HEX triplet: DF, 10 and 51. RGB value is (223,16,81). Sum of RGB (Red+Green+Blue) = 223+16+81=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1051 is #20EFAE. Grayscale: #555555. Windows color (decimal): -2158511 or 5312735. OLE color: 5312735.
HSL color Cylindrical-coordinate representation of color #DF1051: hue angle of 341.16º 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 #DF1051 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 81 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.13 |
| HSL | 341.16º | 0.87% | 0.47% | - |
| HSV(B) | 341.16º | 0.93% | 0.87% | - |
| XYZ | 32.1 | 16.65 | 9.31 | - |
| YUV | 85.3 | 125.58 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 81 | 0 | 0.93 | 0.64 | 0.13 | 341.16 | 0.87 | 0.47 |
| Hex | DF | 10 | 51 | 0 | 5D | 40 | D | 155 | 57 | 2F |
| Octal | 337 | 20 | 121 | 0 | 135 | 100 | 15 | 525 | 127 | 57 |
| Binary | 11011111 | 10000 | 1010001 | 0 | 1011101 | 1000000 | 1101 | 101010101 | 1010111 | 101111 |
Color Harmonies of #DF1051
Complementary color
Monochromatic Colors of #DF1051
Black with #DF1051
Text Example
Text Example
White with #DF1051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1051; }
p { color: rgb(223,16,81); }
H1.HeaderClassName
{
color: #DF1051;
}
.AnyTagClassName
{
color: #DF1051;
}
</style>
background-color css
<style>
a { background-color: #DF1051; }
a { background-color: rgb(223,16,81); }
div.DivClassName
{
background-color: #DF1051;
}
.BgClassName
{
background-color: #DF1051;
}
</style>
border-color css
<style>
span { border-color: #DF1051; }
span { border-color: rgb(223,16,81); }
td.TdClassName
{
border-color: #DF1051;
}
.TagClassName
{
border-color: #DF1051;
}
</style>