Shades of Medium Violet Red #D3107B
Tints of Medium Violet Red #D3107B
RGB
CMYK
RGB Variations
Color information
#D3107B (or 0xD3107B) is known color: Medium Violet Red. HEX triplet: D3, 10 and 7B. RGB value is (211,16,123). Sum of RGB (Red+Green+Blue) = 211+16+123=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D3107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3107B is #2CEF84. Grayscale: #565656. Windows color (decimal): -2944901 or 8065235. OLE color: 8065235.
HSL color Cylindrical-coordinate representation of color #D3107B: hue angle of 327.08º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3107B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 123 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.17 |
| HSL | 327.08º | 0.86% | 0.45% | - |
| HSV(B) | 327.08º | 0.92% | 0.83% | - |
| XYZ | 30.62 | 15.65 | 20.15 | - |
| YUV | 86.5 | 148.6 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 123 | 0 | 0.92 | 0.42 | 0.17 | 327.08 | 0.86 | 0.45 |
| Hex | D3 | 10 | 7B | 0 | 5C | 2A | 11 | 147 | 56 | 2D |
| Octal | 323 | 20 | 173 | 0 | 134 | 52 | 21 | 507 | 126 | 55 |
| Binary | 11010011 | 10000 | 1111011 | 0 | 1011100 | 101010 | 10001 | 101000111 | 1010110 | 101101 |
Color Harmonies of #D3107B
Complementary color
Monochromatic Colors of #D3107B
Black with #D3107B
Text Example
Text Example
White with #D3107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3107B; }
p { color: rgb(211,16,123); }
H1.HeaderClassName
{
color: #D3107B;
}
.AnyTagClassName
{
color: #D3107B;
}
</style>
background-color css
<style>
a { background-color: #D3107B; }
a { background-color: rgb(211,16,123); }
div.DivClassName
{
background-color: #D3107B;
}
.BgClassName
{
background-color: #D3107B;
}
</style>
border-color css
<style>
span { border-color: #D3107B; }
span { border-color: rgb(211,16,123); }
td.TdClassName
{
border-color: #D3107B;
}
.TagClassName
{
border-color: #D3107B;
}
</style>