Shades of Medium Violet Red #D5107F
Tints of Medium Violet Red #D5107F
RGB
CMYK
RGB Variations
Color information
#D5107F (or 0xD5107F) is known color: Medium Violet Red. HEX triplet: D5, 10 and 7F. RGB value is (213,16,127). Sum of RGB (Red+Green+Blue) = 213+16+127=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5107F is #2AEF80. Grayscale: #575757. Windows color (decimal): -2813825 or 8327381. OLE color: 8327381.
HSL color Cylindrical-coordinate representation of color #D5107F: hue angle of 326.19º 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 #D5107F is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 127 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.16 |
| HSL | 326.19º | 0.86% | 0.45% | - |
| HSV(B) | 326.19º | 0.92% | 0.84% | - |
| XYZ | 31.46 | 16.05 | 21.52 | - |
| YUV | 87.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 127 | 0 | 0.92 | 0.40 | 0.16 | 326.19 | 0.86 | 0.45 |
| Hex | D5 | 10 | 7F | 0 | 5C | 28 | 10 | 146 | 56 | 2D |
| Octal | 325 | 20 | 177 | 0 | 134 | 50 | 20 | 506 | 126 | 55 |
| Binary | 11010101 | 10000 | 1111111 | 0 | 1011100 | 101000 | 10000 | 101000110 | 1010110 | 101101 |
Color Harmonies of #D5107F
Complementary color
Monochromatic Colors of #D5107F
Black with #D5107F
Text Example
Text Example
White with #D5107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5107F; }
p { color: rgb(213,16,127); }
H1.HeaderClassName
{
color: #D5107F;
}
.AnyTagClassName
{
color: #D5107F;
}
</style>
background-color css
<style>
a { background-color: #D5107F; }
a { background-color: rgb(213,16,127); }
div.DivClassName
{
background-color: #D5107F;
}
.BgClassName
{
background-color: #D5107F;
}
</style>
border-color css
<style>
span { border-color: #D5107F; }
span { border-color: rgb(213,16,127); }
td.TdClassName
{
border-color: #D5107F;
}
.TagClassName
{
border-color: #D5107F;
}
</style>