Shades of Medium Violet Red #D6007A
Tints of Medium Violet Red #D6007A
RGB
CMYK
RGB Variations
Color information
#D6007A (or 0xD6007A) is known color: Medium Violet Red. HEX triplet: D6, 00 and 7A. RGB value is (214,0,122). Sum of RGB (Red+Green+Blue) = 214+0+122=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D6007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6007A is #29FF85. Grayscale: #4D4D4D. Windows color (decimal): -2752390 or 7995606. OLE color: 7995606.
HSL color Cylindrical-coordinate representation of color #D6007A: hue angle of 325.79º 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 #D6007A is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.43 | 0.16 |
| HSL | 325.79º | 1% | 0.42% | - |
| HSV(B) | 325.79º | 1% | 0.84% | - |
| XYZ | 31.24 | 15.7 | 19.8 | - |
| YUV | 77.89 | 152.9 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 122 | 0 | 1 | 0.43 | 0.16 | 325.79 | 1 | 0.42 |
| Hex | D6 | 0 | 7A | 0 | 64 | 2B | 10 | 146 | 64 | 2A |
| Octal | 326 | 0 | 172 | 0 | 144 | 53 | 20 | 506 | 144 | 52 |
| Binary | 11010110 | 0 | 1111010 | 0 | 1100100 | 101011 | 10000 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D6007A
Complementary color
Monochromatic Colors of #D6007A
Black with #D6007A
Text Example
Text Example
White with #D6007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6007A; }
p { color: rgb(214,0,122); }
H1.HeaderClassName
{
color: #D6007A;
}
.AnyTagClassName
{
color: #D6007A;
}
</style>
background-color css
<style>
a { background-color: #D6007A; }
a { background-color: rgb(214,0,122); }
div.DivClassName
{
background-color: #D6007A;
}
.BgClassName
{
background-color: #D6007A;
}
</style>
border-color css
<style>
span { border-color: #D6007A; }
span { border-color: rgb(214,0,122); }
td.TdClassName
{
border-color: #D6007A;
}
.TagClassName
{
border-color: #D6007A;
}
</style>