Shades of Medium Violet Red #D12097
Tints of Medium Violet Red #D12097
RGB
CMYK
RGB Variations
Color information
#D12097 (or 0xD12097) is known color: Medium Violet Red. HEX triplet: D1, 20 and 97. RGB value is (209,32,151). Sum of RGB (Red+Green+Blue) = 209+32+151=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D12097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12097 is #2EDF68. Grayscale: #626262. Windows color (decimal): -3071849 or 9904337. OLE color: 9904337.
HSL color Cylindrical-coordinate representation of color #D12097: hue angle of 319.66º 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 #D12097 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 151 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.18 |
| HSL | 319.66º | 0.73% | 0.47% | - |
| HSV(B) | 319.66º | 0.85% | 0.82% | - |
| XYZ | 32.4 | 16.82 | 30.82 | - |
| YUV | 98.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 151 | 0 | 0.85 | 0.28 | 0.18 | 319.66 | 0.73 | 0.47 |
| Hex | D1 | 20 | 97 | 0 | 55 | 1C | 12 | 140 | 49 | 2F |
| Octal | 321 | 40 | 227 | 0 | 125 | 34 | 22 | 500 | 111 | 57 |
| Binary | 11010001 | 100000 | 10010111 | 0 | 1010101 | 11100 | 10010 | 101000000 | 1001001 | 101111 |
Color Harmonies of #D12097
Complementary color
Monochromatic Colors of #D12097
Black with #D12097
Text Example
Text Example
White with #D12097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12097; }
p { color: rgb(209,32,151); }
H1.HeaderClassName
{
color: #D12097;
}
.AnyTagClassName
{
color: #D12097;
}
</style>
background-color css
<style>
a { background-color: #D12097; }
a { background-color: rgb(209,32,151); }
div.DivClassName
{
background-color: #D12097;
}
.BgClassName
{
background-color: #D12097;
}
</style>
border-color css
<style>
span { border-color: #D12097; }
span { border-color: rgb(209,32,151); }
td.TdClassName
{
border-color: #D12097;
}
.TagClassName
{
border-color: #D12097;
}
</style>