Shades of Medium Violet Red #DC147F
Tints of Medium Violet Red #DC147F
RGB
CMYK
RGB Variations
Color information
#DC147F (or 0xDC147F) is known color: Medium Violet Red. HEX triplet: DC, 14 and 7F. RGB value is (220,20,127). Sum of RGB (Red+Green+Blue) = 220+20+127=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC147F is #23EB80. Grayscale: #5B5B5B. Windows color (decimal): -2354049 or 8328412. OLE color: 8328412.
HSL color Cylindrical-coordinate representation of color #DC147F: hue angle of 327.9º degrees, saturation: 0.83, 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 #DC147F is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 127 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.14 |
| HSL | 327.9º | 0.83% | 0.47% | - |
| HSV(B) | 327.9º | 0.91% | 0.86% | - |
| XYZ | 33.6 | 17.25 | 21.64 | - |
| YUV | 92 | 147.76 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 127 | 0 | 0.91 | 0.42 | 0.14 | 327.9 | 0.83 | 0.47 |
| Hex | DC | 14 | 7F | 0 | 5B | 2A | E | 148 | 53 | 2F |
| Octal | 334 | 24 | 177 | 0 | 133 | 52 | 16 | 510 | 123 | 57 |
| Binary | 11011100 | 10100 | 1111111 | 0 | 1011011 | 101010 | 1110 | 101001000 | 1010011 | 101111 |
Color Harmonies of #DC147F
Complementary color
Monochromatic Colors of #DC147F
Black with #DC147F
Text Example
Text Example
White with #DC147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC147F; }
p { color: rgb(220,20,127); }
H1.HeaderClassName
{
color: #DC147F;
}
.AnyTagClassName
{
color: #DC147F;
}
</style>
background-color css
<style>
a { background-color: #DC147F; }
a { background-color: rgb(220,20,127); }
div.DivClassName
{
background-color: #DC147F;
}
.BgClassName
{
background-color: #DC147F;
}
</style>
border-color css
<style>
span { border-color: #DC147F; }
span { border-color: rgb(220,20,127); }
td.TdClassName
{
border-color: #DC147F;
}
.TagClassName
{
border-color: #DC147F;
}
</style>