Shades of Medium Violet Red #DF0D7D
Tints of Medium Violet Red #DF0D7D
RGB
CMYK
RGB Variations
Color information
#DF0D7D (or 0xDF0D7D) is known color: Medium Violet Red. HEX triplet: DF, 0D and 7D. RGB value is (223,13,125). Sum of RGB (Red+Green+Blue) = 223+13+125=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0D7D is #20F282. Grayscale: #585858. Windows color (decimal): -2159235 or 8195551. OLE color: 8195551.
HSL color Cylindrical-coordinate representation of color #DF0D7D: hue angle of 328º 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 #DF0D7D is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 125 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.13 |
| HSL | 328º | 0.89% | 0.46% | - |
| HSV(B) | 328º | 0.94% | 0.87% | - |
| XYZ | 34.28 | 17.46 | 20.96 | - |
| YUV | 88.56 | 148.57 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 125 | 0 | 0.94 | 0.44 | 0.13 | 328 | 0.89 | 0.46 |
| Hex | DF | D | 7D | 0 | 5E | 2C | D | 148 | 59 | 2E |
| Octal | 337 | 15 | 175 | 0 | 136 | 54 | 15 | 510 | 131 | 56 |
| Binary | 11011111 | 1101 | 1111101 | 0 | 1011110 | 101100 | 1101 | 101001000 | 1011001 | 101110 |
Color Harmonies of #DF0D7D
Complementary color
Monochromatic Colors of #DF0D7D
Black with #DF0D7D
Text Example
Text Example
White with #DF0D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D7D; }
p { color: rgb(223,13,125); }
H1.HeaderClassName
{
color: #DF0D7D;
}
.AnyTagClassName
{
color: #DF0D7D;
}
</style>
background-color css
<style>
a { background-color: #DF0D7D; }
a { background-color: rgb(223,13,125); }
div.DivClassName
{
background-color: #DF0D7D;
}
.BgClassName
{
background-color: #DF0D7D;
}
</style>
border-color css
<style>
span { border-color: #DF0D7D; }
span { border-color: rgb(223,13,125); }
td.TdClassName
{
border-color: #DF0D7D;
}
.TagClassName
{
border-color: #DF0D7D;
}
</style>