Shades of Razzmatazz #DF055B
Tints of Razzmatazz #DF055B
RGB
CMYK
RGB Variations
Color information
#DF055B (or 0xDF055B) is known color: Razzmatazz. HEX triplet: DF, 05 and 5B. RGB value is (223,5,91). Sum of RGB (Red+Green+Blue) = 223+5+91=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF055B is #20FAA4. Grayscale: #4F4F4F. Windows color (decimal): -2161317 or 5965279. OLE color: 5965279.
HSL color Cylindrical-coordinate representation of color #DF055B: hue angle of 336.33º 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 #DF055B is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 91 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.13 |
| HSL | 336.33º | 0.96% | 0.45% | - |
| HSV(B) | 336.33º | 0.98% | 0.87% | - |
| XYZ | 32.37 | 16.55 | 11.39 | - |
| YUV | 79.99 | 134.22 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 91 | 0 | 0.98 | 0.59 | 0.13 | 336.33 | 0.96 | 0.45 |
| Hex | DF | 5 | 5B | 0 | 62 | 3B | D | 150 | 60 | 2D |
| Octal | 337 | 5 | 133 | 0 | 142 | 73 | 15 | 520 | 140 | 55 |
| Binary | 11011111 | 101 | 1011011 | 0 | 1100010 | 111011 | 1101 | 101010000 | 1100000 | 101101 |
Color Harmonies of #DF055B
Complementary color
Monochromatic Colors of #DF055B
Black with #DF055B
Text Example
Text Example
White with #DF055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF055B; }
p { color: rgb(223,5,91); }
H1.HeaderClassName
{
color: #DF055B;
}
.AnyTagClassName
{
color: #DF055B;
}
</style>
background-color css
<style>
a { background-color: #DF055B; }
a { background-color: rgb(223,5,91); }
div.DivClassName
{
background-color: #DF055B;
}
.BgClassName
{
background-color: #DF055B;
}
</style>
border-color css
<style>
span { border-color: #DF055B; }
span { border-color: rgb(223,5,91); }
td.TdClassName
{
border-color: #DF055B;
}
.TagClassName
{
border-color: #DF055B;
}
</style>