Shades of Medium Violet Red #D8008D
Tints of Medium Violet Red #D8008D
RGB
CMYK
RGB Variations
Color information
#D8008D (or 0xD8008D) is known color: Medium Violet Red. HEX triplet: D8, 00 and 8D. RGB value is (216,0,141). Sum of RGB (Red+Green+Blue) = 216+0+141=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8008D is #27FF72. Grayscale: #505050. Windows color (decimal): -2621299 or 9240792. OLE color: 9240792.
HSL color Cylindrical-coordinate representation of color #D8008D: hue angle of 320.83º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8008D is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.35 | 0.15 |
| HSL | 320.83º | 1% | 0.42% | - |
| HSV(B) | 320.83º | 1% | 0.85% | - |
| XYZ | 33.13 | 16.52 | 26.64 | - |
| YUV | 80.66 | 162.06 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 141 | 0 | 1 | 0.35 | 0.15 | 320.83 | 1 | 0.42 |
| Hex | D8 | 0 | 8D | 0 | 64 | 23 | F | 141 | 64 | 2A |
| Octal | 330 | 0 | 215 | 0 | 144 | 43 | 17 | 501 | 144 | 52 |
| Binary | 11011000 | 0 | 10001101 | 0 | 1100100 | 100011 | 1111 | 101000001 | 1100100 | 101010 |
Color Harmonies of #D8008D
Complementary color
Monochromatic Colors of #D8008D
Black with #D8008D
Text Example
Text Example
White with #D8008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8008D; }
p { color: rgb(216,0,141); }
H1.HeaderClassName
{
color: #D8008D;
}
.AnyTagClassName
{
color: #D8008D;
}
</style>
background-color css
<style>
a { background-color: #D8008D; }
a { background-color: rgb(216,0,141); }
div.DivClassName
{
background-color: #D8008D;
}
.BgClassName
{
background-color: #D8008D;
}
</style>
border-color css
<style>
span { border-color: #D8008D; }
span { border-color: rgb(216,0,141); }
td.TdClassName
{
border-color: #D8008D;
}
.TagClassName
{
border-color: #D8008D;
}
</style>