Shades of Razzmatazz #DF055E
Tints of Razzmatazz #DF055E
RGB
CMYK
RGB Variations
Color information
#DF055E (or 0xDF055E) is known color: Razzmatazz. HEX triplet: DF, 05 and 5E. RGB value is (223,5,94). Sum of RGB (Red+Green+Blue) = 223+5+94=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF055E is #20FAA1. Grayscale: #505050. Windows color (decimal): -2161314 or 6161887. OLE color: 6161887.
HSL color Cylindrical-coordinate representation of color #DF055E: hue angle of 335.5º 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 #DF055E is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 94 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.13 |
| HSL | 335.5º | 0.96% | 0.45% | - |
| HSV(B) | 335.5º | 0.98% | 0.87% | - |
| XYZ | 32.51 | 16.6 | 12.08 | - |
| YUV | 80.33 | 135.72 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 94 | 0 | 0.98 | 0.58 | 0.13 | 335.5 | 0.96 | 0.45 |
| Hex | DF | 5 | 5E | 0 | 62 | 3A | D | 150 | 60 | 2D |
| Octal | 337 | 5 | 136 | 0 | 142 | 72 | 15 | 520 | 140 | 55 |
| Binary | 11011111 | 101 | 1011110 | 0 | 1100010 | 111010 | 1101 | 101010000 | 1100000 | 101101 |
Color Harmonies of #DF055E
Complementary color
Monochromatic Colors of #DF055E
Black with #DF055E
Text Example
Text Example
White with #DF055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF055E; }
p { color: rgb(223,5,94); }
H1.HeaderClassName
{
color: #DF055E;
}
.AnyTagClassName
{
color: #DF055E;
}
</style>
background-color css
<style>
a { background-color: #DF055E; }
a { background-color: rgb(223,5,94); }
div.DivClassName
{
background-color: #DF055E;
}
.BgClassName
{
background-color: #DF055E;
}
</style>
border-color css
<style>
span { border-color: #DF055E; }
span { border-color: rgb(223,5,94); }
td.TdClassName
{
border-color: #DF055E;
}
.TagClassName
{
border-color: #DF055E;
}
</style>