Shades of Medium Violet Red #D1008A
Tints of Medium Violet Red #D1008A
RGB
CMYK
RGB Variations
Color information
#D1008A (or 0xD1008A) is known color: Medium Violet Red. HEX triplet: D1, 00 and 8A. RGB value is (209,0,138). Sum of RGB (Red+Green+Blue) = 209+0+138=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D1008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1008A is #2EFF75. Grayscale: #4D4D4D. Windows color (decimal): -3080054 or 9044177. OLE color: 9044177.
HSL color Cylindrical-coordinate representation of color #D1008A: hue angle of 320.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1008A is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.34 | 0.18 |
| HSL | 320.38º | 1% | 0.41% | - |
| HSV(B) | 320.38º | 1% | 0.82% | - |
| XYZ | 30.88 | 15.39 | 25.39 | - |
| YUV | 78.22 | 161.74 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 138 | 0 | 1 | 0.34 | 0.18 | 320.38 | 1 | 0.41 |
| Hex | D1 | 0 | 8A | 0 | 64 | 22 | 12 | 140 | 64 | 29 |
| Octal | 321 | 0 | 212 | 0 | 144 | 42 | 22 | 500 | 144 | 51 |
| Binary | 11010001 | 0 | 10001010 | 0 | 1100100 | 100010 | 10010 | 101000000 | 1100100 | 101001 |
Color Harmonies of #D1008A
Complementary color
Monochromatic Colors of #D1008A
Black with #D1008A
Text Example
Text Example
White with #D1008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1008A; }
p { color: rgb(209,0,138); }
H1.HeaderClassName
{
color: #D1008A;
}
.AnyTagClassName
{
color: #D1008A;
}
</style>
background-color css
<style>
a { background-color: #D1008A; }
a { background-color: rgb(209,0,138); }
div.DivClassName
{
background-color: #D1008A;
}
.BgClassName
{
background-color: #D1008A;
}
</style>
border-color css
<style>
span { border-color: #D1008A; }
span { border-color: rgb(209,0,138); }
td.TdClassName
{
border-color: #D1008A;
}
.TagClassName
{
border-color: #D1008A;
}
</style>