Shades of Medium Violet Red #D8018D
Tints of Medium Violet Red #D8018D
RGB
CMYK
RGB Variations
Color information
#D8018D (or 0xD8018D) is known color: Medium Violet Red. HEX triplet: D8, 01 and 8D. RGB value is (216,1,141). Sum of RGB (Red+Green+Blue) = 216+1+141=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8018D is #27FE72. Grayscale: #505050. Windows color (decimal): -2621043 or 9241048. OLE color: 9241048.
HSL color Cylindrical-coordinate representation of color #D8018D: hue angle of 320.93º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8018D is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.15 |
| HSL | 320.93º | 0.99% | 0.43% | - |
| HSV(B) | 320.93º | 1% | 0.85% | - |
| XYZ | 33.14 | 16.54 | 26.65 | - |
| YUV | 81.25 | 161.73 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 141 | 0 | 1.00 | 0.35 | 0.15 | 320.93 | 0.99 | 0.43 |
| Hex | D8 | 1 | 8D | 0 | 64 | 23 | F | 141 | 63 | 2B |
| Octal | 330 | 1 | 215 | 0 | 144 | 43 | 17 | 501 | 143 | 53 |
| Binary | 11011000 | 1 | 10001101 | 0 | 1100100 | 100011 | 1111 | 101000001 | 1100011 | 101011 |
Color Harmonies of #D8018D
Complementary color
Monochromatic Colors of #D8018D
Black with #D8018D
Text Example
Text Example
White with #D8018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8018D; }
p { color: rgb(216,1,141); }
H1.HeaderClassName
{
color: #D8018D;
}
.AnyTagClassName
{
color: #D8018D;
}
</style>
background-color css
<style>
a { background-color: #D8018D; }
a { background-color: rgb(216,1,141); }
div.DivClassName
{
background-color: #D8018D;
}
.BgClassName
{
background-color: #D8018D;
}
</style>
border-color css
<style>
span { border-color: #D8018D; }
span { border-color: rgb(216,1,141); }
td.TdClassName
{
border-color: #D8018D;
}
.TagClassName
{
border-color: #D8018D;
}
</style>