Shades of Medium Violet Red #D3148A
Tints of Medium Violet Red #D3148A
RGB
CMYK
RGB Variations
Color information
#D3148A (or 0xD3148A) is known color: Medium Violet Red. HEX triplet: D3, 14 and 8A. RGB value is (211,20,138). Sum of RGB (Red+Green+Blue) = 211+20+138=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3148A is #2CEB75. Grayscale: #5A5A5A. Windows color (decimal): -2943862 or 9049299. OLE color: 9049299.
HSL color Cylindrical-coordinate representation of color #D3148A: hue angle of 322.93º 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 #D3148A is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 138 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.17 |
| HSL | 322.93º | 0.83% | 0.45% | - |
| HSV(B) | 322.93º | 0.91% | 0.83% | - |
| XYZ | 31.7 | 16.18 | 25.5 | - |
| YUV | 90.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 138 | 0 | 0.91 | 0.35 | 0.17 | 322.93 | 0.83 | 0.45 |
| Hex | D3 | 14 | 8A | 0 | 5B | 23 | 11 | 143 | 53 | 2D |
| Octal | 323 | 24 | 212 | 0 | 133 | 43 | 21 | 503 | 123 | 55 |
| Binary | 11010011 | 10100 | 10001010 | 0 | 1011011 | 100011 | 10001 | 101000011 | 1010011 | 101101 |
Color Harmonies of #D3148A
Complementary color
Monochromatic Colors of #D3148A
Black with #D3148A
Text Example
Text Example
White with #D3148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3148A; }
p { color: rgb(211,20,138); }
H1.HeaderClassName
{
color: #D3148A;
}
.AnyTagClassName
{
color: #D3148A;
}
</style>
background-color css
<style>
a { background-color: #D3148A; }
a { background-color: rgb(211,20,138); }
div.DivClassName
{
background-color: #D3148A;
}
.BgClassName
{
background-color: #D3148A;
}
</style>
border-color css
<style>
span { border-color: #D3148A; }
span { border-color: rgb(211,20,138); }
td.TdClassName
{
border-color: #D3148A;
}
.TagClassName
{
border-color: #D3148A;
}
</style>