Shades of Medium Violet Red #D4188D
Tints of Medium Violet Red #D4188D
RGB
CMYK
RGB Variations
Color information
#D4188D (or 0xD4188D) is known color: Medium Violet Red. HEX triplet: D4, 18 and 8D. RGB value is (212,24,141). Sum of RGB (Red+Green+Blue) = 212+24+141=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4188D is #2BE772. Grayscale: #5D5D5D. Windows color (decimal): -2877299 or 9246932. OLE color: 9246932.
HSL color Cylindrical-coordinate representation of color #D4188D: hue angle of 322.66º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4188D is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 141 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.17 |
| HSL | 322.66º | 0.8% | 0.46% | - |
| HSV(B) | 322.66º | 0.89% | 0.83% | - |
| XYZ | 32.29 | 16.57 | 26.7 | - |
| YUV | 93.55 | 154.78 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 141 | 0 | 0.89 | 0.33 | 0.17 | 322.66 | 0.8 | 0.46 |
| Hex | D4 | 18 | 8D | 0 | 59 | 21 | 11 | 143 | 50 | 2E |
| Octal | 324 | 30 | 215 | 0 | 131 | 41 | 21 | 503 | 120 | 56 |
| Binary | 11010100 | 11000 | 10001101 | 0 | 1011001 | 100001 | 10001 | 101000011 | 1010000 | 101110 |
Color Harmonies of #D4188D
Complementary color
Monochromatic Colors of #D4188D
Black with #D4188D
Text Example
Text Example
White with #D4188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4188D; }
p { color: rgb(212,24,141); }
H1.HeaderClassName
{
color: #D4188D;
}
.AnyTagClassName
{
color: #D4188D;
}
</style>
background-color css
<style>
a { background-color: #D4188D; }
a { background-color: rgb(212,24,141); }
div.DivClassName
{
background-color: #D4188D;
}
.BgClassName
{
background-color: #D4188D;
}
</style>
border-color css
<style>
span { border-color: #D4188D; }
span { border-color: rgb(212,24,141); }
td.TdClassName
{
border-color: #D4188D;
}
.TagClassName
{
border-color: #D4188D;
}
</style>