Shades of Medium Violet Red #DC108C
Tints of Medium Violet Red #DC108C
RGB
CMYK
RGB Variations
Color information
#DC108C (or 0xDC108C) is known color: Medium Violet Red. HEX triplet: DC, 10 and 8C. RGB value is (220,16,140). Sum of RGB (Red+Green+Blue) = 220+16+140=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC108C is #23EF73. Grayscale: #5A5A5A. Windows color (decimal): -2355060 or 9179356. OLE color: 9179356.
HSL color Cylindrical-coordinate representation of color #DC108C: hue angle of 323.53º degrees, saturation: 0.86, 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 #DC108C is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 140 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.14 |
| HSL | 323.53º | 0.86% | 0.46% | - |
| HSV(B) | 323.53º | 0.93% | 0.86% | - |
| XYZ | 34.43 | 17.48 | 26.37 | - |
| YUV | 91.13 | 155.59 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 140 | 0 | 0.93 | 0.36 | 0.14 | 323.53 | 0.86 | 0.46 |
| Hex | DC | 10 | 8C | 0 | 5D | 24 | E | 144 | 56 | 2E |
| Octal | 334 | 20 | 214 | 0 | 135 | 44 | 16 | 504 | 126 | 56 |
| Binary | 11011100 | 10000 | 10001100 | 0 | 1011101 | 100100 | 1110 | 101000100 | 1010110 | 101110 |
Color Harmonies of #DC108C
Complementary color
Monochromatic Colors of #DC108C
Black with #DC108C
Text Example
Text Example
White with #DC108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC108C; }
p { color: rgb(220,16,140); }
H1.HeaderClassName
{
color: #DC108C;
}
.AnyTagClassName
{
color: #DC108C;
}
</style>
background-color css
<style>
a { background-color: #DC108C; }
a { background-color: rgb(220,16,140); }
div.DivClassName
{
background-color: #DC108C;
}
.BgClassName
{
background-color: #DC108C;
}
</style>
border-color css
<style>
span { border-color: #DC108C; }
span { border-color: rgb(220,16,140); }
td.TdClassName
{
border-color: #DC108C;
}
.TagClassName
{
border-color: #DC108C;
}
</style>