Shades of Medium Violet Red #D5128F
Tints of Medium Violet Red #D5128F
RGB
CMYK
RGB Variations
Color information
#D5128F (or 0xD5128F) is known color: Medium Violet Red. HEX triplet: D5, 12 and 8F. RGB value is (213,18,143). Sum of RGB (Red+Green+Blue) = 213+18+143=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5128F is #2AED70. Grayscale: #5A5A5A. Windows color (decimal): -2813297 or 9376469. OLE color: 9376469.
HSL color Cylindrical-coordinate representation of color #D5128F: hue angle of 321.54º 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 #D5128F is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 143 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.16 |
| HSL | 321.54º | 0.84% | 0.45% | - |
| HSV(B) | 321.54º | 0.92% | 0.84% | - |
| XYZ | 32.61 | 16.56 | 27.46 | - |
| YUV | 90.56 | 157.6 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 143 | 0 | 0.92 | 0.33 | 0.16 | 321.54 | 0.84 | 0.45 |
| Hex | D5 | 12 | 8F | 0 | 5C | 21 | 10 | 142 | 54 | 2D |
| Octal | 325 | 22 | 217 | 0 | 134 | 41 | 20 | 502 | 124 | 55 |
| Binary | 11010101 | 10010 | 10001111 | 0 | 1011100 | 100001 | 10000 | 101000010 | 1010100 | 101101 |
Color Harmonies of #D5128F
Complementary color
Monochromatic Colors of #D5128F
Black with #D5128F
Text Example
Text Example
White with #D5128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5128F; }
p { color: rgb(213,18,143); }
H1.HeaderClassName
{
color: #D5128F;
}
.AnyTagClassName
{
color: #D5128F;
}
</style>
background-color css
<style>
a { background-color: #D5128F; }
a { background-color: rgb(213,18,143); }
div.DivClassName
{
background-color: #D5128F;
}
.BgClassName
{
background-color: #D5128F;
}
</style>
border-color css
<style>
span { border-color: #D5128F; }
span { border-color: rgb(213,18,143); }
td.TdClassName
{
border-color: #D5128F;
}
.TagClassName
{
border-color: #D5128F;
}
</style>