Shades of Razzmatazz #DF085C
Tints of Razzmatazz #DF085C
RGB
CMYK
RGB Variations
Color information
#DF085C (or 0xDF085C) is known color: Razzmatazz. HEX triplet: DF, 08 and 5C. RGB value is (223,8,92). Sum of RGB (Red+Green+Blue) = 223+8+92=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF085C is #20F7A3. Grayscale: #515151. Windows color (decimal): -2160548 or 6031583. OLE color: 6031583.
HSL color Cylindrical-coordinate representation of color #DF085C: hue angle of 336.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF085C is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.13 |
| HSL | 336.56º | 0.93% | 0.45% | - |
| HSV(B) | 336.56º | 0.96% | 0.87% | - |
| XYZ | 32.45 | 16.63 | 11.63 | - |
| YUV | 81.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 92 | 0 | 0.96 | 0.59 | 0.13 | 336.56 | 0.93 | 0.45 |
| Hex | DF | 8 | 5C | 0 | 60 | 3B | D | 151 | 5D | 2D |
| Octal | 337 | 10 | 134 | 0 | 140 | 73 | 15 | 521 | 135 | 55 |
| Binary | 11011111 | 1000 | 1011100 | 0 | 1100000 | 111011 | 1101 | 101010001 | 1011101 | 101101 |
Color Harmonies of #DF085C
Complementary color
Monochromatic Colors of #DF085C
Black with #DF085C
Text Example
Text Example
White with #DF085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF085C; }
p { color: rgb(223,8,92); }
H1.HeaderClassName
{
color: #DF085C;
}
.AnyTagClassName
{
color: #DF085C;
}
</style>
background-color css
<style>
a { background-color: #DF085C; }
a { background-color: rgb(223,8,92); }
div.DivClassName
{
background-color: #DF085C;
}
.BgClassName
{
background-color: #DF085C;
}
</style>
border-color css
<style>
span { border-color: #DF085C; }
span { border-color: rgb(223,8,92); }
td.TdClassName
{
border-color: #DF085C;
}
.TagClassName
{
border-color: #DF085C;
}
</style>