Shades of Medium Violet Red #D4187C
Tints of Medium Violet Red #D4187C
RGB
CMYK
RGB Variations
Color information
#D4187C (or 0xD4187C) is known color: Medium Violet Red. HEX triplet: D4, 18 and 7C. RGB value is (212,24,124). Sum of RGB (Red+Green+Blue) = 212+24+124=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4187C is #2BE783. Grayscale: #5B5B5B. Windows color (decimal): -2877316 or 8132820. OLE color: 8132820.
HSL color Cylindrical-coordinate representation of color #D4187C: hue angle of 328.09º 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 #D4187C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 124 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.17 |
| HSL | 328.09º | 0.8% | 0.46% | - |
| HSV(B) | 328.09º | 0.89% | 0.83% | - |
| XYZ | 31.12 | 16.11 | 20.54 | - |
| YUV | 91.61 | 146.28 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 124 | 0 | 0.89 | 0.42 | 0.17 | 328.09 | 0.8 | 0.46 |
| Hex | D4 | 18 | 7C | 0 | 59 | 2A | 11 | 148 | 50 | 2E |
| Octal | 324 | 30 | 174 | 0 | 131 | 52 | 21 | 510 | 120 | 56 |
| Binary | 11010100 | 11000 | 1111100 | 0 | 1011001 | 101010 | 10001 | 101001000 | 1010000 | 101110 |
Color Harmonies of #D4187C
Complementary color
Monochromatic Colors of #D4187C
Black with #D4187C
Text Example
Text Example
White with #D4187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4187C; }
p { color: rgb(212,24,124); }
H1.HeaderClassName
{
color: #D4187C;
}
.AnyTagClassName
{
color: #D4187C;
}
</style>
background-color css
<style>
a { background-color: #D4187C; }
a { background-color: rgb(212,24,124); }
div.DivClassName
{
background-color: #D4187C;
}
.BgClassName
{
background-color: #D4187C;
}
</style>
border-color css
<style>
span { border-color: #D4187C; }
span { border-color: rgb(212,24,124); }
td.TdClassName
{
border-color: #D4187C;
}
.TagClassName
{
border-color: #D4187C;
}
</style>