Shades of Medium Violet Red #DC108B
Tints of Medium Violet Red #DC108B
RGB
CMYK
RGB Variations
Color information
#DC108B (or 0xDC108B) is known color: Medium Violet Red. HEX triplet: DC, 10 and 8B. RGB value is (220,16,139). Sum of RGB (Red+Green+Blue) = 220+16+139=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC108B is #23EF74. Grayscale: #5A5A5A. Windows color (decimal): -2355061 or 9113820. OLE color: 9113820.
HSL color Cylindrical-coordinate representation of color #DC108B: hue angle of 323.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC108B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 139 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.14 |
| HSL | 323.82º | 0.86% | 0.46% | - |
| HSV(B) | 323.82º | 0.93% | 0.86% | - |
| XYZ | 34.36 | 17.45 | 25.98 | - |
| YUV | 91.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 139 | 0 | 0.93 | 0.37 | 0.14 | 323.82 | 0.86 | 0.46 |
| Hex | DC | 10 | 8B | 0 | 5D | 25 | E | 144 | 56 | 2E |
| Octal | 334 | 20 | 213 | 0 | 135 | 45 | 16 | 504 | 126 | 56 |
| Binary | 11011100 | 10000 | 10001011 | 0 | 1011101 | 100101 | 1110 | 101000100 | 1010110 | 101110 |
Color Harmonies of #DC108B
Complementary color
Monochromatic Colors of #DC108B
Black with #DC108B
Text Example
Text Example
White with #DC108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC108B; }
p { color: rgb(220,16,139); }
H1.HeaderClassName
{
color: #DC108B;
}
.AnyTagClassName
{
color: #DC108B;
}
</style>
background-color css
<style>
a { background-color: #DC108B; }
a { background-color: rgb(220,16,139); }
div.DivClassName
{
background-color: #DC108B;
}
.BgClassName
{
background-color: #DC108B;
}
</style>
border-color css
<style>
span { border-color: #DC108B; }
span { border-color: rgb(220,16,139); }
td.TdClassName
{
border-color: #DC108B;
}
.TagClassName
{
border-color: #DC108B;
}
</style>