Shades of Razzmatazz #DF1052
Tints of Razzmatazz #DF1052
RGB
CMYK
RGB Variations
Color information
#DF1052 (or 0xDF1052) is known color: Razzmatazz. HEX triplet: DF, 10 and 52. RGB value is (223,16,82). Sum of RGB (Red+Green+Blue) = 223+16+82=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1052 is #20EFAD. Grayscale: #555555. Windows color (decimal): -2158510 or 5378271. OLE color: 5378271.
HSL color Cylindrical-coordinate representation of color #DF1052: hue angle of 340.87º 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 #DF1052 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 82 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.13 |
| HSL | 340.87º | 0.87% | 0.47% | - |
| HSV(B) | 340.87º | 0.93% | 0.87% | - |
| XYZ | 32.14 | 16.67 | 9.51 | - |
| YUV | 85.42 | 126.08 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 82 | 0 | 0.93 | 0.63 | 0.13 | 340.87 | 0.87 | 0.47 |
| Hex | DF | 10 | 52 | 0 | 5D | 3F | D | 155 | 57 | 2F |
| Octal | 337 | 20 | 122 | 0 | 135 | 77 | 15 | 525 | 127 | 57 |
| Binary | 11011111 | 10000 | 1010010 | 0 | 1011101 | 111111 | 1101 | 101010101 | 1010111 | 101111 |
Color Harmonies of #DF1052
Complementary color
Monochromatic Colors of #DF1052
Black with #DF1052
Text Example
Text Example
White with #DF1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1052; }
p { color: rgb(223,16,82); }
H1.HeaderClassName
{
color: #DF1052;
}
.AnyTagClassName
{
color: #DF1052;
}
</style>
background-color css
<style>
a { background-color: #DF1052; }
a { background-color: rgb(223,16,82); }
div.DivClassName
{
background-color: #DF1052;
}
.BgClassName
{
background-color: #DF1052;
}
</style>
border-color css
<style>
span { border-color: #DF1052; }
span { border-color: rgb(223,16,82); }
td.TdClassName
{
border-color: #DF1052;
}
.TagClassName
{
border-color: #DF1052;
}
</style>