Shades of Medium Violet Red #D2139B
Tints of Medium Violet Red #D2139B
RGB
CMYK
RGB Variations
Color information
#D2139B (or 0xD2139B) is known color: Medium Violet Red. HEX triplet: D2, 13 and 9B. RGB value is (210,19,155). Sum of RGB (Red+Green+Blue) = 210+19+155=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2139B is #2DEC64. Grayscale: #5B5B5B. Windows color (decimal): -3009637 or 10163154. OLE color: 10163154.
HSL color Cylindrical-coordinate representation of color #D2139B: hue angle of 317.28º 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 #D2139B is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 155 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.18 |
| HSL | 317.28º | 0.83% | 0.45% | - |
| HSV(B) | 317.28º | 0.91% | 0.82% | - |
| XYZ | 32.73 | 16.53 | 32.48 | - |
| YUV | 91.61 | 163.78 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 155 | 0 | 0.91 | 0.26 | 0.18 | 317.28 | 0.83 | 0.45 |
| Hex | D2 | 13 | 9B | 0 | 5B | 1A | 12 | 13D | 53 | 2D |
| Octal | 322 | 23 | 233 | 0 | 133 | 32 | 22 | 475 | 123 | 55 |
| Binary | 11010010 | 10011 | 10011011 | 0 | 1011011 | 11010 | 10010 | 100111101 | 1010011 | 101101 |
Color Harmonies of #D2139B
Complementary color
Monochromatic Colors of #D2139B
Black with #D2139B
Text Example
Text Example
White with #D2139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2139B; }
p { color: rgb(210,19,155); }
H1.HeaderClassName
{
color: #D2139B;
}
.AnyTagClassName
{
color: #D2139B;
}
</style>
background-color css
<style>
a { background-color: #D2139B; }
a { background-color: rgb(210,19,155); }
div.DivClassName
{
background-color: #D2139B;
}
.BgClassName
{
background-color: #D2139B;
}
</style>
border-color css
<style>
span { border-color: #D2139B; }
span { border-color: rgb(210,19,155); }
td.TdClassName
{
border-color: #D2139B;
}
.TagClassName
{
border-color: #D2139B;
}
</style>