Shades of Medium Violet Red #DF097E
Tints of Medium Violet Red #DF097E
RGB
CMYK
RGB Variations
Color information
#DF097E (or 0xDF097E) is known color: Medium Violet Red. HEX triplet: DF, 09 and 7E. RGB value is (223,9,126). Sum of RGB (Red+Green+Blue) = 223+9+126=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF097E is #20F681. Grayscale: #565656. Windows color (decimal): -2160258 or 8260063. OLE color: 8260063.
HSL color Cylindrical-coordinate representation of color #DF097E: hue angle of 327.2º 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 #DF097E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.13 |
| HSL | 327.2º | 0.92% | 0.45% | - |
| HSV(B) | 327.2º | 0.96% | 0.87% | - |
| XYZ | 34.3 | 17.39 | 21.29 | - |
| YUV | 86.32 | 150.4 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 126 | 0 | 0.96 | 0.43 | 0.13 | 327.2 | 0.92 | 0.45 |
| Hex | DF | 9 | 7E | 0 | 60 | 2B | D | 147 | 5C | 2D |
| Octal | 337 | 11 | 176 | 0 | 140 | 53 | 15 | 507 | 134 | 55 |
| Binary | 11011111 | 1001 | 1111110 | 0 | 1100000 | 101011 | 1101 | 101000111 | 1011100 | 101101 |
Color Harmonies of #DF097E
Complementary color
Monochromatic Colors of #DF097E
Black with #DF097E
Text Example
Text Example
White with #DF097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF097E; }
p { color: rgb(223,9,126); }
H1.HeaderClassName
{
color: #DF097E;
}
.AnyTagClassName
{
color: #DF097E;
}
</style>
background-color css
<style>
a { background-color: #DF097E; }
a { background-color: rgb(223,9,126); }
div.DivClassName
{
background-color: #DF097E;
}
.BgClassName
{
background-color: #DF097E;
}
</style>
border-color css
<style>
span { border-color: #DF097E; }
span { border-color: rgb(223,9,126); }
td.TdClassName
{
border-color: #DF097E;
}
.TagClassName
{
border-color: #DF097E;
}
</style>