Shades of Medium Violet Red #D4108E
Tints of Medium Violet Red #D4108E
RGB
CMYK
RGB Variations
Color information
#D4108E (or 0xD4108E) is known color: Medium Violet Red. HEX triplet: D4, 10 and 8E. RGB value is (212,16,142). Sum of RGB (Red+Green+Blue) = 212+16+142=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4108E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4108E is #2BEF71. Grayscale: #585858. Windows color (decimal): -2879346 or 9310420. OLE color: 9310420.
HSL color Cylindrical-coordinate representation of color #D4108E: hue angle of 321.43º 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 #D4108E is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 142 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.17 |
| HSL | 321.43º | 0.86% | 0.45% | - |
| HSV(B) | 321.43º | 0.92% | 0.83% | - |
| XYZ | 32.22 | 16.32 | 27.04 | - |
| YUV | 88.97 | 157.93 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 142 | 0 | 0.92 | 0.33 | 0.17 | 321.43 | 0.86 | 0.45 |
| Hex | D4 | 10 | 8E | 0 | 5C | 21 | 11 | 141 | 56 | 2D |
| Octal | 324 | 20 | 216 | 0 | 134 | 41 | 21 | 501 | 126 | 55 |
| Binary | 11010100 | 10000 | 10001110 | 0 | 1011100 | 100001 | 10001 | 101000001 | 1010110 | 101101 |
Color Harmonies of #D4108E
Complementary color
Monochromatic Colors of #D4108E
Black with #D4108E
Text Example
Text Example
White with #D4108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4108E; }
p { color: rgb(212,16,142); }
H1.HeaderClassName
{
color: #D4108E;
}
.AnyTagClassName
{
color: #D4108E;
}
</style>
background-color css
<style>
a { background-color: #D4108E; }
a { background-color: rgb(212,16,142); }
div.DivClassName
{
background-color: #D4108E;
}
.BgClassName
{
background-color: #D4108E;
}
</style>
border-color css
<style>
span { border-color: #D4108E; }
span { border-color: rgb(212,16,142); }
td.TdClassName
{
border-color: #D4108E;
}
.TagClassName
{
border-color: #D4108E;
}
</style>