Shades of Medium Violet Red #D4107D
Tints of Medium Violet Red #D4107D
RGB
CMYK
RGB Variations
Color information
#D4107D (or 0xD4107D) is known color: Medium Violet Red. HEX triplet: D4, 10 and 7D. RGB value is (212,16,125). Sum of RGB (Red+Green+Blue) = 212+16+125=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4107D is #2BEF82. Grayscale: #565656. Windows color (decimal): -2879363 or 8196308. OLE color: 8196308.
HSL color Cylindrical-coordinate representation of color #D4107D: hue angle of 326.63º 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 #D4107D is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 125 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.17 |
| HSL | 326.63º | 0.86% | 0.45% | - |
| HSV(B) | 326.63º | 0.92% | 0.83% | - |
| XYZ | 31.04 | 15.85 | 20.83 | - |
| YUV | 87.03 | 149.43 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 125 | 0 | 0.92 | 0.41 | 0.17 | 326.63 | 0.86 | 0.45 |
| Hex | D4 | 10 | 7D | 0 | 5C | 29 | 11 | 147 | 56 | 2D |
| Octal | 324 | 20 | 175 | 0 | 134 | 51 | 21 | 507 | 126 | 55 |
| Binary | 11010100 | 10000 | 1111101 | 0 | 1011100 | 101001 | 10001 | 101000111 | 1010110 | 101101 |
Color Harmonies of #D4107D
Complementary color
Monochromatic Colors of #D4107D
Black with #D4107D
Text Example
Text Example
White with #D4107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4107D; }
p { color: rgb(212,16,125); }
H1.HeaderClassName
{
color: #D4107D;
}
.AnyTagClassName
{
color: #D4107D;
}
</style>
background-color css
<style>
a { background-color: #D4107D; }
a { background-color: rgb(212,16,125); }
div.DivClassName
{
background-color: #D4107D;
}
.BgClassName
{
background-color: #D4107D;
}
</style>
border-color css
<style>
span { border-color: #D4107D; }
span { border-color: rgb(212,16,125); }
td.TdClassName
{
border-color: #D4107D;
}
.TagClassName
{
border-color: #D4107D;
}
</style>