Shades of Medium Violet Red #D2108B
Tints of Medium Violet Red #D2108B
RGB
CMYK
RGB Variations
Color information
#D2108B (or 0xD2108B) is known color: Medium Violet Red. HEX triplet: D2, 10 and 8B. RGB value is (210,16,139). Sum of RGB (Red+Green+Blue) = 210+16+139=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D2108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2108B is #2DEF74. Grayscale: #575757. Windows color (decimal): -3010421 or 9113810. OLE color: 9113810.
HSL color Cylindrical-coordinate representation of color #D2108B: hue angle of 321.96º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2108B is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 139 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.18 |
| HSL | 321.96º | 0.86% | 0.44% | - |
| HSV(B) | 321.96º | 0.92% | 0.82% | - |
| XYZ | 31.42 | 15.94 | 25.85 | - |
| YUV | 88.03 | 156.77 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 139 | 0 | 0.92 | 0.34 | 0.18 | 321.96 | 0.86 | 0.44 |
| Hex | D2 | 10 | 8B | 0 | 5C | 22 | 12 | 142 | 56 | 2C |
| Octal | 322 | 20 | 213 | 0 | 134 | 42 | 22 | 502 | 126 | 54 |
| Binary | 11010010 | 10000 | 10001011 | 0 | 1011100 | 100010 | 10010 | 101000010 | 1010110 | 101100 |
Color Harmonies of #D2108B
Complementary color
Monochromatic Colors of #D2108B
Black with #D2108B
Text Example
Text Example
White with #D2108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2108B; }
p { color: rgb(210,16,139); }
H1.HeaderClassName
{
color: #D2108B;
}
.AnyTagClassName
{
color: #D2108B;
}
</style>
background-color css
<style>
a { background-color: #D2108B; }
a { background-color: rgb(210,16,139); }
div.DivClassName
{
background-color: #D2108B;
}
.BgClassName
{
background-color: #D2108B;
}
</style>
border-color css
<style>
span { border-color: #D2108B; }
span { border-color: rgb(210,16,139); }
td.TdClassName
{
border-color: #D2108B;
}
.TagClassName
{
border-color: #D2108B;
}
</style>