Shades of Medium Violet Red #DC0E96
Tints of Medium Violet Red #DC0E96
RGB
CMYK
RGB Variations
Color information
#DC0E96 (or 0xDC0E96) is known color: Medium Violet Red. HEX triplet: DC, 0E and 96. RGB value is (220,14,150). Sum of RGB (Red+Green+Blue) = 220+14+150=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0E96 is #23F169. Grayscale: #5A5A5A. Windows color (decimal): -2355562 or 9834204. OLE color: 9834204.
HSL color Cylindrical-coordinate representation of color #DC0E96: hue angle of 320.39º 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 #DC0E96 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 150 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.14 |
| HSL | 320.39º | 0.88% | 0.46% | - |
| HSV(B) | 320.39º | 0.94% | 0.86% | - |
| XYZ | 35.18 | 17.73 | 30.42 | - |
| YUV | 91.1 | 161.25 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 150 | 0 | 0.94 | 0.32 | 0.14 | 320.39 | 0.88 | 0.46 |
| Hex | DC | E | 96 | 0 | 5E | 20 | E | 140 | 58 | 2E |
| Octal | 334 | 16 | 226 | 0 | 136 | 40 | 16 | 500 | 130 | 56 |
| Binary | 11011100 | 1110 | 10010110 | 0 | 1011110 | 100000 | 1110 | 101000000 | 1011000 | 101110 |
Color Harmonies of #DC0E96
Complementary color
Monochromatic Colors of #DC0E96
Black with #DC0E96
Text Example
Text Example
White with #DC0E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E96; }
p { color: rgb(220,14,150); }
H1.HeaderClassName
{
color: #DC0E96;
}
.AnyTagClassName
{
color: #DC0E96;
}
</style>
background-color css
<style>
a { background-color: #DC0E96; }
a { background-color: rgb(220,14,150); }
div.DivClassName
{
background-color: #DC0E96;
}
.BgClassName
{
background-color: #DC0E96;
}
</style>
border-color css
<style>
span { border-color: #DC0E96; }
span { border-color: rgb(220,14,150); }
td.TdClassName
{
border-color: #DC0E96;
}
.TagClassName
{
border-color: #DC0E96;
}
</style>