Shades of Medium Violet Red #D2007C
Tints of Medium Violet Red #D2007C
RGB
CMYK
RGB Variations
Color information
#D2007C (or 0xD2007C) is known color: Medium Violet Red. HEX triplet: D2, 00 and 7C. RGB value is (210,0,124). Sum of RGB (Red+Green+Blue) = 210+0+124=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2007C is #2DFF83. Grayscale: #4C4C4C. Windows color (decimal): -3014532 or 8126674. OLE color: 8126674.
HSL color Cylindrical-coordinate representation of color #D2007C: hue angle of 324.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2007C is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.41 | 0.18 |
| HSL | 324.57º | 1% | 0.41% | - |
| HSV(B) | 324.57º | 1% | 0.82% | - |
| XYZ | 30.22 | 15.16 | 20.4 | - |
| YUV | 76.93 | 154.57 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 124 | 0 | 1 | 0.41 | 0.18 | 324.57 | 1 | 0.41 |
| Hex | D2 | 0 | 7C | 0 | 64 | 29 | 12 | 145 | 64 | 29 |
| Octal | 322 | 0 | 174 | 0 | 144 | 51 | 22 | 505 | 144 | 51 |
| Binary | 11010010 | 0 | 1111100 | 0 | 1100100 | 101001 | 10010 | 101000101 | 1100100 | 101001 |
Color Harmonies of #D2007C
Complementary color
Monochromatic Colors of #D2007C
Black with #D2007C
Text Example
Text Example
White with #D2007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2007C; }
p { color: rgb(210,0,124); }
H1.HeaderClassName
{
color: #D2007C;
}
.AnyTagClassName
{
color: #D2007C;
}
</style>
background-color css
<style>
a { background-color: #D2007C; }
a { background-color: rgb(210,0,124); }
div.DivClassName
{
background-color: #D2007C;
}
.BgClassName
{
background-color: #D2007C;
}
</style>
border-color css
<style>
span { border-color: #D2007C; }
span { border-color: rgb(210,0,124); }
td.TdClassName
{
border-color: #D2007C;
}
.TagClassName
{
border-color: #D2007C;
}
</style>