Shades of Medium Violet Red #D5077D
Tints of Medium Violet Red #D5077D
RGB
CMYK
RGB Variations
Color information
#D5077D (or 0xD5077D) is known color: Medium Violet Red. HEX triplet: D5, 07 and 7D. RGB value is (213,7,125). Sum of RGB (Red+Green+Blue) = 213+7+125=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5077D is #2AF882. Grayscale: #515151. Windows color (decimal): -2816131 or 8194005. OLE color: 8194005.
HSL color Cylindrical-coordinate representation of color #D5077D: hue angle of 325.63º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5077D is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.16 |
| HSL | 325.63º | 0.94% | 0.43% | - |
| HSV(B) | 325.63º | 0.97% | 0.84% | - |
| XYZ | 31.22 | 15.78 | 20.8 | - |
| YUV | 82.05 | 152.25 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 125 | 0 | 0.97 | 0.41 | 0.16 | 325.63 | 0.94 | 0.43 |
| Hex | D5 | 7 | 7D | 0 | 61 | 29 | 10 | 146 | 5E | 2B |
| Octal | 325 | 7 | 175 | 0 | 141 | 51 | 20 | 506 | 136 | 53 |
| Binary | 11010101 | 111 | 1111101 | 0 | 1100001 | 101001 | 10000 | 101000110 | 1011110 | 101011 |
Color Harmonies of #D5077D
Complementary color
Monochromatic Colors of #D5077D
Black with #D5077D
Text Example
Text Example
White with #D5077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5077D; }
p { color: rgb(213,7,125); }
H1.HeaderClassName
{
color: #D5077D;
}
.AnyTagClassName
{
color: #D5077D;
}
</style>
background-color css
<style>
a { background-color: #D5077D; }
a { background-color: rgb(213,7,125); }
div.DivClassName
{
background-color: #D5077D;
}
.BgClassName
{
background-color: #D5077D;
}
</style>
border-color css
<style>
span { border-color: #D5077D; }
span { border-color: rgb(213,7,125); }
td.TdClassName
{
border-color: #D5077D;
}
.TagClassName
{
border-color: #D5077D;
}
</style>