Shades of Medium Violet Red #D12198
Tints of Medium Violet Red #D12198
RGB
CMYK
RGB Variations
Color information
#D12198 (or 0xD12198) is known color: Medium Violet Red. HEX triplet: D1, 21 and 98. RGB value is (209,33,152). Sum of RGB (Red+Green+Blue) = 209+33+152=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D12198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12198 is #2EDE67. Grayscale: #626262. Windows color (decimal): -3071592 or 9970129. OLE color: 9970129.
HSL color Cylindrical-coordinate representation of color #D12198: hue angle of 319.43º 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 #D12198 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 152 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.18 |
| HSL | 319.43º | 0.73% | 0.47% | - |
| HSV(B) | 319.43º | 0.84% | 0.82% | - |
| XYZ | 32.51 | 16.91 | 31.26 | - |
| YUV | 99.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 152 | 0 | 0.84 | 0.27 | 0.18 | 319.43 | 0.73 | 0.47 |
| Hex | D1 | 21 | 98 | 0 | 54 | 1B | 12 | 13F | 49 | 2F |
| Octal | 321 | 41 | 230 | 0 | 124 | 33 | 22 | 477 | 111 | 57 |
| Binary | 11010001 | 100001 | 10011000 | 0 | 1010100 | 11011 | 10010 | 100111111 | 1001001 | 101111 |
Color Harmonies of #D12198
Complementary color
Monochromatic Colors of #D12198
Black with #D12198
Text Example
Text Example
White with #D12198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12198; }
p { color: rgb(209,33,152); }
H1.HeaderClassName
{
color: #D12198;
}
.AnyTagClassName
{
color: #D12198;
}
</style>
background-color css
<style>
a { background-color: #D12198; }
a { background-color: rgb(209,33,152); }
div.DivClassName
{
background-color: #D12198;
}
.BgClassName
{
background-color: #D12198;
}
</style>
border-color css
<style>
span { border-color: #D12198; }
span { border-color: rgb(209,33,152); }
td.TdClassName
{
border-color: #D12198;
}
.TagClassName
{
border-color: #D12198;
}
</style>