Shades of Medium Violet Red #D91FA0
Tints of Medium Violet Red #D91FA0
RGB
CMYK
RGB Variations
Color information
#D91FA0 (or 0xD91FA0) is known color: Medium Violet Red. HEX triplet: D9, 1F and A0. RGB value is (217,31,160). Sum of RGB (Red+Green+Blue) = 217+31+160=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D91FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91FA0 is #26E05F. Grayscale: #646464. Windows color (decimal): -2547808 or 10493913. OLE color: 10493913.
HSL color Cylindrical-coordinate representation of color #D91FA0: hue angle of 318.39º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91FA0 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 160 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.15 |
| HSL | 318.39º | 0.75% | 0.49% | - |
| HSV(B) | 318.39º | 0.86% | 0.85% | - |
| XYZ | 35.45 | 18.27 | 34.92 | - |
| YUV | 101.32 | 161.12 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 160 | 0 | 0.86 | 0.26 | 0.15 | 318.39 | 0.75 | 0.49 |
| Hex | D9 | 1F | A0 | 0 | 56 | 1A | F | 13E | 4B | 31 |
| Octal | 331 | 37 | 240 | 0 | 126 | 32 | 17 | 476 | 113 | 61 |
| Binary | 11011001 | 11111 | 10100000 | 0 | 1010110 | 11010 | 1111 | 100111110 | 1001011 | 110001 |
Color Harmonies of #D91FA0
Complementary color
Monochromatic Colors of #D91FA0
Black with #D91FA0
Text Example
Text Example
White with #D91FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91FA0; }
p { color: rgb(217,31,160); }
H1.HeaderClassName
{
color: #D91FA0;
}
.AnyTagClassName
{
color: #D91FA0;
}
</style>
background-color css
<style>
a { background-color: #D91FA0; }
a { background-color: rgb(217,31,160); }
div.DivClassName
{
background-color: #D91FA0;
}
.BgClassName
{
background-color: #D91FA0;
}
</style>
border-color css
<style>
span { border-color: #D91FA0; }
span { border-color: rgb(217,31,160); }
td.TdClassName
{
border-color: #D91FA0;
}
.TagClassName
{
border-color: #D91FA0;
}
</style>