Shades of Medium Violet Red #D2139A
Tints of Medium Violet Red #D2139A
RGB
CMYK
RGB Variations
Color information
#D2139A (or 0xD2139A) is known color: Medium Violet Red. HEX triplet: D2, 13 and 9A. RGB value is (210,19,154). Sum of RGB (Red+Green+Blue) = 210+19+154=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2139A is #2DEC65. Grayscale: #5B5B5B. Windows color (decimal): -3009638 or 10097618. OLE color: 10097618.
HSL color Cylindrical-coordinate representation of color #D2139A: hue angle of 317.59º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2139A is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 154 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.18 |
| HSL | 317.59º | 0.83% | 0.45% | - |
| HSV(B) | 317.59º | 0.91% | 0.82% | - |
| XYZ | 32.64 | 16.5 | 32.04 | - |
| YUV | 91.5 | 163.28 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 154 | 0 | 0.91 | 0.27 | 0.18 | 317.59 | 0.83 | 0.45 |
| Hex | D2 | 13 | 9A | 0 | 5B | 1B | 12 | 13E | 53 | 2D |
| Octal | 322 | 23 | 232 | 0 | 133 | 33 | 22 | 476 | 123 | 55 |
| Binary | 11010010 | 10011 | 10011010 | 0 | 1011011 | 11011 | 10010 | 100111110 | 1010011 | 101101 |
Color Harmonies of #D2139A
Complementary color
Monochromatic Colors of #D2139A
Black with #D2139A
Text Example
Text Example
White with #D2139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2139A; }
p { color: rgb(210,19,154); }
H1.HeaderClassName
{
color: #D2139A;
}
.AnyTagClassName
{
color: #D2139A;
}
</style>
background-color css
<style>
a { background-color: #D2139A; }
a { background-color: rgb(210,19,154); }
div.DivClassName
{
background-color: #D2139A;
}
.BgClassName
{
background-color: #D2139A;
}
</style>
border-color css
<style>
span { border-color: #D2139A; }
span { border-color: rgb(210,19,154); }
td.TdClassName
{
border-color: #D2139A;
}
.TagClassName
{
border-color: #D2139A;
}
</style>