Shades of Medium Violet Red #DF0D85
Tints of Medium Violet Red #DF0D85
RGB
CMYK
RGB Variations
Color information
#DF0D85 (or 0xDF0D85) is known color: Medium Violet Red. HEX triplet: DF, 0D and 85. RGB value is (223,13,133). Sum of RGB (Red+Green+Blue) = 223+13+133=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D85 is #20F27A. Grayscale: #595959. Windows color (decimal): -2159227 or 8719839. OLE color: 8719839.
HSL color Cylindrical-coordinate representation of color #DF0D85: hue angle of 325.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D85 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 133 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.13 |
| HSL | 325.71º | 0.89% | 0.46% | - |
| HSV(B) | 325.71º | 0.94% | 0.87% | - |
| XYZ | 34.81 | 17.67 | 23.77 | - |
| YUV | 89.47 | 152.57 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 133 | 0 | 0.94 | 0.40 | 0.13 | 325.71 | 0.89 | 0.46 |
| Hex | DF | D | 85 | 0 | 5E | 28 | D | 146 | 59 | 2E |
| Octal | 337 | 15 | 205 | 0 | 136 | 50 | 15 | 506 | 131 | 56 |
| Binary | 11011111 | 1101 | 10000101 | 0 | 1011110 | 101000 | 1101 | 101000110 | 1011001 | 101110 |
Color Harmonies of #DF0D85
Complementary color
Monochromatic Colors of #DF0D85
Black with #DF0D85
Text Example
Text Example
White with #DF0D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D85; }
p { color: rgb(223,13,133); }
H1.HeaderClassName
{
color: #DF0D85;
}
.AnyTagClassName
{
color: #DF0D85;
}
</style>
background-color css
<style>
a { background-color: #DF0D85; }
a { background-color: rgb(223,13,133); }
div.DivClassName
{
background-color: #DF0D85;
}
.BgClassName
{
background-color: #DF0D85;
}
</style>
border-color css
<style>
span { border-color: #DF0D85; }
span { border-color: rgb(223,13,133); }
td.TdClassName
{
border-color: #DF0D85;
}
.TagClassName
{
border-color: #DF0D85;
}
</style>