Shades of Medium Violet Red #D4188A
Tints of Medium Violet Red #D4188A
RGB
CMYK
RGB Variations
Color information
#D4188A (or 0xD4188A) is known color: Medium Violet Red. HEX triplet: D4, 18 and 8A. RGB value is (212,24,138). Sum of RGB (Red+Green+Blue) = 212+24+138=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4188A is #2BE775. Grayscale: #5C5C5C. Windows color (decimal): -2877302 or 9050324. OLE color: 9050324.
HSL color Cylindrical-coordinate representation of color #D4188A: hue angle of 323.62º 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 #D4188A is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 138 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.17 |
| HSL | 323.62º | 0.8% | 0.46% | - |
| HSV(B) | 323.62º | 0.89% | 0.83% | - |
| XYZ | 32.07 | 16.49 | 25.54 | - |
| YUV | 93.21 | 153.28 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 138 | 0 | 0.89 | 0.35 | 0.17 | 323.62 | 0.8 | 0.46 |
| Hex | D4 | 18 | 8A | 0 | 59 | 23 | 11 | 144 | 50 | 2E |
| Octal | 324 | 30 | 212 | 0 | 131 | 43 | 21 | 504 | 120 | 56 |
| Binary | 11010100 | 11000 | 10001010 | 0 | 1011001 | 100011 | 10001 | 101000100 | 1010000 | 101110 |
Color Harmonies of #D4188A
Complementary color
Monochromatic Colors of #D4188A
Black with #D4188A
Text Example
Text Example
White with #D4188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4188A; }
p { color: rgb(212,24,138); }
H1.HeaderClassName
{
color: #D4188A;
}
.AnyTagClassName
{
color: #D4188A;
}
</style>
background-color css
<style>
a { background-color: #D4188A; }
a { background-color: rgb(212,24,138); }
div.DivClassName
{
background-color: #D4188A;
}
.BgClassName
{
background-color: #D4188A;
}
</style>
border-color css
<style>
span { border-color: #D4188A; }
span { border-color: rgb(212,24,138); }
td.TdClassName
{
border-color: #D4188A;
}
.TagClassName
{
border-color: #D4188A;
}
</style>