Shades of Medium Violet Red #DF0A7A
Tints of Medium Violet Red #DF0A7A
RGB
CMYK
RGB Variations
Color information
#DF0A7A (or 0xDF0A7A) is known color: Medium Violet Red. HEX triplet: DF, 0A and 7A. RGB value is (223,10,122). Sum of RGB (Red+Green+Blue) = 223+10+122=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0A7A is #20F585. Grayscale: #565656. Windows color (decimal): -2160006 or 7998175. OLE color: 7998175.
HSL color Cylindrical-coordinate representation of color #DF0A7A: hue angle of 328.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A7A is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 122 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.13 |
| HSL | 328.45º | 0.91% | 0.46% | - |
| HSV(B) | 328.45º | 0.96% | 0.87% | - |
| XYZ | 34.05 | 17.31 | 19.96 | - |
| YUV | 86.46 | 148.07 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 122 | 0 | 0.96 | 0.45 | 0.13 | 328.45 | 0.91 | 0.46 |
| Hex | DF | A | 7A | 0 | 60 | 2D | D | 148 | 5B | 2E |
| Octal | 337 | 12 | 172 | 0 | 140 | 55 | 15 | 510 | 133 | 56 |
| Binary | 11011111 | 1010 | 1111010 | 0 | 1100000 | 101101 | 1101 | 101001000 | 1011011 | 101110 |
Color Harmonies of #DF0A7A
Complementary color
Monochromatic Colors of #DF0A7A
Black with #DF0A7A
Text Example
Text Example
White with #DF0A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A7A; }
p { color: rgb(223,10,122); }
H1.HeaderClassName
{
color: #DF0A7A;
}
.AnyTagClassName
{
color: #DF0A7A;
}
</style>
background-color css
<style>
a { background-color: #DF0A7A; }
a { background-color: rgb(223,10,122); }
div.DivClassName
{
background-color: #DF0A7A;
}
.BgClassName
{
background-color: #DF0A7A;
}
</style>
border-color css
<style>
span { border-color: #DF0A7A; }
span { border-color: rgb(223,10,122); }
td.TdClassName
{
border-color: #DF0A7A;
}
.TagClassName
{
border-color: #DF0A7A;
}
</style>