Shades of Medium Violet Red #D4189A
Tints of Medium Violet Red #D4189A
RGB
CMYK
RGB Variations
Color information
#D4189A (or 0xD4189A) is known color: Medium Violet Red. HEX triplet: D4, 18 and 9A. RGB value is (212,24,154). Sum of RGB (Red+Green+Blue) = 212+24+154=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4189A is #2BE765. Grayscale: #5E5E5E. Windows color (decimal): -2877286 or 10098900. OLE color: 10098900.
HSL color Cylindrical-coordinate representation of color #D4189A: hue angle of 318.51º 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 #D4189A is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 154 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.17 |
| HSL | 318.51º | 0.8% | 0.46% | - |
| HSV(B) | 318.51º | 0.89% | 0.83% | - |
| XYZ | 33.31 | 16.98 | 32.09 | - |
| YUV | 95.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 154 | 0 | 0.89 | 0.27 | 0.17 | 318.51 | 0.8 | 0.46 |
| Hex | D4 | 18 | 9A | 0 | 59 | 1B | 11 | 13F | 50 | 2E |
| Octal | 324 | 30 | 232 | 0 | 131 | 33 | 21 | 477 | 120 | 56 |
| Binary | 11010100 | 11000 | 10011010 | 0 | 1011001 | 11011 | 10001 | 100111111 | 1010000 | 101110 |
Color Harmonies of #D4189A
Complementary color
Monochromatic Colors of #D4189A
Black with #D4189A
Text Example
Text Example
White with #D4189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4189A; }
p { color: rgb(212,24,154); }
H1.HeaderClassName
{
color: #D4189A;
}
.AnyTagClassName
{
color: #D4189A;
}
</style>
background-color css
<style>
a { background-color: #D4189A; }
a { background-color: rgb(212,24,154); }
div.DivClassName
{
background-color: #D4189A;
}
.BgClassName
{
background-color: #D4189A;
}
</style>
border-color css
<style>
span { border-color: #D4189A; }
span { border-color: rgb(212,24,154); }
td.TdClassName
{
border-color: #D4189A;
}
.TagClassName
{
border-color: #D4189A;
}
</style>