Shades of Medium Violet Red #D126AD
Tints of Medium Violet Red #D126AD
RGB
CMYK
RGB Variations
Color information
#D126AD (or 0xD126AD) is known color: Medium Violet Red. HEX triplet: D1, 26 and AD. RGB value is (209,38,173). Sum of RGB (Red+Green+Blue) = 209+38+173=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D126AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D126AD is #2ED952. Grayscale: #686868. Windows color (decimal): -3070291 or 11347665. OLE color: 11347665.
HSL color Cylindrical-coordinate representation of color #D126AD: hue angle of 312.63º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D126AD is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 173 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.18 |
| HSL | 312.63º | 0.69% | 0.48% | - |
| HSV(B) | 312.63º | 0.82% | 0.82% | - |
| XYZ | 34.53 | 17.96 | 41.18 | - |
| YUV | 104.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 173 | 0 | 0.82 | 0.17 | 0.18 | 312.63 | 0.69 | 0.48 |
| Hex | D1 | 26 | AD | 0 | 52 | 11 | 12 | 139 | 45 | 30 |
| Octal | 321 | 46 | 255 | 0 | 122 | 21 | 22 | 471 | 105 | 60 |
| Binary | 11010001 | 100110 | 10101101 | 0 | 1010010 | 10001 | 10010 | 100111001 | 1000101 | 110000 |
Color Harmonies of #D126AD
Complementary color
Monochromatic Colors of #D126AD
Black with #D126AD
Text Example
Text Example
White with #D126AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126AD; }
p { color: rgb(209,38,173); }
H1.HeaderClassName
{
color: #D126AD;
}
.AnyTagClassName
{
color: #D126AD;
}
</style>
background-color css
<style>
a { background-color: #D126AD; }
a { background-color: rgb(209,38,173); }
div.DivClassName
{
background-color: #D126AD;
}
.BgClassName
{
background-color: #D126AD;
}
</style>
border-color css
<style>
span { border-color: #D126AD; }
span { border-color: rgb(209,38,173); }
td.TdClassName
{
border-color: #D126AD;
}
.TagClassName
{
border-color: #D126AD;
}
</style>