Shades of Medium Violet Red #D41280
Tints of Medium Violet Red #D41280
RGB
CMYK
RGB Variations
Color information
#D41280 (or 0xD41280) is known color: Medium Violet Red. HEX triplet: D4, 12 and 80. RGB value is (212,18,128). Sum of RGB (Red+Green+Blue) = 212+18+128=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D41280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41280 is #2BED7F. Grayscale: #585858. Windows color (decimal): -2878848 or 8393428. OLE color: 8393428.
HSL color Cylindrical-coordinate representation of color #D41280: hue angle of 325.98º degrees, saturation: 0.84, 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 #D41280 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 128 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.17 |
| HSL | 325.98º | 0.84% | 0.45% | - |
| HSV(B) | 325.98º | 0.92% | 0.83% | - |
| XYZ | 31.26 | 15.99 | 21.86 | - |
| YUV | 88.55 | 150.27 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 128 | 0 | 0.92 | 0.40 | 0.17 | 325.98 | 0.84 | 0.45 |
| Hex | D4 | 12 | 80 | 0 | 5C | 28 | 11 | 146 | 54 | 2D |
| Octal | 324 | 22 | 200 | 0 | 134 | 50 | 21 | 506 | 124 | 55 |
| Binary | 11010100 | 10010 | 10000000 | 0 | 1011100 | 101000 | 10001 | 101000110 | 1010100 | 101101 |
Color Harmonies of #D41280
Complementary color
Monochromatic Colors of #D41280
Black with #D41280
Text Example
Text Example
White with #D41280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41280; }
p { color: rgb(212,18,128); }
H1.HeaderClassName
{
color: #D41280;
}
.AnyTagClassName
{
color: #D41280;
}
</style>
background-color css
<style>
a { background-color: #D41280; }
a { background-color: rgb(212,18,128); }
div.DivClassName
{
background-color: #D41280;
}
.BgClassName
{
background-color: #D41280;
}
</style>
border-color css
<style>
span { border-color: #D41280; }
span { border-color: rgb(212,18,128); }
td.TdClassName
{
border-color: #D41280;
}
.TagClassName
{
border-color: #D41280;
}
</style>