Shades of Medium Violet Red #D2018D
Tints of Medium Violet Red #D2018D
RGB
CMYK
RGB Variations
Color information
#D2018D (or 0xD2018D) is known color: Medium Violet Red. HEX triplet: D2, 01 and 8D. RGB value is (210,1,141). Sum of RGB (Red+Green+Blue) = 210+1+141=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2018D is #2DFE72. Grayscale: #4F4F4F. Windows color (decimal): -3014259 or 9241042. OLE color: 9241042.
HSL color Cylindrical-coordinate representation of color #D2018D: hue angle of 319.81º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2018D is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.18 |
| HSL | 319.81º | 0.99% | 0.41% | - |
| HSV(B) | 319.81º | 1% | 0.82% | - |
| XYZ | 31.4 | 15.65 | 26.56 | - |
| YUV | 79.45 | 162.74 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 141 | 0 | 1.00 | 0.33 | 0.18 | 319.81 | 0.99 | 0.41 |
| Hex | D2 | 1 | 8D | 0 | 64 | 21 | 12 | 140 | 63 | 29 |
| Octal | 322 | 1 | 215 | 0 | 144 | 41 | 22 | 500 | 143 | 51 |
| Binary | 11010010 | 1 | 10001101 | 0 | 1100100 | 100001 | 10010 | 101000000 | 1100011 | 101001 |
Color Harmonies of #D2018D
Complementary color
Monochromatic Colors of #D2018D
Black with #D2018D
Text Example
Text Example
White with #D2018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2018D; }
p { color: rgb(210,1,141); }
H1.HeaderClassName
{
color: #D2018D;
}
.AnyTagClassName
{
color: #D2018D;
}
</style>
background-color css
<style>
a { background-color: #D2018D; }
a { background-color: rgb(210,1,141); }
div.DivClassName
{
background-color: #D2018D;
}
.BgClassName
{
background-color: #D2018D;
}
</style>
border-color css
<style>
span { border-color: #D2018D; }
span { border-color: rgb(210,1,141); }
td.TdClassName
{
border-color: #D2018D;
}
.TagClassName
{
border-color: #D2018D;
}
</style>