Shades of Medium Violet Red #D108A1
Tints of Medium Violet Red #D108A1
RGB
CMYK
RGB Variations
Color information
#D108A1 (or 0xD108A1) is known color: Medium Violet Red. HEX triplet: D1, 08 and A1. RGB value is (209,8,161). Sum of RGB (Red+Green+Blue) = 209+8+161=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D108A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D108A1 is #2EF75E. Grayscale: #555555. Windows color (decimal): -3077983 or 10553553. OLE color: 10553553.
HSL color Cylindrical-coordinate representation of color #D108A1: hue angle of 314.33º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D108A1 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.18 |
| HSL | 314.33º | 0.93% | 0.43% | - |
| HSV(B) | 314.33º | 0.96% | 0.82% | - |
| XYZ | 32.81 | 16.3 | 35.14 | - |
| YUV | 85.54 | 170.59 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 161 | 0 | 0.96 | 0.23 | 0.18 | 314.33 | 0.93 | 0.43 |
| Hex | D1 | 8 | A1 | 0 | 60 | 17 | 12 | 13A | 5D | 2B |
| Octal | 321 | 10 | 241 | 0 | 140 | 27 | 22 | 472 | 135 | 53 |
| Binary | 11010001 | 1000 | 10100001 | 0 | 1100000 | 10111 | 10010 | 100111010 | 1011101 | 101011 |
Color Harmonies of #D108A1
Complementary color
Monochromatic Colors of #D108A1
Black with #D108A1
Text Example
Text Example
White with #D108A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108A1; }
p { color: rgb(209,8,161); }
H1.HeaderClassName
{
color: #D108A1;
}
.AnyTagClassName
{
color: #D108A1;
}
</style>
background-color css
<style>
a { background-color: #D108A1; }
a { background-color: rgb(209,8,161); }
div.DivClassName
{
background-color: #D108A1;
}
.BgClassName
{
background-color: #D108A1;
}
</style>
border-color css
<style>
span { border-color: #D108A1; }
span { border-color: rgb(209,8,161); }
td.TdClassName
{
border-color: #D108A1;
}
.TagClassName
{
border-color: #D108A1;
}
</style>