Shades of Medium Violet Red #D8148D
Tints of Medium Violet Red #D8148D
RGB
CMYK
RGB Variations
Color information
#D8148D (or 0xD8148D) is known color: Medium Violet Red. HEX triplet: D8, 14 and 8D. RGB value is (216,20,141). Sum of RGB (Red+Green+Blue) = 216+20+141=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8148D is #27EB72. Grayscale: #5C5C5C. Windows color (decimal): -2616179 or 9245912. OLE color: 9245912.
HSL color Cylindrical-coordinate representation of color #D8148D: hue angle of 322.96º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8148D is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 141 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.15 |
| HSL | 322.96º | 0.83% | 0.46% | - |
| HSV(B) | 322.96º | 0.91% | 0.85% | - |
| XYZ | 33.38 | 17.02 | 26.73 | - |
| YUV | 92.4 | 155.43 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 141 | 0 | 0.91 | 0.35 | 0.15 | 322.96 | 0.83 | 0.46 |
| Hex | D8 | 14 | 8D | 0 | 5B | 23 | F | 143 | 53 | 2E |
| Octal | 330 | 24 | 215 | 0 | 133 | 43 | 17 | 503 | 123 | 56 |
| Binary | 11011000 | 10100 | 10001101 | 0 | 1011011 | 100011 | 1111 | 101000011 | 1010011 | 101110 |
Color Harmonies of #D8148D
Complementary color
Monochromatic Colors of #D8148D
Black with #D8148D
Text Example
Text Example
White with #D8148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8148D; }
p { color: rgb(216,20,141); }
H1.HeaderClassName
{
color: #D8148D;
}
.AnyTagClassName
{
color: #D8148D;
}
</style>
background-color css
<style>
a { background-color: #D8148D; }
a { background-color: rgb(216,20,141); }
div.DivClassName
{
background-color: #D8148D;
}
.BgClassName
{
background-color: #D8148D;
}
</style>
border-color css
<style>
span { border-color: #D8148D; }
span { border-color: rgb(216,20,141); }
td.TdClassName
{
border-color: #D8148D;
}
.TagClassName
{
border-color: #D8148D;
}
</style>