Shades of Medium Violet Red #D5128E
Tints of Medium Violet Red #D5128E
RGB
CMYK
RGB Variations
Color information
#D5128E (or 0xD5128E) is known color: Medium Violet Red. HEX triplet: D5, 12 and 8E. RGB value is (213,18,142). Sum of RGB (Red+Green+Blue) = 213+18+142=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5128E is #2AED71. Grayscale: #5A5A5A. Windows color (decimal): -2813298 or 9310933. OLE color: 9310933.
HSL color Cylindrical-coordinate representation of color #D5128E: hue angle of 321.85º 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 #D5128E is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 142 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.16 |
| HSL | 321.85º | 0.84% | 0.45% | - |
| HSV(B) | 321.85º | 0.92% | 0.84% | - |
| XYZ | 32.54 | 16.53 | 27.07 | - |
| YUV | 90.44 | 157.1 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 142 | 0 | 0.92 | 0.33 | 0.16 | 321.85 | 0.84 | 0.45 |
| Hex | D5 | 12 | 8E | 0 | 5C | 21 | 10 | 142 | 54 | 2D |
| Octal | 325 | 22 | 216 | 0 | 134 | 41 | 20 | 502 | 124 | 55 |
| Binary | 11010101 | 10010 | 10001110 | 0 | 1011100 | 100001 | 10000 | 101000010 | 1010100 | 101101 |
Color Harmonies of #D5128E
Complementary color
Monochromatic Colors of #D5128E
Black with #D5128E
Text Example
Text Example
White with #D5128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5128E; }
p { color: rgb(213,18,142); }
H1.HeaderClassName
{
color: #D5128E;
}
.AnyTagClassName
{
color: #D5128E;
}
</style>
background-color css
<style>
a { background-color: #D5128E; }
a { background-color: rgb(213,18,142); }
div.DivClassName
{
background-color: #D5128E;
}
.BgClassName
{
background-color: #D5128E;
}
</style>
border-color css
<style>
span { border-color: #D5128E; }
span { border-color: rgb(213,18,142); }
td.TdClassName
{
border-color: #D5128E;
}
.TagClassName
{
border-color: #D5128E;
}
</style>