Shades of Medium Violet Red #D4188B
Tints of Medium Violet Red #D4188B
RGB
CMYK
RGB Variations
Color information
#D4188B (or 0xD4188B) is known color: Medium Violet Red. HEX triplet: D4, 18 and 8B. RGB value is (212,24,139). Sum of RGB (Red+Green+Blue) = 212+24+139=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4188B is #2BE774. Grayscale: #5D5D5D. Windows color (decimal): -2877301 or 9115860. OLE color: 9115860.
HSL color Cylindrical-coordinate representation of color #D4188B: hue angle of 323.3º 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 #D4188B is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 139 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.17 |
| HSL | 323.3º | 0.8% | 0.46% | - |
| HSV(B) | 323.3º | 0.89% | 0.83% | - |
| XYZ | 32.14 | 16.51 | 25.92 | - |
| YUV | 93.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 139 | 0 | 0.89 | 0.34 | 0.17 | 323.3 | 0.8 | 0.46 |
| Hex | D4 | 18 | 8B | 0 | 59 | 22 | 11 | 143 | 50 | 2E |
| Octal | 324 | 30 | 213 | 0 | 131 | 42 | 21 | 503 | 120 | 56 |
| Binary | 11010100 | 11000 | 10001011 | 0 | 1011001 | 100010 | 10001 | 101000011 | 1010000 | 101110 |
Color Harmonies of #D4188B
Complementary color
Monochromatic Colors of #D4188B
Black with #D4188B
Text Example
Text Example
White with #D4188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4188B; }
p { color: rgb(212,24,139); }
H1.HeaderClassName
{
color: #D4188B;
}
.AnyTagClassName
{
color: #D4188B;
}
</style>
background-color css
<style>
a { background-color: #D4188B; }
a { background-color: rgb(212,24,139); }
div.DivClassName
{
background-color: #D4188B;
}
.BgClassName
{
background-color: #D4188B;
}
</style>
border-color css
<style>
span { border-color: #D4188B; }
span { border-color: rgb(212,24,139); }
td.TdClassName
{
border-color: #D4188B;
}
.TagClassName
{
border-color: #D4188B;
}
</style>