Shades of Medium Violet Red #D91782
Tints of Medium Violet Red #D91782
RGB
CMYK
RGB Variations
Color information
#D91782 (or 0xD91782) is known color: Medium Violet Red. HEX triplet: D9, 17 and 82. RGB value is (217,23,130). Sum of RGB (Red+Green+Blue) = 217+23+130=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D91782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91782 is #26E87D. Grayscale: #5C5C5C. Windows color (decimal): -2549886 or 8525785. OLE color: 8525785.
HSL color Cylindrical-coordinate representation of color #D91782: hue angle of 326.91º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91782 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 130 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.15 |
| HSL | 326.91º | 0.81% | 0.47% | - |
| HSV(B) | 326.91º | 0.89% | 0.85% | - |
| XYZ | 32.95 | 16.98 | 22.66 | - |
| YUV | 93.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 130 | 0 | 0.89 | 0.40 | 0.15 | 326.91 | 0.81 | 0.47 |
| Hex | D9 | 17 | 82 | 0 | 59 | 28 | F | 147 | 51 | 2F |
| Octal | 331 | 27 | 202 | 0 | 131 | 50 | 17 | 507 | 121 | 57 |
| Binary | 11011001 | 10111 | 10000010 | 0 | 1011001 | 101000 | 1111 | 101000111 | 1010001 | 101111 |
Color Harmonies of #D91782
Complementary color
Monochromatic Colors of #D91782
Black with #D91782
Text Example
Text Example
White with #D91782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91782; }
p { color: rgb(217,23,130); }
H1.HeaderClassName
{
color: #D91782;
}
.AnyTagClassName
{
color: #D91782;
}
</style>
background-color css
<style>
a { background-color: #D91782; }
a { background-color: rgb(217,23,130); }
div.DivClassName
{
background-color: #D91782;
}
.BgClassName
{
background-color: #D91782;
}
</style>
border-color css
<style>
span { border-color: #D91782; }
span { border-color: rgb(217,23,130); }
td.TdClassName
{
border-color: #D91782;
}
.TagClassName
{
border-color: #D91782;
}
</style>