Shades of Medium Violet Red #DC177E
Tints of Medium Violet Red #DC177E
RGB
CMYK
RGB Variations
Color information
#DC177E (or 0xDC177E) is known color: Medium Violet Red. HEX triplet: DC, 17 and 7E. RGB value is (220,23,126). Sum of RGB (Red+Green+Blue) = 220+23+126=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC177E is #23E881. Grayscale: #5D5D5D. Windows color (decimal): -2353282 or 8263644. OLE color: 8263644.
HSL color Cylindrical-coordinate representation of color #DC177E: hue angle of 328.63º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC177E is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 126 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.14 |
| HSL | 328.63º | 0.81% | 0.48% | - |
| HSV(B) | 328.63º | 0.9% | 0.86% | - |
| XYZ | 33.59 | 17.33 | 21.31 | - |
| YUV | 93.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 126 | 0 | 0.90 | 0.43 | 0.14 | 328.63 | 0.81 | 0.48 |
| Hex | DC | 17 | 7E | 0 | 5A | 2B | E | 149 | 51 | 30 |
| Octal | 334 | 27 | 176 | 0 | 132 | 53 | 16 | 511 | 121 | 60 |
| Binary | 11011100 | 10111 | 1111110 | 0 | 1011010 | 101011 | 1110 | 101001001 | 1010001 | 110000 |
Color Harmonies of #DC177E
Complementary color
Monochromatic Colors of #DC177E
Black with #DC177E
Text Example
Text Example
White with #DC177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC177E; }
p { color: rgb(220,23,126); }
H1.HeaderClassName
{
color: #DC177E;
}
.AnyTagClassName
{
color: #DC177E;
}
</style>
background-color css
<style>
a { background-color: #DC177E; }
a { background-color: rgb(220,23,126); }
div.DivClassName
{
background-color: #DC177E;
}
.BgClassName
{
background-color: #DC177E;
}
</style>
border-color css
<style>
span { border-color: #DC177E; }
span { border-color: rgb(220,23,126); }
td.TdClassName
{
border-color: #DC177E;
}
.TagClassName
{
border-color: #DC177E;
}
</style>