Shades of Medium Violet Red #D12084
Tints of Medium Violet Red #D12084
RGB
CMYK
RGB Variations
Color information
#D12084 (or 0xD12084) is known color: Medium Violet Red. HEX triplet: D1, 20 and 84. RGB value is (209,32,132). Sum of RGB (Red+Green+Blue) = 209+32+132=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D12084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12084 is #2EDF7B. Grayscale: #606060. Windows color (decimal): -3071868 or 8659153. OLE color: 8659153.
HSL color Cylindrical-coordinate representation of color #D12084: hue angle of 326.1º 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 #D12084 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 132 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.18 |
| HSL | 326.1º | 0.73% | 0.47% | - |
| HSV(B) | 326.1º | 0.85% | 0.82% | - |
| XYZ | 30.98 | 16.25 | 23.33 | - |
| YUV | 96.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 132 | 0 | 0.85 | 0.37 | 0.18 | 326.1 | 0.73 | 0.47 |
| Hex | D1 | 20 | 84 | 0 | 55 | 25 | 12 | 146 | 49 | 2F |
| Octal | 321 | 40 | 204 | 0 | 125 | 45 | 22 | 506 | 111 | 57 |
| Binary | 11010001 | 100000 | 10000100 | 0 | 1010101 | 100101 | 10010 | 101000110 | 1001001 | 101111 |
Color Harmonies of #D12084
Complementary color
Monochromatic Colors of #D12084
Black with #D12084
Text Example
Text Example
White with #D12084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12084; }
p { color: rgb(209,32,132); }
H1.HeaderClassName
{
color: #D12084;
}
.AnyTagClassName
{
color: #D12084;
}
</style>
background-color css
<style>
a { background-color: #D12084; }
a { background-color: rgb(209,32,132); }
div.DivClassName
{
background-color: #D12084;
}
.BgClassName
{
background-color: #D12084;
}
</style>
border-color css
<style>
span { border-color: #D12084; }
span { border-color: rgb(209,32,132); }
td.TdClassName
{
border-color: #D12084;
}
.TagClassName
{
border-color: #D12084;
}
</style>