Shades of Medium Violet Red #DF098E
Tints of Medium Violet Red #DF098E
RGB
CMYK
RGB Variations
Color information
#DF098E (or 0xDF098E) is known color: Medium Violet Red. HEX triplet: DF, 09 and 8E. RGB value is (223,9,142). Sum of RGB (Red+Green+Blue) = 223+9+142=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF098E is #20F671. Grayscale: #575757. Windows color (decimal): -2160242 or 9308639. OLE color: 9308639.
HSL color Cylindrical-coordinate representation of color #DF098E: hue angle of 322.71º 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 #DF098E is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 142 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.13 |
| HSL | 322.71º | 0.92% | 0.45% | - |
| HSV(B) | 322.71º | 0.96% | 0.87% | - |
| XYZ | 35.41 | 17.84 | 27.17 | - |
| YUV | 88.15 | 158.4 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 142 | 0 | 0.96 | 0.36 | 0.13 | 322.71 | 0.92 | 0.45 |
| Hex | DF | 9 | 8E | 0 | 60 | 24 | D | 143 | 5C | 2D |
| Octal | 337 | 11 | 216 | 0 | 140 | 44 | 15 | 503 | 134 | 55 |
| Binary | 11011111 | 1001 | 10001110 | 0 | 1100000 | 100100 | 1101 | 101000011 | 1011100 | 101101 |
Color Harmonies of #DF098E
Complementary color
Monochromatic Colors of #DF098E
Black with #DF098E
Text Example
Text Example
White with #DF098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF098E; }
p { color: rgb(223,9,142); }
H1.HeaderClassName
{
color: #DF098E;
}
.AnyTagClassName
{
color: #DF098E;
}
</style>
background-color css
<style>
a { background-color: #DF098E; }
a { background-color: rgb(223,9,142); }
div.DivClassName
{
background-color: #DF098E;
}
.BgClassName
{
background-color: #DF098E;
}
</style>
border-color css
<style>
span { border-color: #DF098E; }
span { border-color: rgb(223,9,142); }
td.TdClassName
{
border-color: #DF098E;
}
.TagClassName
{
border-color: #DF098E;
}
</style>