Shades of Medium Violet Red #D6007F
Tints of Medium Violet Red #D6007F
RGB
CMYK
RGB Variations
Color information
#D6007F (or 0xD6007F) is known color: Medium Violet Red. HEX triplet: D6, 00 and 7F. RGB value is (214,0,127). Sum of RGB (Red+Green+Blue) = 214+0+127=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6007F is #29FF80. Grayscale: #4E4E4E. Windows color (decimal): -2752385 or 8323286. OLE color: 8323286.
HSL color Cylindrical-coordinate representation of color #D6007F: hue angle of 324.39º 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 #D6007F is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.41 | 0.16 |
| HSL | 324.39º | 1% | 0.42% | - |
| HSV(B) | 324.39º | 1% | 0.84% | - |
| XYZ | 31.56 | 15.83 | 21.47 | - |
| YUV | 78.46 | 155.4 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 127 | 0 | 1 | 0.41 | 0.16 | 324.39 | 1 | 0.42 |
| Hex | D6 | 0 | 7F | 0 | 64 | 29 | 10 | 144 | 64 | 2A |
| Octal | 326 | 0 | 177 | 0 | 144 | 51 | 20 | 504 | 144 | 52 |
| Binary | 11010110 | 0 | 1111111 | 0 | 1100100 | 101001 | 10000 | 101000100 | 1100100 | 101010 |
Color Harmonies of #D6007F
Complementary color
Monochromatic Colors of #D6007F
Black with #D6007F
Text Example
Text Example
White with #D6007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6007F; }
p { color: rgb(214,0,127); }
H1.HeaderClassName
{
color: #D6007F;
}
.AnyTagClassName
{
color: #D6007F;
}
</style>
background-color css
<style>
a { background-color: #D6007F; }
a { background-color: rgb(214,0,127); }
div.DivClassName
{
background-color: #D6007F;
}
.BgClassName
{
background-color: #D6007F;
}
</style>
border-color css
<style>
span { border-color: #D6007F; }
span { border-color: rgb(214,0,127); }
td.TdClassName
{
border-color: #D6007F;
}
.TagClassName
{
border-color: #D6007F;
}
</style>