Shades of Medium Violet Red #D5127A
Tints of Medium Violet Red #D5127A
RGB
CMYK
RGB Variations
Color information
#D5127A (or 0xD5127A) is known color: Medium Violet Red. HEX triplet: D5, 12 and 7A. RGB value is (213,18,122). Sum of RGB (Red+Green+Blue) = 213+18+122=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5127A is #2AED85. Grayscale: #575757. Windows color (decimal): -2813318 or 8000213. OLE color: 8000213.
HSL color Cylindrical-coordinate representation of color #D5127A: hue angle of 328º degrees, saturation: 0.84, 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 #D5127A is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 122 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.16 |
| HSL | 328º | 0.84% | 0.45% | - |
| HSV(B) | 328º | 0.92% | 0.84% | - |
| XYZ | 31.17 | 15.98 | 19.85 | - |
| YUV | 88.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 122 | 0 | 0.92 | 0.43 | 0.16 | 328 | 0.84 | 0.45 |
| Hex | D5 | 12 | 7A | 0 | 5C | 2B | 10 | 148 | 54 | 2D |
| Octal | 325 | 22 | 172 | 0 | 134 | 53 | 20 | 510 | 124 | 55 |
| Binary | 11010101 | 10010 | 1111010 | 0 | 1011100 | 101011 | 10000 | 101001000 | 1010100 | 101101 |
Color Harmonies of #D5127A
Complementary color
Monochromatic Colors of #D5127A
Black with #D5127A
Text Example
Text Example
White with #D5127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5127A; }
p { color: rgb(213,18,122); }
H1.HeaderClassName
{
color: #D5127A;
}
.AnyTagClassName
{
color: #D5127A;
}
</style>
background-color css
<style>
a { background-color: #D5127A; }
a { background-color: rgb(213,18,122); }
div.DivClassName
{
background-color: #D5127A;
}
.BgClassName
{
background-color: #D5127A;
}
</style>
border-color css
<style>
span { border-color: #D5127A; }
span { border-color: rgb(213,18,122); }
td.TdClassName
{
border-color: #D5127A;
}
.TagClassName
{
border-color: #D5127A;
}
</style>