Shades of Medium Violet Red #D41080
Tints of Medium Violet Red #D41080
RGB
CMYK
RGB Variations
Color information
#D41080 (or 0xD41080) is known color: Medium Violet Red. HEX triplet: D4, 10 and 80. RGB value is (212,16,128). Sum of RGB (Red+Green+Blue) = 212+16+128=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D41080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41080 is #2BEF7F. Grayscale: #575757. Windows color (decimal): -2879360 or 8392916. OLE color: 8392916.
HSL color Cylindrical-coordinate representation of color #D41080: hue angle of 325.71º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41080 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 128 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.17 |
| HSL | 325.71º | 0.86% | 0.45% | - |
| HSV(B) | 325.71º | 0.92% | 0.83% | - |
| XYZ | 31.23 | 15.93 | 21.85 | - |
| YUV | 87.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 128 | 0 | 0.92 | 0.40 | 0.17 | 325.71 | 0.86 | 0.45 |
| Hex | D4 | 10 | 80 | 0 | 5C | 28 | 11 | 146 | 56 | 2D |
| Octal | 324 | 20 | 200 | 0 | 134 | 50 | 21 | 506 | 126 | 55 |
| Binary | 11010100 | 10000 | 10000000 | 0 | 1011100 | 101000 | 10001 | 101000110 | 1010110 | 101101 |
Color Harmonies of #D41080
Complementary color
Monochromatic Colors of #D41080
Black with #D41080
Text Example
Text Example
White with #D41080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41080; }
p { color: rgb(212,16,128); }
H1.HeaderClassName
{
color: #D41080;
}
.AnyTagClassName
{
color: #D41080;
}
</style>
background-color css
<style>
a { background-color: #D41080; }
a { background-color: rgb(212,16,128); }
div.DivClassName
{
background-color: #D41080;
}
.BgClassName
{
background-color: #D41080;
}
</style>
border-color css
<style>
span { border-color: #D41080; }
span { border-color: rgb(212,16,128); }
td.TdClassName
{
border-color: #D41080;
}
.TagClassName
{
border-color: #D41080;
}
</style>