Shades of Razzmatazz #DF094D
Tints of Razzmatazz #DF094D
RGB
CMYK
RGB Variations
Color information
#DF094D (or 0xDF094D) is known color: Razzmatazz. HEX triplet: DF, 09 and 4D. RGB value is (223,9,77). Sum of RGB (Red+Green+Blue) = 223+9+77=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF094D is #20F6B2. Grayscale: #505050. Windows color (decimal): -2160307 or 5048799. OLE color: 5048799.
HSL color Cylindrical-coordinate representation of color #DF094D: hue angle of 340.93º 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 #DF094D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.13 |
| HSL | 340.93º | 0.92% | 0.45% | - |
| HSV(B) | 340.93º | 0.96% | 0.87% | - |
| XYZ | 31.87 | 16.42 | 8.51 | - |
| YUV | 80.74 | 125.9 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 77 | 0 | 0.96 | 0.65 | 0.13 | 340.93 | 0.92 | 0.45 |
| Hex | DF | 9 | 4D | 0 | 60 | 41 | D | 155 | 5C | 2D |
| Octal | 337 | 11 | 115 | 0 | 140 | 101 | 15 | 525 | 134 | 55 |
| Binary | 11011111 | 1001 | 1001101 | 0 | 1100000 | 1000001 | 1101 | 101010101 | 1011100 | 101101 |
Color Harmonies of #DF094D
Complementary color
Monochromatic Colors of #DF094D
Black with #DF094D
Text Example
Text Example
White with #DF094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF094D; }
p { color: rgb(223,9,77); }
H1.HeaderClassName
{
color: #DF094D;
}
.AnyTagClassName
{
color: #DF094D;
}
</style>
background-color css
<style>
a { background-color: #DF094D; }
a { background-color: rgb(223,9,77); }
div.DivClassName
{
background-color: #DF094D;
}
.BgClassName
{
background-color: #DF094D;
}
</style>
border-color css
<style>
span { border-color: #DF094D; }
span { border-color: rgb(223,9,77); }
td.TdClassName
{
border-color: #DF094D;
}
.TagClassName
{
border-color: #DF094D;
}
</style>