Shades of Medium Violet Red #D12199
Tints of Medium Violet Red #D12199
RGB
CMYK
RGB Variations
Color information
#D12199 (or 0xD12199) is known color: Medium Violet Red. HEX triplet: D1, 21 and 99. RGB value is (209,33,153). Sum of RGB (Red+Green+Blue) = 209+33+153=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D12199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12199 is #2EDE66. Grayscale: #626262. Windows color (decimal): -3071591 or 10035665. OLE color: 10035665.
HSL color Cylindrical-coordinate representation of color #D12199: hue angle of 319.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12199 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 153 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.18 |
| HSL | 319.09º | 0.73% | 0.47% | - |
| HSV(B) | 319.09º | 0.84% | 0.82% | - |
| XYZ | 32.59 | 16.94 | 31.69 | - |
| YUV | 99.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 153 | 0 | 0.84 | 0.27 | 0.18 | 319.09 | 0.73 | 0.47 |
| Hex | D1 | 21 | 99 | 0 | 54 | 1B | 12 | 13F | 49 | 2F |
| Octal | 321 | 41 | 231 | 0 | 124 | 33 | 22 | 477 | 111 | 57 |
| Binary | 11010001 | 100001 | 10011001 | 0 | 1010100 | 11011 | 10010 | 100111111 | 1001001 | 101111 |
Color Harmonies of #D12199
Complementary color
Monochromatic Colors of #D12199
Black with #D12199
Text Example
Text Example
White with #D12199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12199; }
p { color: rgb(209,33,153); }
H1.HeaderClassName
{
color: #D12199;
}
.AnyTagClassName
{
color: #D12199;
}
</style>
background-color css
<style>
a { background-color: #D12199; }
a { background-color: rgb(209,33,153); }
div.DivClassName
{
background-color: #D12199;
}
.BgClassName
{
background-color: #D12199;
}
</style>
border-color css
<style>
span { border-color: #D12199; }
span { border-color: rgb(209,33,153); }
td.TdClassName
{
border-color: #D12199;
}
.TagClassName
{
border-color: #D12199;
}
</style>