Shades of Medium Violet Red #D5177A
Tints of Medium Violet Red #D5177A
RGB
CMYK
RGB Variations
Color information
#D5177A (or 0xD5177A) is known color: Medium Violet Red. HEX triplet: D5, 17 and 7A. RGB value is (213,23,122). Sum of RGB (Red+Green+Blue) = 213+23+122=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5177A is #2AE885. Grayscale: #5A5A5A. Windows color (decimal): -2812038 or 8001493. OLE color: 8001493.
HSL color Cylindrical-coordinate representation of color #D5177A: hue angle of 328.74º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5177A is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 122 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.16 |
| HSL | 328.74º | 0.81% | 0.46% | - |
| HSV(B) | 328.74º | 0.89% | 0.84% | - |
| XYZ | 31.26 | 16.16 | 19.88 | - |
| YUV | 91.1 | 145.45 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 122 | 0 | 0.89 | 0.43 | 0.16 | 328.74 | 0.81 | 0.46 |
| Hex | D5 | 17 | 7A | 0 | 59 | 2B | 10 | 149 | 51 | 2E |
| Octal | 325 | 27 | 172 | 0 | 131 | 53 | 20 | 511 | 121 | 56 |
| Binary | 11010101 | 10111 | 1111010 | 0 | 1011001 | 101011 | 10000 | 101001001 | 1010001 | 101110 |
Color Harmonies of #D5177A
Complementary color
Monochromatic Colors of #D5177A
Black with #D5177A
Text Example
Text Example
White with #D5177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5177A; }
p { color: rgb(213,23,122); }
H1.HeaderClassName
{
color: #D5177A;
}
.AnyTagClassName
{
color: #D5177A;
}
</style>
background-color css
<style>
a { background-color: #D5177A; }
a { background-color: rgb(213,23,122); }
div.DivClassName
{
background-color: #D5177A;
}
.BgClassName
{
background-color: #D5177A;
}
</style>
border-color css
<style>
span { border-color: #D5177A; }
span { border-color: rgb(213,23,122); }
td.TdClassName
{
border-color: #D5177A;
}
.TagClassName
{
border-color: #D5177A;
}
</style>