Shades of Medium Violet Red #D4188F
Tints of Medium Violet Red #D4188F
RGB
CMYK
RGB Variations
Color information
#D4188F (or 0xD4188F) is known color: Medium Violet Red. HEX triplet: D4, 18 and 8F. RGB value is (212,24,143). Sum of RGB (Red+Green+Blue) = 212+24+143=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D4188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4188F is #2BE770. Grayscale: #5D5D5D. Windows color (decimal): -2877297 or 9378004. OLE color: 9378004.
HSL color Cylindrical-coordinate representation of color #D4188F: hue angle of 322.02º 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 #D4188F is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 143 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.17 |
| HSL | 322.02º | 0.8% | 0.46% | - |
| HSV(B) | 322.02º | 0.89% | 0.83% | - |
| XYZ | 32.44 | 16.63 | 27.49 | - |
| YUV | 93.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 143 | 0 | 0.89 | 0.33 | 0.17 | 322.02 | 0.8 | 0.46 |
| Hex | D4 | 18 | 8F | 0 | 59 | 21 | 11 | 142 | 50 | 2E |
| Octal | 324 | 30 | 217 | 0 | 131 | 41 | 21 | 502 | 120 | 56 |
| Binary | 11010100 | 11000 | 10001111 | 0 | 1011001 | 100001 | 10001 | 101000010 | 1010000 | 101110 |
Color Harmonies of #D4188F
Complementary color
Monochromatic Colors of #D4188F
Black with #D4188F
Text Example
Text Example
White with #D4188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4188F; }
p { color: rgb(212,24,143); }
H1.HeaderClassName
{
color: #D4188F;
}
.AnyTagClassName
{
color: #D4188F;
}
</style>
background-color css
<style>
a { background-color: #D4188F; }
a { background-color: rgb(212,24,143); }
div.DivClassName
{
background-color: #D4188F;
}
.BgClassName
{
background-color: #D4188F;
}
</style>
border-color css
<style>
span { border-color: #D4188F; }
span { border-color: rgb(212,24,143); }
td.TdClassName
{
border-color: #D4188F;
}
.TagClassName
{
border-color: #D4188F;
}
</style>