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