Shades of Medium Violet Red #D6018D
Tints of Medium Violet Red #D6018D
RGB
CMYK
RGB Variations
Color information
#D6018D (or 0xD6018D) is known color: Medium Violet Red. HEX triplet: D6, 01 and 8D. RGB value is (214,1,141). Sum of RGB (Red+Green+Blue) = 214+1+141=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6018D is #29FE72. Grayscale: #505050. Windows color (decimal): -2752115 or 9241046. OLE color: 9241046.
HSL color Cylindrical-coordinate representation of color #D6018D: hue angle of 320.56º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6018D is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.16 |
| HSL | 320.56º | 0.99% | 0.42% | - |
| HSV(B) | 320.56º | 1% | 0.84% | - |
| XYZ | 32.55 | 16.24 | 26.62 | - |
| YUV | 80.65 | 162.07 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 141 | 0 | 1.00 | 0.34 | 0.16 | 320.56 | 0.99 | 0.42 |
| Hex | D6 | 1 | 8D | 0 | 64 | 22 | 10 | 141 | 63 | 2A |
| Octal | 326 | 1 | 215 | 0 | 144 | 42 | 20 | 501 | 143 | 52 |
| Binary | 11010110 | 1 | 10001101 | 0 | 1100100 | 100010 | 10000 | 101000001 | 1100011 | 101010 |
Color Harmonies of #D6018D
Complementary color
Monochromatic Colors of #D6018D
Black with #D6018D
Text Example
Text Example
White with #D6018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6018D; }
p { color: rgb(214,1,141); }
H1.HeaderClassName
{
color: #D6018D;
}
.AnyTagClassName
{
color: #D6018D;
}
</style>
background-color css
<style>
a { background-color: #D6018D; }
a { background-color: rgb(214,1,141); }
div.DivClassName
{
background-color: #D6018D;
}
.BgClassName
{
background-color: #D6018D;
}
</style>
border-color css
<style>
span { border-color: #D6018D; }
span { border-color: rgb(214,1,141); }
td.TdClassName
{
border-color: #D6018D;
}
.TagClassName
{
border-color: #D6018D;
}
</style>