Shades of Medium Violet Red #D0007E
Tints of Medium Violet Red #D0007E
RGB
CMYK
RGB Variations
Color information
#D0007E (or 0xD0007E) is known color: Medium Violet Red. HEX triplet: D0, 00 and 7E. RGB value is (208,0,126). Sum of RGB (Red+Green+Blue) = 208+0+126=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0007E is #2FFF81. Grayscale: #4C4C4C. Windows color (decimal): -3145602 or 8257744. OLE color: 8257744.
HSL color Cylindrical-coordinate representation of color #D0007E: hue angle of 323.65º 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 #D0007E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.39 | 0.18 |
| HSL | 323.65º | 1% | 0.41% | - |
| HSV(B) | 323.65º | 1% | 0.82% | - |
| XYZ | 29.78 | 14.92 | 21.05 | - |
| YUV | 76.56 | 155.91 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 126 | 0 | 1 | 0.39 | 0.18 | 323.65 | 1 | 0.41 |
| Hex | D0 | 0 | 7E | 0 | 64 | 27 | 12 | 144 | 64 | 29 |
| Octal | 320 | 0 | 176 | 0 | 144 | 47 | 22 | 504 | 144 | 51 |
| Binary | 11010000 | 0 | 1111110 | 0 | 1100100 | 100111 | 10010 | 101000100 | 1100100 | 101001 |
Color Harmonies of #D0007E
Complementary color
Monochromatic Colors of #D0007E
Black with #D0007E
Text Example
Text Example
White with #D0007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0007E; }
p { color: rgb(208,0,126); }
H1.HeaderClassName
{
color: #D0007E;
}
.AnyTagClassName
{
color: #D0007E;
}
</style>
background-color css
<style>
a { background-color: #D0007E; }
a { background-color: rgb(208,0,126); }
div.DivClassName
{
background-color: #D0007E;
}
.BgClassName
{
background-color: #D0007E;
}
</style>
border-color css
<style>
span { border-color: #D0007E; }
span { border-color: rgb(208,0,126); }
td.TdClassName
{
border-color: #D0007E;
}
.TagClassName
{
border-color: #D0007E;
}
</style>