Shades of Medium Violet Red #D5127D
Tints of Medium Violet Red #D5127D
RGB
CMYK
RGB Variations
Color information
#D5127D (or 0xD5127D) is known color: Medium Violet Red. HEX triplet: D5, 12 and 7D. RGB value is (213,18,125). Sum of RGB (Red+Green+Blue) = 213+18+125=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5127D is #2AED82. Grayscale: #585858. Windows color (decimal): -2813315 or 8196821. OLE color: 8196821.
HSL color Cylindrical-coordinate representation of color #D5127D: hue angle of 327.08º 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 #D5127D is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 125 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.16 |
| HSL | 327.08º | 0.84% | 0.45% | - |
| HSV(B) | 327.08º | 0.92% | 0.84% | - |
| XYZ | 31.36 | 16.06 | 20.85 | - |
| YUV | 88.5 | 148.6 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 125 | 0 | 0.92 | 0.41 | 0.16 | 327.08 | 0.84 | 0.45 |
| Hex | D5 | 12 | 7D | 0 | 5C | 29 | 10 | 147 | 54 | 2D |
| Octal | 325 | 22 | 175 | 0 | 134 | 51 | 20 | 507 | 124 | 55 |
| Binary | 11010101 | 10010 | 1111101 | 0 | 1011100 | 101001 | 10000 | 101000111 | 1010100 | 101101 |
Color Harmonies of #D5127D
Complementary color
Monochromatic Colors of #D5127D
Black with #D5127D
Text Example
Text Example
White with #D5127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5127D; }
p { color: rgb(213,18,125); }
H1.HeaderClassName
{
color: #D5127D;
}
.AnyTagClassName
{
color: #D5127D;
}
</style>
background-color css
<style>
a { background-color: #D5127D; }
a { background-color: rgb(213,18,125); }
div.DivClassName
{
background-color: #D5127D;
}
.BgClassName
{
background-color: #D5127D;
}
</style>
border-color css
<style>
span { border-color: #D5127D; }
span { border-color: rgb(213,18,125); }
td.TdClassName
{
border-color: #D5127D;
}
.TagClassName
{
border-color: #D5127D;
}
</style>