Shades of Medium Violet Red #D91098
Tints of Medium Violet Red #D91098
RGB
CMYK
RGB Variations
Color information
#D91098 (or 0xD91098) is known color: Medium Violet Red. HEX triplet: D9, 10 and 98. RGB value is (217,16,152). Sum of RGB (Red+Green+Blue) = 217+16+152=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D91098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91098 is #26EF67. Grayscale: #5B5B5B. Windows color (decimal): -2551656 or 9965785. OLE color: 9965785.
HSL color Cylindrical-coordinate representation of color #D91098: hue angle of 319.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91098 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 152 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.15 |
| HSL | 319.4º | 0.86% | 0.46% | - |
| HSV(B) | 319.4º | 0.93% | 0.85% | - |
| XYZ | 34.47 | 17.39 | 31.25 | - |
| YUV | 91.6 | 162.09 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 152 | 0 | 0.93 | 0.30 | 0.15 | 319.4 | 0.86 | 0.46 |
| Hex | D9 | 10 | 98 | 0 | 5D | 1E | F | 13F | 56 | 2E |
| Octal | 331 | 20 | 230 | 0 | 135 | 36 | 17 | 477 | 126 | 56 |
| Binary | 11011001 | 10000 | 10011000 | 0 | 1011101 | 11110 | 1111 | 100111111 | 1010110 | 101110 |
Color Harmonies of #D91098
Complementary color
Monochromatic Colors of #D91098
Black with #D91098
Text Example
Text Example
White with #D91098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91098; }
p { color: rgb(217,16,152); }
H1.HeaderClassName
{
color: #D91098;
}
.AnyTagClassName
{
color: #D91098;
}
</style>
background-color css
<style>
a { background-color: #D91098; }
a { background-color: rgb(217,16,152); }
div.DivClassName
{
background-color: #D91098;
}
.BgClassName
{
background-color: #D91098;
}
</style>
border-color css
<style>
span { border-color: #D91098; }
span { border-color: rgb(217,16,152); }
td.TdClassName
{
border-color: #D91098;
}
.TagClassName
{
border-color: #D91098;
}
</style>