Shades of Medium Violet Red #D0018D
Tints of Medium Violet Red #D0018D
RGB
CMYK
RGB Variations
Color information
#D0018D (or 0xD0018D) is known color: Medium Violet Red. HEX triplet: D0, 01 and 8D. RGB value is (208,1,141). Sum of RGB (Red+Green+Blue) = 208+1+141=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0018D is #2FFE72. Grayscale: #4E4E4E. Windows color (decimal): -3145331 or 9241040. OLE color: 9241040.
HSL color Cylindrical-coordinate representation of color #D0018D: hue angle of 319.42º 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 #D0018D is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.18 |
| HSL | 319.42º | 0.99% | 0.41% | - |
| HSV(B) | 319.42º | 1% | 0.82% | - |
| XYZ | 30.83 | 15.35 | 26.54 | - |
| YUV | 78.85 | 163.08 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 141 | 0 | 1.00 | 0.32 | 0.18 | 319.42 | 0.99 | 0.41 |
| Hex | D0 | 1 | 8D | 0 | 64 | 20 | 12 | 13F | 63 | 29 |
| Octal | 320 | 1 | 215 | 0 | 144 | 40 | 22 | 477 | 143 | 51 |
| Binary | 11010000 | 1 | 10001101 | 0 | 1100100 | 100000 | 10010 | 100111111 | 1100011 | 101001 |
Color Harmonies of #D0018D
Complementary color
Monochromatic Colors of #D0018D
Black with #D0018D
Text Example
Text Example
White with #D0018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0018D; }
p { color: rgb(208,1,141); }
H1.HeaderClassName
{
color: #D0018D;
}
.AnyTagClassName
{
color: #D0018D;
}
</style>
background-color css
<style>
a { background-color: #D0018D; }
a { background-color: rgb(208,1,141); }
div.DivClassName
{
background-color: #D0018D;
}
.BgClassName
{
background-color: #D0018D;
}
</style>
border-color css
<style>
span { border-color: #D0018D; }
span { border-color: rgb(208,1,141); }
td.TdClassName
{
border-color: #D0018D;
}
.TagClassName
{
border-color: #D0018D;
}
</style>