Shades of Medium Violet Red #D9127B
Tints of Medium Violet Red #D9127B
RGB
CMYK
RGB Variations
Color information
#D9127B (or 0xD9127B) is known color: Medium Violet Red. HEX triplet: D9, 12 and 7B. RGB value is (217,18,123). Sum of RGB (Red+Green+Blue) = 217+18+123=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9127B is #26ED84. Grayscale: #595959. Windows color (decimal): -2551173 or 8065753. OLE color: 8065753.
HSL color Cylindrical-coordinate representation of color #D9127B: hue angle of 328.34º 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 #D9127B is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 123 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.15 |
| HSL | 328.34º | 0.85% | 0.46% | - |
| HSV(B) | 328.34º | 0.92% | 0.85% | - |
| XYZ | 32.41 | 16.61 | 20.24 | - |
| YUV | 89.47 | 146.93 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 123 | 0 | 0.92 | 0.43 | 0.15 | 328.34 | 0.85 | 0.46 |
| Hex | D9 | 12 | 7B | 0 | 5C | 2B | F | 148 | 55 | 2E |
| Octal | 331 | 22 | 173 | 0 | 134 | 53 | 17 | 510 | 125 | 56 |
| Binary | 11011001 | 10010 | 1111011 | 0 | 1011100 | 101011 | 1111 | 101001000 | 1010101 | 101110 |
Color Harmonies of #D9127B
Complementary color
Monochromatic Colors of #D9127B
Black with #D9127B
Text Example
Text Example
White with #D9127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9127B; }
p { color: rgb(217,18,123); }
H1.HeaderClassName
{
color: #D9127B;
}
.AnyTagClassName
{
color: #D9127B;
}
</style>
background-color css
<style>
a { background-color: #D9127B; }
a { background-color: rgb(217,18,123); }
div.DivClassName
{
background-color: #D9127B;
}
.BgClassName
{
background-color: #D9127B;
}
</style>
border-color css
<style>
span { border-color: #D9127B; }
span { border-color: rgb(217,18,123); }
td.TdClassName
{
border-color: #D9127B;
}
.TagClassName
{
border-color: #D9127B;
}
</style>