Shades of Medium Violet Red #D91B7C
Tints of Medium Violet Red #D91B7C
RGB
CMYK
RGB Variations
Color information
#D91B7C (or 0xD91B7C) is known color: Medium Violet Red. HEX triplet: D9, 1B and 7C. RGB value is (217,27,124). Sum of RGB (Red+Green+Blue) = 217+27+124=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B7C is #26E483. Grayscale: #5E5E5E. Windows color (decimal): -2548868 or 8133593. OLE color: 8133593.
HSL color Cylindrical-coordinate representation of color #D91B7C: hue angle of 329.37º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91B7C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 124 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.15 |
| HSL | 329.37º | 0.78% | 0.48% | - |
| HSV(B) | 329.37º | 0.88% | 0.85% | - |
| XYZ | 32.65 | 16.99 | 20.63 | - |
| YUV | 94.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 124 | 0 | 0.88 | 0.43 | 0.15 | 329.37 | 0.78 | 0.48 |
| Hex | D9 | 1B | 7C | 0 | 58 | 2B | F | 149 | 4E | 30 |
| Octal | 331 | 33 | 174 | 0 | 130 | 53 | 17 | 511 | 116 | 60 |
| Binary | 11011001 | 11011 | 1111100 | 0 | 1011000 | 101011 | 1111 | 101001001 | 1001110 | 110000 |
Color Harmonies of #D91B7C
Complementary color
Monochromatic Colors of #D91B7C
Black with #D91B7C
Text Example
Text Example
White with #D91B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91B7C; }
p { color: rgb(217,27,124); }
H1.HeaderClassName
{
color: #D91B7C;
}
.AnyTagClassName
{
color: #D91B7C;
}
</style>
background-color css
<style>
a { background-color: #D91B7C; }
a { background-color: rgb(217,27,124); }
div.DivClassName
{
background-color: #D91B7C;
}
.BgClassName
{
background-color: #D91B7C;
}
</style>
border-color css
<style>
span { border-color: #D91B7C; }
span { border-color: rgb(217,27,124); }
td.TdClassName
{
border-color: #D91B7C;
}
.TagClassName
{
border-color: #D91B7C;
}
</style>