Shades of Medium Violet Red #DC158B
Tints of Medium Violet Red #DC158B
RGB
CMYK
RGB Variations
Color information
#DC158B (or 0xDC158B) is known color: Medium Violet Red. HEX triplet: DC, 15 and 8B. RGB value is (220,21,139). Sum of RGB (Red+Green+Blue) = 220+21+139=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC158B is #23EA74. Grayscale: #5D5D5D. Windows color (decimal): -2353781 or 9115100. OLE color: 9115100.
HSL color Cylindrical-coordinate representation of color #DC158B: hue angle of 324.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC158B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 139 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.14 |
| HSL | 324.42º | 0.83% | 0.47% | - |
| HSV(B) | 324.42º | 0.9% | 0.86% | - |
| XYZ | 34.44 | 17.62 | 26.01 | - |
| YUV | 93.95 | 153.43 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 139 | 0 | 0.90 | 0.37 | 0.14 | 324.42 | 0.83 | 0.47 |
| Hex | DC | 15 | 8B | 0 | 5A | 25 | E | 144 | 53 | 2F |
| Octal | 334 | 25 | 213 | 0 | 132 | 45 | 16 | 504 | 123 | 57 |
| Binary | 11011100 | 10101 | 10001011 | 0 | 1011010 | 100101 | 1110 | 101000100 | 1010011 | 101111 |
Color Harmonies of #DC158B
Complementary color
Monochromatic Colors of #DC158B
Black with #DC158B
Text Example
Text Example
White with #DC158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC158B; }
p { color: rgb(220,21,139); }
H1.HeaderClassName
{
color: #DC158B;
}
.AnyTagClassName
{
color: #DC158B;
}
</style>
background-color css
<style>
a { background-color: #DC158B; }
a { background-color: rgb(220,21,139); }
div.DivClassName
{
background-color: #DC158B;
}
.BgClassName
{
background-color: #DC158B;
}
</style>
border-color css
<style>
span { border-color: #DC158B; }
span { border-color: rgb(220,21,139); }
td.TdClassName
{
border-color: #DC158B;
}
.TagClassName
{
border-color: #DC158B;
}
</style>