Shades of Medium Violet Red #D4077D
Tints of Medium Violet Red #D4077D
RGB
CMYK
RGB Variations
Color information
#D4077D (or 0xD4077D) is known color: Medium Violet Red. HEX triplet: D4, 07 and 7D. RGB value is (212,7,125). Sum of RGB (Red+Green+Blue) = 212+7+125=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D4077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4077D is #2BF882. Grayscale: #515151. Windows color (decimal): -2881667 or 8194004. OLE color: 8194004.
HSL color Cylindrical-coordinate representation of color #D4077D: hue angle of 325.46º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4077D is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.17 |
| HSL | 325.46º | 0.94% | 0.43% | - |
| HSV(B) | 325.46º | 0.97% | 0.83% | - |
| XYZ | 30.93 | 15.63 | 20.79 | - |
| YUV | 81.75 | 152.42 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 125 | 0 | 0.97 | 0.41 | 0.17 | 325.46 | 0.94 | 0.43 |
| Hex | D4 | 7 | 7D | 0 | 61 | 29 | 11 | 145 | 5E | 2B |
| Octal | 324 | 7 | 175 | 0 | 141 | 51 | 21 | 505 | 136 | 53 |
| Binary | 11010100 | 111 | 1111101 | 0 | 1100001 | 101001 | 10001 | 101000101 | 1011110 | 101011 |
Color Harmonies of #D4077D
Complementary color
Monochromatic Colors of #D4077D
Black with #D4077D
Text Example
Text Example
White with #D4077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4077D; }
p { color: rgb(212,7,125); }
H1.HeaderClassName
{
color: #D4077D;
}
.AnyTagClassName
{
color: #D4077D;
}
</style>
background-color css
<style>
a { background-color: #D4077D; }
a { background-color: rgb(212,7,125); }
div.DivClassName
{
background-color: #D4077D;
}
.BgClassName
{
background-color: #D4077D;
}
</style>
border-color css
<style>
span { border-color: #D4077D; }
span { border-color: rgb(212,7,125); }
td.TdClassName
{
border-color: #D4077D;
}
.TagClassName
{
border-color: #D4077D;
}
</style>