Shades of Medium Violet Red #DF0C7D
Tints of Medium Violet Red #DF0C7D
RGB
CMYK
RGB Variations
Color information
#DF0C7D (or 0xDF0C7D) is known color: Medium Violet Red. HEX triplet: DF, 0C and 7D. RGB value is (223,12,125). Sum of RGB (Red+Green+Blue) = 223+12+125=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C7D is #20F382. Grayscale: #575757. Windows color (decimal): -2159491 or 8195295. OLE color: 8195295.
HSL color Cylindrical-coordinate representation of color #DF0C7D: hue angle of 327.87º 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 #DF0C7D is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 125 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.13 |
| HSL | 327.87º | 0.9% | 0.46% | - |
| HSV(B) | 327.87º | 0.95% | 0.87% | - |
| XYZ | 34.26 | 17.43 | 20.96 | - |
| YUV | 87.97 | 148.9 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 125 | 0 | 0.95 | 0.44 | 0.13 | 327.87 | 0.9 | 0.46 |
| Hex | DF | C | 7D | 0 | 5F | 2C | D | 148 | 5A | 2E |
| Octal | 337 | 14 | 175 | 0 | 137 | 54 | 15 | 510 | 132 | 56 |
| Binary | 11011111 | 1100 | 1111101 | 0 | 1011111 | 101100 | 1101 | 101001000 | 1011010 | 101110 |
Color Harmonies of #DF0C7D
Complementary color
Monochromatic Colors of #DF0C7D
Black with #DF0C7D
Text Example
Text Example
White with #DF0C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C7D; }
p { color: rgb(223,12,125); }
H1.HeaderClassName
{
color: #DF0C7D;
}
.AnyTagClassName
{
color: #DF0C7D;
}
</style>
background-color css
<style>
a { background-color: #DF0C7D; }
a { background-color: rgb(223,12,125); }
div.DivClassName
{
background-color: #DF0C7D;
}
.BgClassName
{
background-color: #DF0C7D;
}
</style>
border-color css
<style>
span { border-color: #DF0C7D; }
span { border-color: rgb(223,12,125); }
td.TdClassName
{
border-color: #DF0C7D;
}
.TagClassName
{
border-color: #DF0C7D;
}
</style>