Shades of Medium Violet Red #DC138E
Tints of Medium Violet Red #DC138E
RGB
CMYK
RGB Variations
Color information
#DC138E (or 0xDC138E) is known color: Medium Violet Red. HEX triplet: DC, 13 and 8E. RGB value is (220,19,142). Sum of RGB (Red+Green+Blue) = 220+19+142=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC138E is #23EC71. Grayscale: #5C5C5C. Windows color (decimal): -2354290 or 9311196. OLE color: 9311196.
HSL color Cylindrical-coordinate representation of color #DC138E: hue angle of 323.28º 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 #DC138E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 142 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.14 |
| HSL | 323.28º | 0.84% | 0.47% | - |
| HSV(B) | 323.28º | 0.91% | 0.86% | - |
| XYZ | 34.63 | 17.63 | 27.17 | - |
| YUV | 93.12 | 155.59 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 142 | 0 | 0.91 | 0.35 | 0.14 | 323.28 | 0.84 | 0.47 |
| Hex | DC | 13 | 8E | 0 | 5B | 23 | E | 143 | 54 | 2F |
| Octal | 334 | 23 | 216 | 0 | 133 | 43 | 16 | 503 | 124 | 57 |
| Binary | 11011100 | 10011 | 10001110 | 0 | 1011011 | 100011 | 1110 | 101000011 | 1010100 | 101111 |
Color Harmonies of #DC138E
Complementary color
Monochromatic Colors of #DC138E
Black with #DC138E
Text Example
Text Example
White with #DC138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC138E; }
p { color: rgb(220,19,142); }
H1.HeaderClassName
{
color: #DC138E;
}
.AnyTagClassName
{
color: #DC138E;
}
</style>
background-color css
<style>
a { background-color: #DC138E; }
a { background-color: rgb(220,19,142); }
div.DivClassName
{
background-color: #DC138E;
}
.BgClassName
{
background-color: #DC138E;
}
</style>
border-color css
<style>
span { border-color: #DC138E; }
span { border-color: rgb(220,19,142); }
td.TdClassName
{
border-color: #DC138E;
}
.TagClassName
{
border-color: #DC138E;
}
</style>