Shades of Medium Violet Red #D0158D
Tints of Medium Violet Red #D0158D
RGB
CMYK
RGB Variations
Color information
#D0158D (or 0xD0158D) is known color: Medium Violet Red. HEX triplet: D0, 15 and 8D. RGB value is (208,21,141). Sum of RGB (Red+Green+Blue) = 208+21+141=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0158D is #2FEA72. Grayscale: #5A5A5A. Windows color (decimal): -3140211 or 9246160. OLE color: 9246160.
HSL color Cylindrical-coordinate representation of color #D0158D: hue angle of 321.5º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0158D is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 141 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.18 |
| HSL | 321.5º | 0.82% | 0.45% | - |
| HSV(B) | 321.5º | 0.9% | 0.82% | - |
| XYZ | 31.09 | 15.87 | 26.62 | - |
| YUV | 90.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 141 | 0 | 0.90 | 0.32 | 0.18 | 321.5 | 0.82 | 0.45 |
| Hex | D0 | 15 | 8D | 0 | 5A | 20 | 12 | 141 | 52 | 2D |
| Octal | 320 | 25 | 215 | 0 | 132 | 40 | 22 | 501 | 122 | 55 |
| Binary | 11010000 | 10101 | 10001101 | 0 | 1011010 | 100000 | 10010 | 101000001 | 1010010 | 101101 |
Color Harmonies of #D0158D
Complementary color
Monochromatic Colors of #D0158D
Black with #D0158D
Text Example
Text Example
White with #D0158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0158D; }
p { color: rgb(208,21,141); }
H1.HeaderClassName
{
color: #D0158D;
}
.AnyTagClassName
{
color: #D0158D;
}
</style>
background-color css
<style>
a { background-color: #D0158D; }
a { background-color: rgb(208,21,141); }
div.DivClassName
{
background-color: #D0158D;
}
.BgClassName
{
background-color: #D0158D;
}
</style>
border-color css
<style>
span { border-color: #D0158D; }
span { border-color: rgb(208,21,141); }
td.TdClassName
{
border-color: #D0158D;
}
.TagClassName
{
border-color: #D0158D;
}
</style>