Shades of Medium Violet Red #D5147C
Tints of Medium Violet Red #D5147C
RGB
CMYK
RGB Variations
Color information
#D5147C (or 0xD5147C) is known color: Medium Violet Red. HEX triplet: D5, 14 and 7C. RGB value is (213,20,124). Sum of RGB (Red+Green+Blue) = 213+20+124=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5147C is #2AEB83. Grayscale: #595959. Windows color (decimal): -2812804 or 8131797. OLE color: 8131797.
HSL color Cylindrical-coordinate representation of color #D5147C: hue angle of 327.67º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5147C is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 124 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.16 |
| HSL | 327.67º | 0.83% | 0.46% | - |
| HSV(B) | 327.67º | 0.91% | 0.84% | - |
| XYZ | 31.33 | 16.1 | 20.53 | - |
| YUV | 89.56 | 147.44 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 124 | 0 | 0.91 | 0.42 | 0.16 | 327.67 | 0.83 | 0.46 |
| Hex | D5 | 14 | 7C | 0 | 5B | 2A | 10 | 148 | 53 | 2E |
| Octal | 325 | 24 | 174 | 0 | 133 | 52 | 20 | 510 | 123 | 56 |
| Binary | 11010101 | 10100 | 1111100 | 0 | 1011011 | 101010 | 10000 | 101001000 | 1010011 | 101110 |
Color Harmonies of #D5147C
Complementary color
Monochromatic Colors of #D5147C
Black with #D5147C
Text Example
Text Example
White with #D5147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5147C; }
p { color: rgb(213,20,124); }
H1.HeaderClassName
{
color: #D5147C;
}
.AnyTagClassName
{
color: #D5147C;
}
</style>
background-color css
<style>
a { background-color: #D5147C; }
a { background-color: rgb(213,20,124); }
div.DivClassName
{
background-color: #D5147C;
}
.BgClassName
{
background-color: #D5147C;
}
</style>
border-color css
<style>
span { border-color: #D5147C; }
span { border-color: rgb(213,20,124); }
td.TdClassName
{
border-color: #D5147C;
}
.TagClassName
{
border-color: #D5147C;
}
</style>