Shades of Medium Violet Red #DC0F8D
Tints of Medium Violet Red #DC0F8D
RGB
CMYK
RGB Variations
Color information
#DC0F8D (or 0xDC0F8D) is known color: Medium Violet Red. HEX triplet: DC, 0F and 8D. RGB value is (220,15,141). Sum of RGB (Red+Green+Blue) = 220+15+141=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0F8D is #23F072. Grayscale: #5A5A5A. Windows color (decimal): -2355315 or 9244636. OLE color: 9244636.
HSL color Cylindrical-coordinate representation of color #DC0F8D: hue angle of 323.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F8D is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 141 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.14 |
| HSL | 323.12º | 0.87% | 0.46% | - |
| HSV(B) | 323.12º | 0.93% | 0.86% | - |
| XYZ | 34.49 | 17.48 | 26.76 | - |
| YUV | 90.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 141 | 0 | 0.93 | 0.36 | 0.14 | 323.12 | 0.87 | 0.46 |
| Hex | DC | F | 8D | 0 | 5D | 24 | E | 143 | 57 | 2E |
| Octal | 334 | 17 | 215 | 0 | 135 | 44 | 16 | 503 | 127 | 56 |
| Binary | 11011100 | 1111 | 10001101 | 0 | 1011101 | 100100 | 1110 | 101000011 | 1010111 | 101110 |
Color Harmonies of #DC0F8D
Complementary color
Monochromatic Colors of #DC0F8D
Black with #DC0F8D
Text Example
Text Example
White with #DC0F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F8D; }
p { color: rgb(220,15,141); }
H1.HeaderClassName
{
color: #DC0F8D;
}
.AnyTagClassName
{
color: #DC0F8D;
}
</style>
background-color css
<style>
a { background-color: #DC0F8D; }
a { background-color: rgb(220,15,141); }
div.DivClassName
{
background-color: #DC0F8D;
}
.BgClassName
{
background-color: #DC0F8D;
}
</style>
border-color css
<style>
span { border-color: #DC0F8D; }
span { border-color: rgb(220,15,141); }
td.TdClassName
{
border-color: #DC0F8D;
}
.TagClassName
{
border-color: #DC0F8D;
}
</style>