Shades of Medium Violet Red #D6008D
Tints of Medium Violet Red #D6008D
RGB
CMYK
RGB Variations
Color information
#D6008D (or 0xD6008D) is known color: Medium Violet Red. HEX triplet: D6, 00 and 8D. RGB value is (214,0,141). Sum of RGB (Red+Green+Blue) = 214+0+141=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6008D is #29FF72. Grayscale: #4F4F4F. Windows color (decimal): -2752371 or 9240790. OLE color: 9240790.
HSL color Cylindrical-coordinate representation of color #D6008D: hue angle of 320.47º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6008D is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.34 | 0.16 |
| HSL | 320.47º | 1% | 0.42% | - |
| HSV(B) | 320.47º | 1% | 0.84% | - |
| XYZ | 32.54 | 16.22 | 26.61 | - |
| YUV | 80.06 | 162.4 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 141 | 0 | 1 | 0.34 | 0.16 | 320.47 | 1 | 0.42 |
| Hex | D6 | 0 | 8D | 0 | 64 | 22 | 10 | 140 | 64 | 2A |
| Octal | 326 | 0 | 215 | 0 | 144 | 42 | 20 | 500 | 144 | 52 |
| Binary | 11010110 | 0 | 10001101 | 0 | 1100100 | 100010 | 10000 | 101000000 | 1100100 | 101010 |
Color Harmonies of #D6008D
Complementary color
Monochromatic Colors of #D6008D
Black with #D6008D
Text Example
Text Example
White with #D6008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6008D; }
p { color: rgb(214,0,141); }
H1.HeaderClassName
{
color: #D6008D;
}
.AnyTagClassName
{
color: #D6008D;
}
</style>
background-color css
<style>
a { background-color: #D6008D; }
a { background-color: rgb(214,0,141); }
div.DivClassName
{
background-color: #D6008D;
}
.BgClassName
{
background-color: #D6008D;
}
</style>
border-color css
<style>
span { border-color: #D6008D; }
span { border-color: rgb(214,0,141); }
td.TdClassName
{
border-color: #D6008D;
}
.TagClassName
{
border-color: #D6008D;
}
</style>