Shades of Medium Violet Red #D6008F
Tints of Medium Violet Red #D6008F
RGB
CMYK
RGB Variations
Color information
#D6008F (or 0xD6008F) is known color: Medium Violet Red. HEX triplet: D6, 00 and 8F. RGB value is (214,0,143). Sum of RGB (Red+Green+Blue) = 214+0+143=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6008F is #29FF70. Grayscale: #4F4F4F. Windows color (decimal): -2752369 or 9371862. OLE color: 9371862.
HSL color Cylindrical-coordinate representation of color #D6008F: hue angle of 319.91º 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 #D6008F is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.33 | 0.16 |
| HSL | 319.91º | 1% | 0.42% | - |
| HSV(B) | 319.91º | 1% | 0.84% | - |
| XYZ | 32.69 | 16.28 | 27.41 | - |
| YUV | 80.29 | 163.4 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 143 | 0 | 1 | 0.33 | 0.16 | 319.91 | 1 | 0.42 |
| Hex | D6 | 0 | 8F | 0 | 64 | 21 | 10 | 140 | 64 | 2A |
| Octal | 326 | 0 | 217 | 0 | 144 | 41 | 20 | 500 | 144 | 52 |
| Binary | 11010110 | 0 | 10001111 | 0 | 1100100 | 100001 | 10000 | 101000000 | 1100100 | 101010 |
Color Harmonies of #D6008F
Complementary color
Monochromatic Colors of #D6008F
Black with #D6008F
Text Example
Text Example
White with #D6008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6008F; }
p { color: rgb(214,0,143); }
H1.HeaderClassName
{
color: #D6008F;
}
.AnyTagClassName
{
color: #D6008F;
}
</style>
background-color css
<style>
a { background-color: #D6008F; }
a { background-color: rgb(214,0,143); }
div.DivClassName
{
background-color: #D6008F;
}
.BgClassName
{
background-color: #D6008F;
}
</style>
border-color css
<style>
span { border-color: #D6008F; }
span { border-color: rgb(214,0,143); }
td.TdClassName
{
border-color: #D6008F;
}
.TagClassName
{
border-color: #D6008F;
}
</style>