Shades of Medium Violet Red #DF0988
Tints of Medium Violet Red #DF0988
RGB
CMYK
RGB Variations
Color information
#DF0988 (or 0xDF0988) is known color: Medium Violet Red. HEX triplet: DF, 09 and 88. RGB value is (223,9,136). Sum of RGB (Red+Green+Blue) = 223+9+136=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0988 is #20F677. Grayscale: #575757. Windows color (decimal): -2160248 or 8915423. OLE color: 8915423.
HSL color Cylindrical-coordinate representation of color #DF0988: hue angle of 324.39º 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 #DF0988 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.13 |
| HSL | 324.39º | 0.92% | 0.45% | - |
| HSV(B) | 324.39º | 0.96% | 0.87% | - |
| XYZ | 34.97 | 17.66 | 24.86 | - |
| YUV | 87.46 | 155.4 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 136 | 0 | 0.96 | 0.39 | 0.13 | 324.39 | 0.92 | 0.45 |
| Hex | DF | 9 | 88 | 0 | 60 | 27 | D | 144 | 5C | 2D |
| Octal | 337 | 11 | 210 | 0 | 140 | 47 | 15 | 504 | 134 | 55 |
| Binary | 11011111 | 1001 | 10001000 | 0 | 1100000 | 100111 | 1101 | 101000100 | 1011100 | 101101 |
Color Harmonies of #DF0988
Complementary color
Monochromatic Colors of #DF0988
Black with #DF0988
Text Example
Text Example
White with #DF0988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0988; }
p { color: rgb(223,9,136); }
H1.HeaderClassName
{
color: #DF0988;
}
.AnyTagClassName
{
color: #DF0988;
}
</style>
background-color css
<style>
a { background-color: #DF0988; }
a { background-color: rgb(223,9,136); }
div.DivClassName
{
background-color: #DF0988;
}
.BgClassName
{
background-color: #DF0988;
}
</style>
border-color css
<style>
span { border-color: #DF0988; }
span { border-color: rgb(223,9,136); }
td.TdClassName
{
border-color: #DF0988;
}
.TagClassName
{
border-color: #DF0988;
}
</style>