Shades of Medium Violet Red #DC138D
Tints of Medium Violet Red #DC138D
RGB
CMYK
RGB Variations
Color information
#DC138D (or 0xDC138D) is known color: Medium Violet Red. HEX triplet: DC, 13 and 8D. RGB value is (220,19,141). Sum of RGB (Red+Green+Blue) = 220+19+141=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC138D is #23EC72. Grayscale: #5C5C5C. Windows color (decimal): -2354291 or 9245660. OLE color: 9245660.
HSL color Cylindrical-coordinate representation of color #DC138D: hue angle of 323.58º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC138D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 141 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.14 |
| HSL | 323.58º | 0.84% | 0.47% | - |
| HSV(B) | 323.58º | 0.91% | 0.86% | - |
| XYZ | 34.56 | 17.6 | 26.78 | - |
| YUV | 93.01 | 155.09 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 141 | 0 | 0.91 | 0.36 | 0.14 | 323.58 | 0.84 | 0.47 |
| Hex | DC | 13 | 8D | 0 | 5B | 24 | E | 144 | 54 | 2F |
| Octal | 334 | 23 | 215 | 0 | 133 | 44 | 16 | 504 | 124 | 57 |
| Binary | 11011100 | 10011 | 10001101 | 0 | 1011011 | 100100 | 1110 | 101000100 | 1010100 | 101111 |
Color Harmonies of #DC138D
Complementary color
Monochromatic Colors of #DC138D
Black with #DC138D
Text Example
Text Example
White with #DC138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC138D; }
p { color: rgb(220,19,141); }
H1.HeaderClassName
{
color: #DC138D;
}
.AnyTagClassName
{
color: #DC138D;
}
</style>
background-color css
<style>
a { background-color: #DC138D; }
a { background-color: rgb(220,19,141); }
div.DivClassName
{
background-color: #DC138D;
}
.BgClassName
{
background-color: #DC138D;
}
</style>
border-color css
<style>
span { border-color: #DC138D; }
span { border-color: rgb(220,19,141); }
td.TdClassName
{
border-color: #DC138D;
}
.TagClassName
{
border-color: #DC138D;
}
</style>