Shades of Medium Violet Red #DF0C7A
Tints of Medium Violet Red #DF0C7A
RGB
CMYK
RGB Variations
Color information
#DF0C7A (or 0xDF0C7A) is known color: Medium Violet Red. HEX triplet: DF, 0C and 7A. RGB value is (223,12,122). Sum of RGB (Red+Green+Blue) = 223+12+122=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C7A is #20F385. Grayscale: #575757. Windows color (decimal): -2159494 or 7998687. OLE color: 7998687.
HSL color Cylindrical-coordinate representation of color #DF0C7A: hue angle of 328.72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C7A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 122 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.13 |
| HSL | 328.72º | 0.9% | 0.46% | - |
| HSV(B) | 328.72º | 0.95% | 0.87% | - |
| XYZ | 34.08 | 17.36 | 19.97 | - |
| YUV | 87.63 | 147.4 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 122 | 0 | 0.95 | 0.45 | 0.13 | 328.72 | 0.9 | 0.46 |
| Hex | DF | C | 7A | 0 | 5F | 2D | D | 149 | 5A | 2E |
| Octal | 337 | 14 | 172 | 0 | 137 | 55 | 15 | 511 | 132 | 56 |
| Binary | 11011111 | 1100 | 1111010 | 0 | 1011111 | 101101 | 1101 | 101001001 | 1011010 | 101110 |
Color Harmonies of #DF0C7A
Complementary color
Monochromatic Colors of #DF0C7A
Black with #DF0C7A
Text Example
Text Example
White with #DF0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C7A; }
p { color: rgb(223,12,122); }
H1.HeaderClassName
{
color: #DF0C7A;
}
.AnyTagClassName
{
color: #DF0C7A;
}
</style>
background-color css
<style>
a { background-color: #DF0C7A; }
a { background-color: rgb(223,12,122); }
div.DivClassName
{
background-color: #DF0C7A;
}
.BgClassName
{
background-color: #DF0C7A;
}
</style>
border-color css
<style>
span { border-color: #DF0C7A; }
span { border-color: rgb(223,12,122); }
td.TdClassName
{
border-color: #DF0C7A;
}
.TagClassName
{
border-color: #DF0C7A;
}
</style>