Shades of Medium Violet Red #D127AB
Tints of Medium Violet Red #D127AB
RGB
CMYK
RGB Variations
Color information
#D127AB (or 0xD127AB) is known color: Medium Violet Red. HEX triplet: D1, 27 and AB. RGB value is (209,39,171). Sum of RGB (Red+Green+Blue) = 209+39+171=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D127AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D127AB is #2ED854. Grayscale: #686868. Windows color (decimal): -3070037 or 11216849. OLE color: 11216849.
HSL color Cylindrical-coordinate representation of color #D127AB: hue angle of 313.41º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D127AB is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 171 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.18 |
| HSL | 313.41º | 0.69% | 0.49% | - |
| HSV(B) | 313.41º | 0.81% | 0.82% | - |
| XYZ | 34.37 | 17.95 | 40.18 | - |
| YUV | 104.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 171 | 0 | 0.81 | 0.18 | 0.18 | 313.41 | 0.69 | 0.49 |
| Hex | D1 | 27 | AB | 0 | 51 | 12 | 12 | 139 | 45 | 31 |
| Octal | 321 | 47 | 253 | 0 | 121 | 22 | 22 | 471 | 105 | 61 |
| Binary | 11010001 | 100111 | 10101011 | 0 | 1010001 | 10010 | 10010 | 100111001 | 1000101 | 110001 |
Color Harmonies of #D127AB
Complementary color
Monochromatic Colors of #D127AB
Black with #D127AB
Text Example
Text Example
White with #D127AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127AB; }
p { color: rgb(209,39,171); }
H1.HeaderClassName
{
color: #D127AB;
}
.AnyTagClassName
{
color: #D127AB;
}
</style>
background-color css
<style>
a { background-color: #D127AB; }
a { background-color: rgb(209,39,171); }
div.DivClassName
{
background-color: #D127AB;
}
.BgClassName
{
background-color: #D127AB;
}
</style>
border-color css
<style>
span { border-color: #D127AB; }
span { border-color: rgb(209,39,171); }
td.TdClassName
{
border-color: #D127AB;
}
.TagClassName
{
border-color: #D127AB;
}
</style>