Shades of Medium Violet Red #D9127D
Tints of Medium Violet Red #D9127D
RGB
CMYK
RGB Variations
Color information
#D9127D (or 0xD9127D) is known color: Medium Violet Red. HEX triplet: D9, 12 and 7D. RGB value is (217,18,125). Sum of RGB (Red+Green+Blue) = 217+18+125=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9127D is #26ED82. Grayscale: #595959. Windows color (decimal): -2551171 or 8196825. OLE color: 8196825.
HSL color Cylindrical-coordinate representation of color #D9127D: hue angle of 327.74º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9127D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 125 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.15 |
| HSL | 327.74º | 0.85% | 0.46% | - |
| HSV(B) | 327.74º | 0.92% | 0.85% | - |
| XYZ | 32.53 | 16.67 | 20.9 | - |
| YUV | 89.7 | 147.93 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 125 | 0 | 0.92 | 0.42 | 0.15 | 327.74 | 0.85 | 0.46 |
| Hex | D9 | 12 | 7D | 0 | 5C | 2A | F | 148 | 55 | 2E |
| Octal | 331 | 22 | 175 | 0 | 134 | 52 | 17 | 510 | 125 | 56 |
| Binary | 11011001 | 10010 | 1111101 | 0 | 1011100 | 101010 | 1111 | 101001000 | 1010101 | 101110 |
Color Harmonies of #D9127D
Complementary color
Monochromatic Colors of #D9127D
Black with #D9127D
Text Example
Text Example
White with #D9127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9127D; }
p { color: rgb(217,18,125); }
H1.HeaderClassName
{
color: #D9127D;
}
.AnyTagClassName
{
color: #D9127D;
}
</style>
background-color css
<style>
a { background-color: #D9127D; }
a { background-color: rgb(217,18,125); }
div.DivClassName
{
background-color: #D9127D;
}
.BgClassName
{
background-color: #D9127D;
}
</style>
border-color css
<style>
span { border-color: #D9127D; }
span { border-color: rgb(217,18,125); }
td.TdClassName
{
border-color: #D9127D;
}
.TagClassName
{
border-color: #D9127D;
}
</style>