Shades of Medium Violet Red #D1128A
Tints of Medium Violet Red #D1128A
RGB
CMYK
RGB Variations
Color information
#D1128A (or 0xD1128A) is known color: Medium Violet Red. HEX triplet: D1, 12 and 8A. RGB value is (209,18,138). Sum of RGB (Red+Green+Blue) = 209+18+138=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1128A is #2EED75. Grayscale: #585858. Windows color (decimal): -3075446 or 9048785. OLE color: 9048785.
HSL color Cylindrical-coordinate representation of color #D1128A: hue angle of 322.3º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1128A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 138 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.18 |
| HSL | 322.3º | 0.84% | 0.45% | - |
| HSV(B) | 322.3º | 0.91% | 0.82% | - |
| XYZ | 31.1 | 15.82 | 25.46 | - |
| YUV | 88.79 | 155.78 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 138 | 0 | 0.91 | 0.34 | 0.18 | 322.3 | 0.84 | 0.45 |
| Hex | D1 | 12 | 8A | 0 | 5B | 22 | 12 | 142 | 54 | 2D |
| Octal | 321 | 22 | 212 | 0 | 133 | 42 | 22 | 502 | 124 | 55 |
| Binary | 11010001 | 10010 | 10001010 | 0 | 1011011 | 100010 | 10010 | 101000010 | 1010100 | 101101 |
Color Harmonies of #D1128A
Complementary color
Monochromatic Colors of #D1128A
Black with #D1128A
Text Example
Text Example
White with #D1128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1128A; }
p { color: rgb(209,18,138); }
H1.HeaderClassName
{
color: #D1128A;
}
.AnyTagClassName
{
color: #D1128A;
}
</style>
background-color css
<style>
a { background-color: #D1128A; }
a { background-color: rgb(209,18,138); }
div.DivClassName
{
background-color: #D1128A;
}
.BgClassName
{
background-color: #D1128A;
}
</style>
border-color css
<style>
span { border-color: #D1128A; }
span { border-color: rgb(209,18,138); }
td.TdClassName
{
border-color: #D1128A;
}
.TagClassName
{
border-color: #D1128A;
}
</style>