Shades of Medium Violet Red #DC127E
Tints of Medium Violet Red #DC127E
RGB
CMYK
RGB Variations
Color information
#DC127E (or 0xDC127E) is known color: Medium Violet Red. HEX triplet: DC, 12 and 7E. RGB value is (220,18,126). Sum of RGB (Red+Green+Blue) = 220+18+126=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC127E is #23ED81. Grayscale: #5A5A5A. Windows color (decimal): -2354562 or 8262364. OLE color: 8262364.
HSL color Cylindrical-coordinate representation of color #DC127E: hue angle of 327.92º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC127E is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 126 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.14 |
| HSL | 327.92º | 0.85% | 0.47% | - |
| HSV(B) | 327.92º | 0.92% | 0.86% | - |
| XYZ | 33.5 | 17.15 | 21.28 | - |
| YUV | 90.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 126 | 0 | 0.92 | 0.43 | 0.14 | 327.92 | 0.85 | 0.47 |
| Hex | DC | 12 | 7E | 0 | 5C | 2B | E | 148 | 55 | 2F |
| Octal | 334 | 22 | 176 | 0 | 134 | 53 | 16 | 510 | 125 | 57 |
| Binary | 11011100 | 10010 | 1111110 | 0 | 1011100 | 101011 | 1110 | 101001000 | 1010101 | 101111 |
Color Harmonies of #DC127E
Complementary color
Monochromatic Colors of #DC127E
Black with #DC127E
Text Example
Text Example
White with #DC127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC127E; }
p { color: rgb(220,18,126); }
H1.HeaderClassName
{
color: #DC127E;
}
.AnyTagClassName
{
color: #DC127E;
}
</style>
background-color css
<style>
a { background-color: #DC127E; }
a { background-color: rgb(220,18,126); }
div.DivClassName
{
background-color: #DC127E;
}
.BgClassName
{
background-color: #DC127E;
}
</style>
border-color css
<style>
span { border-color: #DC127E; }
span { border-color: rgb(220,18,126); }
td.TdClassName
{
border-color: #DC127E;
}
.TagClassName
{
border-color: #DC127E;
}
</style>