Shades of Razzmatazz #DF055F
Tints of Razzmatazz #DF055F
RGB
CMYK
RGB Variations
Color information
#DF055F (or 0xDF055F) is known color: Razzmatazz. HEX triplet: DF, 05 and 5F. RGB value is (223,5,95). Sum of RGB (Red+Green+Blue) = 223+5+95=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF055F is #20FAA0. Grayscale: #505050. Windows color (decimal): -2161313 or 6227423. OLE color: 6227423.
HSL color Cylindrical-coordinate representation of color #DF055F: hue angle of 335.23º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF055F is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 95 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.13 |
| HSL | 335.23º | 0.96% | 0.45% | - |
| HSV(B) | 335.23º | 0.98% | 0.87% | - |
| XYZ | 32.55 | 16.62 | 12.32 | - |
| YUV | 80.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 95 | 0 | 0.98 | 0.57 | 0.13 | 335.23 | 0.96 | 0.45 |
| Hex | DF | 5 | 5F | 0 | 62 | 39 | D | 14F | 60 | 2D |
| Octal | 337 | 5 | 137 | 0 | 142 | 71 | 15 | 517 | 140 | 55 |
| Binary | 11011111 | 101 | 1011111 | 0 | 1100010 | 111001 | 1101 | 101001111 | 1100000 | 101101 |
Color Harmonies of #DF055F
Complementary color
Monochromatic Colors of #DF055F
Black with #DF055F
Text Example
Text Example
White with #DF055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF055F; }
p { color: rgb(223,5,95); }
H1.HeaderClassName
{
color: #DF055F;
}
.AnyTagClassName
{
color: #DF055F;
}
</style>
background-color css
<style>
a { background-color: #DF055F; }
a { background-color: rgb(223,5,95); }
div.DivClassName
{
background-color: #DF055F;
}
.BgClassName
{
background-color: #DF055F;
}
</style>
border-color css
<style>
span { border-color: #DF055F; }
span { border-color: rgb(223,5,95); }
td.TdClassName
{
border-color: #DF055F;
}
.TagClassName
{
border-color: #DF055F;
}
</style>