Shades of Medium Violet Red #DC128B
Tints of Medium Violet Red #DC128B
RGB
CMYK
RGB Variations
Color information
#DC128B (or 0xDC128B) is known color: Medium Violet Red. HEX triplet: DC, 12 and 8B. RGB value is (220,18,139). Sum of RGB (Red+Green+Blue) = 220+18+139=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC128B is #23ED74. Grayscale: #5B5B5B. Windows color (decimal): -2354549 or 9114332. OLE color: 9114332.
HSL color Cylindrical-coordinate representation of color #DC128B: hue angle of 324.06º 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 #DC128B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 139 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.14 |
| HSL | 324.06º | 0.85% | 0.47% | - |
| HSV(B) | 324.06º | 0.92% | 0.86% | - |
| XYZ | 34.39 | 17.51 | 25.99 | - |
| YUV | 92.19 | 154.42 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 139 | 0 | 0.92 | 0.37 | 0.14 | 324.06 | 0.85 | 0.47 |
| Hex | DC | 12 | 8B | 0 | 5C | 25 | E | 144 | 55 | 2F |
| Octal | 334 | 22 | 213 | 0 | 134 | 45 | 16 | 504 | 125 | 57 |
| Binary | 11011100 | 10010 | 10001011 | 0 | 1011100 | 100101 | 1110 | 101000100 | 1010101 | 101111 |
Color Harmonies of #DC128B
Complementary color
Monochromatic Colors of #DC128B
Black with #DC128B
Text Example
Text Example
White with #DC128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC128B; }
p { color: rgb(220,18,139); }
H1.HeaderClassName
{
color: #DC128B;
}
.AnyTagClassName
{
color: #DC128B;
}
</style>
background-color css
<style>
a { background-color: #DC128B; }
a { background-color: rgb(220,18,139); }
div.DivClassName
{
background-color: #DC128B;
}
.BgClassName
{
background-color: #DC128B;
}
</style>
border-color css
<style>
span { border-color: #DC128B; }
span { border-color: rgb(220,18,139); }
td.TdClassName
{
border-color: #DC128B;
}
.TagClassName
{
border-color: #DC128B;
}
</style>