Shades of Medium Violet Red #D3158E
Tints of Medium Violet Red #D3158E
RGB
CMYK
RGB Variations
Color information
#D3158E (or 0xD3158E) is known color: Medium Violet Red. HEX triplet: D3, 15 and 8E. RGB value is (211,21,142). Sum of RGB (Red+Green+Blue) = 211+21+142=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3158E is #2CEA71. Grayscale: #5B5B5B. Windows color (decimal): -2943602 or 9311699. OLE color: 9311699.
HSL color Cylindrical-coordinate representation of color #D3158E: hue angle of 321.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3158E is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 142 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.17 |
| HSL | 321.79º | 0.82% | 0.45% | - |
| HSV(B) | 321.79º | 0.9% | 0.83% | - |
| XYZ | 32.01 | 16.34 | 27.06 | - |
| YUV | 91.6 | 156.45 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 142 | 0 | 0.90 | 0.33 | 0.17 | 321.79 | 0.82 | 0.45 |
| Hex | D3 | 15 | 8E | 0 | 5A | 21 | 11 | 142 | 52 | 2D |
| Octal | 323 | 25 | 216 | 0 | 132 | 41 | 21 | 502 | 122 | 55 |
| Binary | 11010011 | 10101 | 10001110 | 0 | 1011010 | 100001 | 10001 | 101000010 | 1010010 | 101101 |
Color Harmonies of #D3158E
Complementary color
Monochromatic Colors of #D3158E
Black with #D3158E
Text Example
Text Example
White with #D3158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3158E; }
p { color: rgb(211,21,142); }
H1.HeaderClassName
{
color: #D3158E;
}
.AnyTagClassName
{
color: #D3158E;
}
</style>
background-color css
<style>
a { background-color: #D3158E; }
a { background-color: rgb(211,21,142); }
div.DivClassName
{
background-color: #D3158E;
}
.BgClassName
{
background-color: #D3158E;
}
</style>
border-color css
<style>
span { border-color: #D3158E; }
span { border-color: rgb(211,21,142); }
td.TdClassName
{
border-color: #D3158E;
}
.TagClassName
{
border-color: #D3158E;
}
</style>