Shades of Medium Violet Red #D4128B
Tints of Medium Violet Red #D4128B
RGB
CMYK
RGB Variations
Color information
#D4128B (or 0xD4128B) is known color: Medium Violet Red. HEX triplet: D4, 12 and 8B. RGB value is (212,18,139). Sum of RGB (Red+Green+Blue) = 212+18+139=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4128B is #2BED74. Grayscale: #595959. Windows color (decimal): -2878837 or 9114324. OLE color: 9114324.
HSL color Cylindrical-coordinate representation of color #D4128B: hue angle of 322.58º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4128B is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 139 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.17 |
| HSL | 322.58º | 0.84% | 0.45% | - |
| HSV(B) | 322.58º | 0.92% | 0.83% | - |
| XYZ | 32.03 | 16.29 | 25.88 | - |
| YUV | 89.8 | 155.77 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 139 | 0 | 0.92 | 0.34 | 0.17 | 322.58 | 0.84 | 0.45 |
| Hex | D4 | 12 | 8B | 0 | 5C | 22 | 11 | 143 | 54 | 2D |
| Octal | 324 | 22 | 213 | 0 | 134 | 42 | 21 | 503 | 124 | 55 |
| Binary | 11010100 | 10010 | 10001011 | 0 | 1011100 | 100010 | 10001 | 101000011 | 1010100 | 101101 |
Color Harmonies of #D4128B
Complementary color
Monochromatic Colors of #D4128B
Black with #D4128B
Text Example
Text Example
White with #D4128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4128B; }
p { color: rgb(212,18,139); }
H1.HeaderClassName
{
color: #D4128B;
}
.AnyTagClassName
{
color: #D4128B;
}
</style>
background-color css
<style>
a { background-color: #D4128B; }
a { background-color: rgb(212,18,139); }
div.DivClassName
{
background-color: #D4128B;
}
.BgClassName
{
background-color: #D4128B;
}
</style>
border-color css
<style>
span { border-color: #D4128B; }
span { border-color: rgb(212,18,139); }
td.TdClassName
{
border-color: #D4128B;
}
.TagClassName
{
border-color: #D4128B;
}
</style>