Shades of Medium Violet Red #D5108A
Tints of Medium Violet Red #D5108A
RGB
CMYK
RGB Variations
Color information
#D5108A (or 0xD5108A) is known color: Medium Violet Red. HEX triplet: D5, 10 and 8A. RGB value is (213,16,138). Sum of RGB (Red+Green+Blue) = 213+16+138=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D5108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5108A is #2AEF75. Grayscale: #585858. Windows color (decimal): -2813814 or 9048277. OLE color: 9048277.
HSL color Cylindrical-coordinate representation of color #D5108A: hue angle of 322.84º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5108A is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 138 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.16 |
| HSL | 322.84º | 0.86% | 0.45% | - |
| HSV(B) | 322.84º | 0.92% | 0.84% | - |
| XYZ | 32.21 | 16.35 | 25.5 | - |
| YUV | 88.81 | 155.77 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 138 | 0 | 0.92 | 0.35 | 0.16 | 322.84 | 0.86 | 0.45 |
| Hex | D5 | 10 | 8A | 0 | 5C | 23 | 10 | 143 | 56 | 2D |
| Octal | 325 | 20 | 212 | 0 | 134 | 43 | 20 | 503 | 126 | 55 |
| Binary | 11010101 | 10000 | 10001010 | 0 | 1011100 | 100011 | 10000 | 101000011 | 1010110 | 101101 |
Color Harmonies of #D5108A
Complementary color
Monochromatic Colors of #D5108A
Black with #D5108A
Text Example
Text Example
White with #D5108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5108A; }
p { color: rgb(213,16,138); }
H1.HeaderClassName
{
color: #D5108A;
}
.AnyTagClassName
{
color: #D5108A;
}
</style>
background-color css
<style>
a { background-color: #D5108A; }
a { background-color: rgb(213,16,138); }
div.DivClassName
{
background-color: #D5108A;
}
.BgClassName
{
background-color: #D5108A;
}
</style>
border-color css
<style>
span { border-color: #D5108A; }
span { border-color: rgb(213,16,138); }
td.TdClassName
{
border-color: #D5108A;
}
.TagClassName
{
border-color: #D5108A;
}
</style>