Shades of Medium Violet Red #D123A6
Tints of Medium Violet Red #D123A6
RGB
CMYK
RGB Variations
Color information
#D123A6 (or 0xD123A6) is known color: Medium Violet Red. HEX triplet: D1, 23 and A6. RGB value is (209,35,166). Sum of RGB (Red+Green+Blue) = 209+35+166=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D123A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D123A6 is #2EDC59. Grayscale: #656565. Windows color (decimal): -3071066 or 10888145. OLE color: 10888145.
HSL color Cylindrical-coordinate representation of color #D123A6: hue angle of 314.83º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D123A6 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 166 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.18 |
| HSL | 314.83º | 0.71% | 0.48% | - |
| HSV(B) | 314.83º | 0.83% | 0.82% | - |
| XYZ | 33.78 | 17.51 | 37.68 | - |
| YUV | 101.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 166 | 0 | 0.83 | 0.21 | 0.18 | 314.83 | 0.71 | 0.48 |
| Hex | D1 | 23 | A6 | 0 | 53 | 15 | 12 | 13B | 47 | 30 |
| Octal | 321 | 43 | 246 | 0 | 123 | 25 | 22 | 473 | 107 | 60 |
| Binary | 11010001 | 100011 | 10100110 | 0 | 1010011 | 10101 | 10010 | 100111011 | 1000111 | 110000 |
Color Harmonies of #D123A6
Complementary color
Monochromatic Colors of #D123A6
Black with #D123A6
Text Example
Text Example
White with #D123A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123A6; }
p { color: rgb(209,35,166); }
H1.HeaderClassName
{
color: #D123A6;
}
.AnyTagClassName
{
color: #D123A6;
}
</style>
background-color css
<style>
a { background-color: #D123A6; }
a { background-color: rgb(209,35,166); }
div.DivClassName
{
background-color: #D123A6;
}
.BgClassName
{
background-color: #D123A6;
}
</style>
border-color css
<style>
span { border-color: #D123A6; }
span { border-color: rgb(209,35,166); }
td.TdClassName
{
border-color: #D123A6;
}
.TagClassName
{
border-color: #D123A6;
}
</style>