Shades of Medium Violet Red #DC138A
Tints of Medium Violet Red #DC138A
RGB
CMYK
RGB Variations
Color information
#DC138A (or 0xDC138A) is known color: Medium Violet Red. HEX triplet: DC, 13 and 8A. RGB value is (220,19,138). Sum of RGB (Red+Green+Blue) = 220+19+138=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC138A is #23EC75. Grayscale: #5C5C5C. Windows color (decimal): -2354294 or 9049052. OLE color: 9049052.
HSL color Cylindrical-coordinate representation of color #DC138A: hue angle of 324.48º 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 #DC138A is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 138 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.14 |
| HSL | 324.48º | 0.84% | 0.47% | - |
| HSV(B) | 324.48º | 0.91% | 0.86% | - |
| XYZ | 34.34 | 17.52 | 25.62 | - |
| YUV | 92.67 | 153.59 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 138 | 0 | 0.91 | 0.37 | 0.14 | 324.48 | 0.84 | 0.47 |
| Hex | DC | 13 | 8A | 0 | 5B | 25 | E | 144 | 54 | 2F |
| Octal | 334 | 23 | 212 | 0 | 133 | 45 | 16 | 504 | 124 | 57 |
| Binary | 11011100 | 10011 | 10001010 | 0 | 1011011 | 100101 | 1110 | 101000100 | 1010100 | 101111 |
Color Harmonies of #DC138A
Complementary color
Monochromatic Colors of #DC138A
Black with #DC138A
Text Example
Text Example
White with #DC138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC138A; }
p { color: rgb(220,19,138); }
H1.HeaderClassName
{
color: #DC138A;
}
.AnyTagClassName
{
color: #DC138A;
}
</style>
background-color css
<style>
a { background-color: #DC138A; }
a { background-color: rgb(220,19,138); }
div.DivClassName
{
background-color: #DC138A;
}
.BgClassName
{
background-color: #DC138A;
}
</style>
border-color css
<style>
span { border-color: #DC138A; }
span { border-color: rgb(220,19,138); }
td.TdClassName
{
border-color: #DC138A;
}
.TagClassName
{
border-color: #DC138A;
}
</style>