Shades of Medium Violet Red #DC0E8E
Tints of Medium Violet Red #DC0E8E
RGB
CMYK
RGB Variations
Color information
#DC0E8E (or 0xDC0E8E) is known color: Medium Violet Red. HEX triplet: DC, 0E and 8E. RGB value is (220,14,142). Sum of RGB (Red+Green+Blue) = 220+14+142=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0E8E is #23F171. Grayscale: #595959. Windows color (decimal): -2355570 or 9309916. OLE color: 9309916.
HSL color Cylindrical-coordinate representation of color #DC0E8E: hue angle of 322.72º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E8E is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 142 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.14 |
| HSL | 322.72º | 0.88% | 0.46% | - |
| HSV(B) | 322.72º | 0.94% | 0.86% | - |
| XYZ | 34.55 | 17.48 | 27.14 | - |
| YUV | 90.19 | 157.25 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 142 | 0 | 0.94 | 0.35 | 0.14 | 322.72 | 0.88 | 0.46 |
| Hex | DC | E | 8E | 0 | 5E | 23 | E | 143 | 58 | 2E |
| Octal | 334 | 16 | 216 | 0 | 136 | 43 | 16 | 503 | 130 | 56 |
| Binary | 11011100 | 1110 | 10001110 | 0 | 1011110 | 100011 | 1110 | 101000011 | 1011000 | 101110 |
Color Harmonies of #DC0E8E
Complementary color
Monochromatic Colors of #DC0E8E
Black with #DC0E8E
Text Example
Text Example
White with #DC0E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E8E; }
p { color: rgb(220,14,142); }
H1.HeaderClassName
{
color: #DC0E8E;
}
.AnyTagClassName
{
color: #DC0E8E;
}
</style>
background-color css
<style>
a { background-color: #DC0E8E; }
a { background-color: rgb(220,14,142); }
div.DivClassName
{
background-color: #DC0E8E;
}
.BgClassName
{
background-color: #DC0E8E;
}
</style>
border-color css
<style>
span { border-color: #DC0E8E; }
span { border-color: rgb(220,14,142); }
td.TdClassName
{
border-color: #DC0E8E;
}
.TagClassName
{
border-color: #DC0E8E;
}
</style>