Shades of Medium Violet Red #D0077D
Tints of Medium Violet Red #D0077D
RGB
CMYK
RGB Variations
Color information
#D0077D (or 0xD0077D) is known color: Medium Violet Red. HEX triplet: D0, 07 and 7D. RGB value is (208,7,125). Sum of RGB (Red+Green+Blue) = 208+7+125=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0077D is #2FF882. Grayscale: #505050. Windows color (decimal): -3143811 or 8194000. OLE color: 8194000.
HSL color Cylindrical-coordinate representation of color #D0077D: hue angle of 324.78º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0077D is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.18 |
| HSL | 324.78º | 0.93% | 0.42% | - |
| HSV(B) | 324.78º | 0.97% | 0.82% | - |
| XYZ | 29.79 | 15.04 | 20.74 | - |
| YUV | 80.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 125 | 0 | 0.97 | 0.40 | 0.18 | 324.78 | 0.93 | 0.42 |
| Hex | D0 | 7 | 7D | 0 | 61 | 28 | 12 | 145 | 5D | 2A |
| Octal | 320 | 7 | 175 | 0 | 141 | 50 | 22 | 505 | 135 | 52 |
| Binary | 11010000 | 111 | 1111101 | 0 | 1100001 | 101000 | 10010 | 101000101 | 1011101 | 101010 |
Color Harmonies of #D0077D
Complementary color
Monochromatic Colors of #D0077D
Black with #D0077D
Text Example
Text Example
White with #D0077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0077D; }
p { color: rgb(208,7,125); }
H1.HeaderClassName
{
color: #D0077D;
}
.AnyTagClassName
{
color: #D0077D;
}
</style>
background-color css
<style>
a { background-color: #D0077D; }
a { background-color: rgb(208,7,125); }
div.DivClassName
{
background-color: #D0077D;
}
.BgClassName
{
background-color: #D0077D;
}
</style>
border-color css
<style>
span { border-color: #D0077D; }
span { border-color: rgb(208,7,125); }
td.TdClassName
{
border-color: #D0077D;
}
.TagClassName
{
border-color: #D0077D;
}
</style>