Shades of Medium Violet Red #DF097A
Tints of Medium Violet Red #DF097A
RGB
CMYK
RGB Variations
Color information
#DF097A (or 0xDF097A) is known color: Medium Violet Red. HEX triplet: DF, 09 and 7A. RGB value is (223,9,122). Sum of RGB (Red+Green+Blue) = 223+9+122=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF097A is #20F685. Grayscale: #555555. Windows color (decimal): -2160262 or 7997919. OLE color: 7997919.
HSL color Cylindrical-coordinate representation of color #DF097A: hue angle of 328.32º 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 #DF097A is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.13 |
| HSL | 328.32º | 0.92% | 0.45% | - |
| HSV(B) | 328.32º | 0.96% | 0.87% | - |
| XYZ | 34.04 | 17.29 | 19.96 | - |
| YUV | 85.87 | 148.4 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 122 | 0 | 0.96 | 0.45 | 0.13 | 328.32 | 0.92 | 0.45 |
| Hex | DF | 9 | 7A | 0 | 60 | 2D | D | 148 | 5C | 2D |
| Octal | 337 | 11 | 172 | 0 | 140 | 55 | 15 | 510 | 134 | 55 |
| Binary | 11011111 | 1001 | 1111010 | 0 | 1100000 | 101101 | 1101 | 101001000 | 1011100 | 101101 |
Color Harmonies of #DF097A
Complementary color
Monochromatic Colors of #DF097A
Black with #DF097A
Text Example
Text Example
White with #DF097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF097A; }
p { color: rgb(223,9,122); }
H1.HeaderClassName
{
color: #DF097A;
}
.AnyTagClassName
{
color: #DF097A;
}
</style>
background-color css
<style>
a { background-color: #DF097A; }
a { background-color: rgb(223,9,122); }
div.DivClassName
{
background-color: #DF097A;
}
.BgClassName
{
background-color: #DF097A;
}
</style>
border-color css
<style>
span { border-color: #DF097A; }
span { border-color: rgb(223,9,122); }
td.TdClassName
{
border-color: #DF097A;
}
.TagClassName
{
border-color: #DF097A;
}
</style>