Shades of Medium Violet Red #DF098A
Tints of Medium Violet Red #DF098A
RGB
CMYK
RGB Variations
Color information
#DF098A (or 0xDF098A) is known color: Medium Violet Red. HEX triplet: DF, 09 and 8A. RGB value is (223,9,138). Sum of RGB (Red+Green+Blue) = 223+9+138=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF098A is #20F675. Grayscale: #575757. Windows color (decimal): -2160246 or 9046495. OLE color: 9046495.
HSL color Cylindrical-coordinate representation of color #DF098A: hue angle of 323.83º 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 #DF098A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.13 |
| HSL | 323.83º | 0.92% | 0.45% | - |
| HSV(B) | 323.83º | 0.96% | 0.87% | - |
| XYZ | 35.12 | 17.72 | 25.61 | - |
| YUV | 87.69 | 156.4 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 138 | 0 | 0.96 | 0.38 | 0.13 | 323.83 | 0.92 | 0.45 |
| Hex | DF | 9 | 8A | 0 | 60 | 26 | D | 144 | 5C | 2D |
| Octal | 337 | 11 | 212 | 0 | 140 | 46 | 15 | 504 | 134 | 55 |
| Binary | 11011111 | 1001 | 10001010 | 0 | 1100000 | 100110 | 1101 | 101000100 | 1011100 | 101101 |
Color Harmonies of #DF098A
Complementary color
Monochromatic Colors of #DF098A
Black with #DF098A
Text Example
Text Example
White with #DF098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF098A; }
p { color: rgb(223,9,138); }
H1.HeaderClassName
{
color: #DF098A;
}
.AnyTagClassName
{
color: #DF098A;
}
</style>
background-color css
<style>
a { background-color: #DF098A; }
a { background-color: rgb(223,9,138); }
div.DivClassName
{
background-color: #DF098A;
}
.BgClassName
{
background-color: #DF098A;
}
</style>
border-color css
<style>
span { border-color: #DF098A; }
span { border-color: rgb(223,9,138); }
td.TdClassName
{
border-color: #DF098A;
}
.TagClassName
{
border-color: #DF098A;
}
</style>