Shades of Medium Violet Red #D40077
Tints of Medium Violet Red #D40077
RGB
CMYK
RGB Variations
Color information
#D40077 (or 0xD40077) is known color: Medium Violet Red. HEX triplet: D4, 00 and 77. RGB value is (212,0,119). Sum of RGB (Red+Green+Blue) = 212+0+119=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D40077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40077 is #2BFF88. Grayscale: #4C4C4C. Windows color (decimal): -2883465 or 7798996. OLE color: 7798996.
HSL color Cylindrical-coordinate representation of color #D40077: hue angle of 326.32º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40077 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.44 | 0.17 |
| HSL | 326.32º | 1% | 0.42% | - |
| HSV(B) | 326.32º | 1% | 0.83% | - |
| XYZ | 30.48 | 15.33 | 18.81 | - |
| YUV | 76.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 119 | 0 | 1 | 0.44 | 0.17 | 326.32 | 1 | 0.42 |
| Hex | D4 | 0 | 77 | 0 | 64 | 2C | 11 | 146 | 64 | 2A |
| Octal | 324 | 0 | 167 | 0 | 144 | 54 | 21 | 506 | 144 | 52 |
| Binary | 11010100 | 0 | 1110111 | 0 | 1100100 | 101100 | 10001 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D40077
Complementary color
Monochromatic Colors of #D40077
Black with #D40077
Text Example
Text Example
White with #D40077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40077; }
p { color: rgb(212,0,119); }
H1.HeaderClassName
{
color: #D40077;
}
.AnyTagClassName
{
color: #D40077;
}
</style>
background-color css
<style>
a { background-color: #D40077; }
a { background-color: rgb(212,0,119); }
div.DivClassName
{
background-color: #D40077;
}
.BgClassName
{
background-color: #D40077;
}
</style>
border-color css
<style>
span { border-color: #D40077; }
span { border-color: rgb(212,0,119); }
td.TdClassName
{
border-color: #D40077;
}
.TagClassName
{
border-color: #D40077;
}
</style>