Shades of Razzmatazz #DF095B
Tints of Razzmatazz #DF095B
RGB
CMYK
RGB Variations
Color information
#DF095B (or 0xDF095B) is known color: Razzmatazz. HEX triplet: DF, 09 and 5B. RGB value is (223,9,91). Sum of RGB (Red+Green+Blue) = 223+9+91=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF095B is #20F6A4. Grayscale: #525252. Windows color (decimal): -2160293 or 5966303. OLE color: 5966303.
HSL color Cylindrical-coordinate representation of color #DF095B: hue angle of 337.01º degrees, saturation: 0.92, 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 #DF095B is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 91 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.13 |
| HSL | 337.01º | 0.92% | 0.45% | - |
| HSV(B) | 337.01º | 0.96% | 0.87% | - |
| XYZ | 32.42 | 16.64 | 11.4 | - |
| YUV | 82.33 | 132.9 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 91 | 0 | 0.96 | 0.59 | 0.13 | 337.01 | 0.92 | 0.45 |
| Hex | DF | 9 | 5B | 0 | 60 | 3B | D | 151 | 5C | 2D |
| Octal | 337 | 11 | 133 | 0 | 140 | 73 | 15 | 521 | 134 | 55 |
| Binary | 11011111 | 1001 | 1011011 | 0 | 1100000 | 111011 | 1101 | 101010001 | 1011100 | 101101 |
Color Harmonies of #DF095B
Complementary color
Monochromatic Colors of #DF095B
Black with #DF095B
Text Example
Text Example
White with #DF095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF095B; }
p { color: rgb(223,9,91); }
H1.HeaderClassName
{
color: #DF095B;
}
.AnyTagClassName
{
color: #DF095B;
}
</style>
background-color css
<style>
a { background-color: #DF095B; }
a { background-color: rgb(223,9,91); }
div.DivClassName
{
background-color: #DF095B;
}
.BgClassName
{
background-color: #DF095B;
}
</style>
border-color css
<style>
span { border-color: #DF095B; }
span { border-color: rgb(223,9,91); }
td.TdClassName
{
border-color: #DF095B;
}
.TagClassName
{
border-color: #DF095B;
}
</style>