Shades of Medium Violet Red #D9108A
Tints of Medium Violet Red #D9108A
RGB
CMYK
RGB Variations
Color information
#D9108A (or 0xD9108A) is known color: Medium Violet Red. HEX triplet: D9, 10 and 8A. RGB value is (217,16,138). Sum of RGB (Red+Green+Blue) = 217+16+138=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D9108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9108A is #26EF75. Grayscale: #595959. Windows color (decimal): -2551670 or 9048281. OLE color: 9048281.
HSL color Cylindrical-coordinate representation of color #D9108A: hue angle of 323.58º 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 #D9108A is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 138 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.15 |
| HSL | 323.58º | 0.86% | 0.46% | - |
| HSV(B) | 323.58º | 0.93% | 0.85% | - |
| XYZ | 33.39 | 16.96 | 25.56 | - |
| YUV | 90.01 | 155.09 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 138 | 0 | 0.93 | 0.36 | 0.15 | 323.58 | 0.86 | 0.46 |
| Hex | D9 | 10 | 8A | 0 | 5D | 24 | F | 144 | 56 | 2E |
| Octal | 331 | 20 | 212 | 0 | 135 | 44 | 17 | 504 | 126 | 56 |
| Binary | 11011001 | 10000 | 10001010 | 0 | 1011101 | 100100 | 1111 | 101000100 | 1010110 | 101110 |
Color Harmonies of #D9108A
Complementary color
Monochromatic Colors of #D9108A
Black with #D9108A
Text Example
Text Example
White with #D9108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9108A; }
p { color: rgb(217,16,138); }
H1.HeaderClassName
{
color: #D9108A;
}
.AnyTagClassName
{
color: #D9108A;
}
</style>
background-color css
<style>
a { background-color: #D9108A; }
a { background-color: rgb(217,16,138); }
div.DivClassName
{
background-color: #D9108A;
}
.BgClassName
{
background-color: #D9108A;
}
</style>
border-color css
<style>
span { border-color: #D9108A; }
span { border-color: rgb(217,16,138); }
td.TdClassName
{
border-color: #D9108A;
}
.TagClassName
{
border-color: #D9108A;
}
</style>