Shades of Medium Violet Red #D5077A
Tints of Medium Violet Red #D5077A
RGB
CMYK
RGB Variations
Color information
#D5077A (or 0xD5077A) is known color: Medium Violet Red. HEX triplet: D5, 07 and 7A. RGB value is (213,7,122). Sum of RGB (Red+Green+Blue) = 213+7+122=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5077A is #2AF885. Grayscale: #515151. Windows color (decimal): -2816134 or 7997397. OLE color: 7997397.
HSL color Cylindrical-coordinate representation of color #D5077A: hue angle of 326.5º 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 #D5077A is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.16 |
| HSL | 326.5º | 0.94% | 0.43% | - |
| HSV(B) | 326.5º | 0.97% | 0.84% | - |
| XYZ | 31.03 | 15.7 | 19.81 | - |
| YUV | 81.7 | 150.75 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 122 | 0 | 0.97 | 0.43 | 0.16 | 326.5 | 0.94 | 0.43 |
| Hex | D5 | 7 | 7A | 0 | 61 | 2B | 10 | 147 | 5E | 2B |
| Octal | 325 | 7 | 172 | 0 | 141 | 53 | 20 | 507 | 136 | 53 |
| Binary | 11010101 | 111 | 1111010 | 0 | 1100001 | 101011 | 10000 | 101000111 | 1011110 | 101011 |
Color Harmonies of #D5077A
Complementary color
Monochromatic Colors of #D5077A
Black with #D5077A
Text Example
Text Example
White with #D5077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5077A; }
p { color: rgb(213,7,122); }
H1.HeaderClassName
{
color: #D5077A;
}
.AnyTagClassName
{
color: #D5077A;
}
</style>
background-color css
<style>
a { background-color: #D5077A; }
a { background-color: rgb(213,7,122); }
div.DivClassName
{
background-color: #D5077A;
}
.BgClassName
{
background-color: #D5077A;
}
</style>
border-color css
<style>
span { border-color: #D5077A; }
span { border-color: rgb(213,7,122); }
td.TdClassName
{
border-color: #D5077A;
}
.TagClassName
{
border-color: #D5077A;
}
</style>