Shades of Medium Violet Red #D8108B
Tints of Medium Violet Red #D8108B
RGB
CMYK
RGB Variations
Color information
#D8108B (or 0xD8108B) is known color: Medium Violet Red. HEX triplet: D8, 10 and 8B. RGB value is (216,16,139). Sum of RGB (Red+Green+Blue) = 216+16+139=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D8108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8108B is #27EF74. Grayscale: #595959. Windows color (decimal): -2617205 or 9113816. OLE color: 9113816.
HSL color Cylindrical-coordinate representation of color #D8108B: hue angle of 323.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8108B is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 139 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.15 |
| HSL | 323.1º | 0.86% | 0.45% | - |
| HSV(B) | 323.1º | 0.93% | 0.85% | - |
| XYZ | 33.16 | 16.83 | 25.93 | - |
| YUV | 89.82 | 155.76 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 139 | 0 | 0.93 | 0.36 | 0.15 | 323.1 | 0.86 | 0.45 |
| Hex | D8 | 10 | 8B | 0 | 5D | 24 | F | 143 | 56 | 2D |
| Octal | 330 | 20 | 213 | 0 | 135 | 44 | 17 | 503 | 126 | 55 |
| Binary | 11011000 | 10000 | 10001011 | 0 | 1011101 | 100100 | 1111 | 101000011 | 1010110 | 101101 |
Color Harmonies of #D8108B
Complementary color
Monochromatic Colors of #D8108B
Black with #D8108B
Text Example
Text Example
White with #D8108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8108B; }
p { color: rgb(216,16,139); }
H1.HeaderClassName
{
color: #D8108B;
}
.AnyTagClassName
{
color: #D8108B;
}
</style>
background-color css
<style>
a { background-color: #D8108B; }
a { background-color: rgb(216,16,139); }
div.DivClassName
{
background-color: #D8108B;
}
.BgClassName
{
background-color: #D8108B;
}
</style>
border-color css
<style>
span { border-color: #D8108B; }
span { border-color: rgb(216,16,139); }
td.TdClassName
{
border-color: #D8108B;
}
.TagClassName
{
border-color: #D8108B;
}
</style>