Shades of Medium Violet Red #D2107A
Tints of Medium Violet Red #D2107A
RGB
CMYK
RGB Variations
Color information
#D2107A (or 0xD2107A) is known color: Medium Violet Red. HEX triplet: D2, 10 and 7A. RGB value is (210,16,122). Sum of RGB (Red+Green+Blue) = 210+16+122=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D2107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2107A is #2DEF85. Grayscale: #555555. Windows color (decimal): -3010438 or 7999698. OLE color: 7999698.
HSL color Cylindrical-coordinate representation of color #D2107A: hue angle of 327.22º 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 #D2107A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 122 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.18 |
| HSL | 327.22º | 0.86% | 0.44% | - |
| HSV(B) | 327.22º | 0.92% | 0.82% | - |
| XYZ | 30.28 | 15.48 | 19.8 | - |
| YUV | 86.09 | 148.27 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 122 | 0 | 0.92 | 0.42 | 0.18 | 327.22 | 0.86 | 0.44 |
| Hex | D2 | 10 | 7A | 0 | 5C | 2A | 12 | 147 | 56 | 2C |
| Octal | 322 | 20 | 172 | 0 | 134 | 52 | 22 | 507 | 126 | 54 |
| Binary | 11010010 | 10000 | 1111010 | 0 | 1011100 | 101010 | 10010 | 101000111 | 1010110 | 101100 |
Color Harmonies of #D2107A
Complementary color
Monochromatic Colors of #D2107A
Black with #D2107A
Text Example
Text Example
White with #D2107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2107A; }
p { color: rgb(210,16,122); }
H1.HeaderClassName
{
color: #D2107A;
}
.AnyTagClassName
{
color: #D2107A;
}
</style>
background-color css
<style>
a { background-color: #D2107A; }
a { background-color: rgb(210,16,122); }
div.DivClassName
{
background-color: #D2107A;
}
.BgClassName
{
background-color: #D2107A;
}
</style>
border-color css
<style>
span { border-color: #D2107A; }
span { border-color: rgb(210,16,122); }
td.TdClassName
{
border-color: #D2107A;
}
.TagClassName
{
border-color: #D2107A;
}
</style>