Shades of Medium Violet Red #D5107A
Tints of Medium Violet Red #D5107A
RGB
CMYK
RGB Variations
Color information
#D5107A (or 0xD5107A) is known color: Medium Violet Red. HEX triplet: D5, 10 and 7A. RGB value is (213,16,122). Sum of RGB (Red+Green+Blue) = 213+16+122=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D5107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5107A is #2AEF85. Grayscale: #565656. Windows color (decimal): -2813830 or 7999701. OLE color: 7999701.
HSL color Cylindrical-coordinate representation of color #D5107A: hue angle of 327.72º 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 #D5107A is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 122 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.16 |
| HSL | 327.72º | 0.86% | 0.45% | - |
| HSV(B) | 327.72º | 0.92% | 0.84% | - |
| XYZ | 31.14 | 15.92 | 19.84 | - |
| YUV | 86.99 | 147.77 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 122 | 0 | 0.92 | 0.43 | 0.16 | 327.72 | 0.86 | 0.45 |
| Hex | D5 | 10 | 7A | 0 | 5C | 2B | 10 | 148 | 56 | 2D |
| Octal | 325 | 20 | 172 | 0 | 134 | 53 | 20 | 510 | 126 | 55 |
| Binary | 11010101 | 10000 | 1111010 | 0 | 1011100 | 101011 | 10000 | 101001000 | 1010110 | 101101 |
Color Harmonies of #D5107A
Complementary color
Monochromatic Colors of #D5107A
Black with #D5107A
Text Example
Text Example
White with #D5107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5107A; }
p { color: rgb(213,16,122); }
H1.HeaderClassName
{
color: #D5107A;
}
.AnyTagClassName
{
color: #D5107A;
}
</style>
background-color css
<style>
a { background-color: #D5107A; }
a { background-color: rgb(213,16,122); }
div.DivClassName
{
background-color: #D5107A;
}
.BgClassName
{
background-color: #D5107A;
}
</style>
border-color css
<style>
span { border-color: #D5107A; }
span { border-color: rgb(213,16,122); }
td.TdClassName
{
border-color: #D5107A;
}
.TagClassName
{
border-color: #D5107A;
}
</style>