Shades of Medium Violet Red #DC158D
Tints of Medium Violet Red #DC158D
RGB
CMYK
RGB Variations
Color information
#DC158D (or 0xDC158D) is known color: Medium Violet Red. HEX triplet: DC, 15 and 8D. RGB value is (220,21,141). Sum of RGB (Red+Green+Blue) = 220+21+141=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC158D is #23EA72. Grayscale: #5D5D5D. Windows color (decimal): -2353779 or 9246172. OLE color: 9246172.
HSL color Cylindrical-coordinate representation of color #DC158D: hue angle of 323.82º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC158D is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 141 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.14 |
| HSL | 323.82º | 0.83% | 0.47% | - |
| HSV(B) | 323.82º | 0.9% | 0.86% | - |
| XYZ | 34.59 | 17.68 | 26.79 | - |
| YUV | 94.18 | 154.43 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 141 | 0 | 0.90 | 0.36 | 0.14 | 323.82 | 0.83 | 0.47 |
| Hex | DC | 15 | 8D | 0 | 5A | 24 | E | 144 | 53 | 2F |
| Octal | 334 | 25 | 215 | 0 | 132 | 44 | 16 | 504 | 123 | 57 |
| Binary | 11011100 | 10101 | 10001101 | 0 | 1011010 | 100100 | 1110 | 101000100 | 1010011 | 101111 |
Color Harmonies of #DC158D
Complementary color
Monochromatic Colors of #DC158D
Black with #DC158D
Text Example
Text Example
White with #DC158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC158D; }
p { color: rgb(220,21,141); }
H1.HeaderClassName
{
color: #DC158D;
}
.AnyTagClassName
{
color: #DC158D;
}
</style>
background-color css
<style>
a { background-color: #DC158D; }
a { background-color: rgb(220,21,141); }
div.DivClassName
{
background-color: #DC158D;
}
.BgClassName
{
background-color: #DC158D;
}
</style>
border-color css
<style>
span { border-color: #DC158D; }
span { border-color: rgb(220,21,141); }
td.TdClassName
{
border-color: #DC158D;
}
.TagClassName
{
border-color: #DC158D;
}
</style>