Shades of Medium Violet Red #D12082
Tints of Medium Violet Red #D12082
RGB
CMYK
RGB Variations
Color information
#D12082 (or 0xD12082) is known color: Medium Violet Red. HEX triplet: D1, 20 and 82. RGB value is (209,32,130). Sum of RGB (Red+Green+Blue) = 209+32+130=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D12082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12082 is #2EDF7D. Grayscale: #5F5F5F. Windows color (decimal): -3071870 or 8528081. OLE color: 8528081.
HSL color Cylindrical-coordinate representation of color #D12082: hue angle of 326.78º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12082 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 130 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.18 |
| HSL | 326.78º | 0.73% | 0.47% | - |
| HSV(B) | 326.78º | 0.85% | 0.82% | - |
| XYZ | 30.84 | 16.2 | 22.62 | - |
| YUV | 96.1 | 147.14 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 130 | 0 | 0.85 | 0.38 | 0.18 | 326.78 | 0.73 | 0.47 |
| Hex | D1 | 20 | 82 | 0 | 55 | 26 | 12 | 147 | 49 | 2F |
| Octal | 321 | 40 | 202 | 0 | 125 | 46 | 22 | 507 | 111 | 57 |
| Binary | 11010001 | 100000 | 10000010 | 0 | 1010101 | 100110 | 10010 | 101000111 | 1001001 | 101111 |
Color Harmonies of #D12082
Complementary color
Monochromatic Colors of #D12082
Black with #D12082
Text Example
Text Example
White with #D12082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12082; }
p { color: rgb(209,32,130); }
H1.HeaderClassName
{
color: #D12082;
}
.AnyTagClassName
{
color: #D12082;
}
</style>
background-color css
<style>
a { background-color: #D12082; }
a { background-color: rgb(209,32,130); }
div.DivClassName
{
background-color: #D12082;
}
.BgClassName
{
background-color: #D12082;
}
</style>
border-color css
<style>
span { border-color: #D12082; }
span { border-color: rgb(209,32,130); }
td.TdClassName
{
border-color: #D12082;
}
.TagClassName
{
border-color: #D12082;
}
</style>