Shades of Medium Violet Red #DC127F
Tints of Medium Violet Red #DC127F
RGB
CMYK
RGB Variations
Color information
#DC127F (or 0xDC127F) is known color: Medium Violet Red. HEX triplet: DC, 12 and 7F. RGB value is (220,18,127). Sum of RGB (Red+Green+Blue) = 220+18+127=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC127F is #23ED80. Grayscale: #5A5A5A. Windows color (decimal): -2354561 or 8327900. OLE color: 8327900.
HSL color Cylindrical-coordinate representation of color #DC127F: hue angle of 327.62º 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 #DC127F is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 127 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.14 |
| HSL | 327.62º | 0.85% | 0.47% | - |
| HSV(B) | 327.62º | 0.92% | 0.86% | - |
| XYZ | 33.56 | 17.18 | 21.63 | - |
| YUV | 90.82 | 148.42 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 127 | 0 | 0.92 | 0.42 | 0.14 | 327.62 | 0.85 | 0.47 |
| Hex | DC | 12 | 7F | 0 | 5C | 2A | E | 148 | 55 | 2F |
| Octal | 334 | 22 | 177 | 0 | 134 | 52 | 16 | 510 | 125 | 57 |
| Binary | 11011100 | 10010 | 1111111 | 0 | 1011100 | 101010 | 1110 | 101001000 | 1010101 | 101111 |
Color Harmonies of #DC127F
Complementary color
Monochromatic Colors of #DC127F
Black with #DC127F
Text Example
Text Example
White with #DC127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC127F; }
p { color: rgb(220,18,127); }
H1.HeaderClassName
{
color: #DC127F;
}
.AnyTagClassName
{
color: #DC127F;
}
</style>
background-color css
<style>
a { background-color: #DC127F; }
a { background-color: rgb(220,18,127); }
div.DivClassName
{
background-color: #DC127F;
}
.BgClassName
{
background-color: #DC127F;
}
</style>
border-color css
<style>
span { border-color: #DC127F; }
span { border-color: rgb(220,18,127); }
td.TdClassName
{
border-color: #DC127F;
}
.TagClassName
{
border-color: #DC127F;
}
</style>