Shades of Medium Violet Red #D91276
Tints of Medium Violet Red #D91276
RGB
CMYK
RGB Variations
Color information
#D91276 (or 0xD91276) is known color: Medium Violet Red. HEX triplet: D9, 12 and 76. RGB value is (217,18,118). Sum of RGB (Red+Green+Blue) = 217+18+118=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D91276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91276 is #26ED89. Grayscale: #585858. Windows color (decimal): -2551178 or 7738073. OLE color: 7738073.
HSL color Cylindrical-coordinate representation of color #D91276: hue angle of 329.85º 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 #D91276 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 118 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.15 |
| HSL | 329.85º | 0.85% | 0.46% | - |
| HSV(B) | 329.85º | 0.92% | 0.85% | - |
| XYZ | 32.1 | 16.49 | 18.63 | - |
| YUV | 88.9 | 144.43 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 118 | 0 | 0.92 | 0.46 | 0.15 | 329.85 | 0.85 | 0.46 |
| Hex | D9 | 12 | 76 | 0 | 5C | 2E | F | 14A | 55 | 2E |
| Octal | 331 | 22 | 166 | 0 | 134 | 56 | 17 | 512 | 125 | 56 |
| Binary | 11011001 | 10010 | 1110110 | 0 | 1011100 | 101110 | 1111 | 101001010 | 1010101 | 101110 |
Color Harmonies of #D91276
Complementary color
Monochromatic Colors of #D91276
Black with #D91276
Text Example
Text Example
White with #D91276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91276; }
p { color: rgb(217,18,118); }
H1.HeaderClassName
{
color: #D91276;
}
.AnyTagClassName
{
color: #D91276;
}
</style>
background-color css
<style>
a { background-color: #D91276; }
a { background-color: rgb(217,18,118); }
div.DivClassName
{
background-color: #D91276;
}
.BgClassName
{
background-color: #D91276;
}
</style>
border-color css
<style>
span { border-color: #D91276; }
span { border-color: rgb(217,18,118); }
td.TdClassName
{
border-color: #D91276;
}
.TagClassName
{
border-color: #D91276;
}
</style>