Shades of Medium Violet Red #D3138B
Tints of Medium Violet Red #D3138B
RGB
CMYK
RGB Variations
Color information
#D3138B (or 0xD3138B) is known color: Medium Violet Red. HEX triplet: D3, 13 and 8B. RGB value is (211,19,139). Sum of RGB (Red+Green+Blue) = 211+19+139=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3138B is #2CEC74. Grayscale: #595959. Windows color (decimal): -2944117 or 9114579. OLE color: 9114579.
HSL color Cylindrical-coordinate representation of color #D3138B: hue angle of 322.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3138B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 139 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.17 |
| HSL | 322.5º | 0.83% | 0.45% | - |
| HSV(B) | 322.5º | 0.91% | 0.83% | - |
| XYZ | 31.76 | 16.18 | 25.88 | - |
| YUV | 90.09 | 155.61 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 139 | 0 | 0.91 | 0.34 | 0.17 | 322.5 | 0.83 | 0.45 |
| Hex | D3 | 13 | 8B | 0 | 5B | 22 | 11 | 142 | 53 | 2D |
| Octal | 323 | 23 | 213 | 0 | 133 | 42 | 21 | 502 | 123 | 55 |
| Binary | 11010011 | 10011 | 10001011 | 0 | 1011011 | 100010 | 10001 | 101000010 | 1010011 | 101101 |
Color Harmonies of #D3138B
Complementary color
Monochromatic Colors of #D3138B
Black with #D3138B
Text Example
Text Example
White with #D3138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3138B; }
p { color: rgb(211,19,139); }
H1.HeaderClassName
{
color: #D3138B;
}
.AnyTagClassName
{
color: #D3138B;
}
</style>
background-color css
<style>
a { background-color: #D3138B; }
a { background-color: rgb(211,19,139); }
div.DivClassName
{
background-color: #D3138B;
}
.BgClassName
{
background-color: #D3138B;
}
</style>
border-color css
<style>
span { border-color: #D3138B; }
span { border-color: rgb(211,19,139); }
td.TdClassName
{
border-color: #D3138B;
}
.TagClassName
{
border-color: #D3138B;
}
</style>