Shades of Medium Violet Red #D4148E
Tints of Medium Violet Red #D4148E
RGB
CMYK
RGB Variations
Color information
#D4148E (or 0xD4148E) is known color: Medium Violet Red. HEX triplet: D4, 14 and 8E. RGB value is (212,20,142). Sum of RGB (Red+Green+Blue) = 212+20+142=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4148E is #2BEB71. Grayscale: #5B5B5B. Windows color (decimal): -2878322 or 9311444. OLE color: 9311444.
HSL color Cylindrical-coordinate representation of color #D4148E: hue angle of 321.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4148E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 142 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.17 |
| HSL | 321.88º | 0.83% | 0.45% | - |
| HSV(B) | 321.88º | 0.91% | 0.83% | - |
| XYZ | 32.28 | 16.45 | 27.06 | - |
| YUV | 91.32 | 156.61 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 142 | 0 | 0.91 | 0.33 | 0.17 | 321.88 | 0.83 | 0.45 |
| Hex | D4 | 14 | 8E | 0 | 5B | 21 | 11 | 142 | 53 | 2D |
| Octal | 324 | 24 | 216 | 0 | 133 | 41 | 21 | 502 | 123 | 55 |
| Binary | 11010100 | 10100 | 10001110 | 0 | 1011011 | 100001 | 10001 | 101000010 | 1010011 | 101101 |
Color Harmonies of #D4148E
Complementary color
Monochromatic Colors of #D4148E
Black with #D4148E
Text Example
Text Example
White with #D4148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4148E; }
p { color: rgb(212,20,142); }
H1.HeaderClassName
{
color: #D4148E;
}
.AnyTagClassName
{
color: #D4148E;
}
</style>
background-color css
<style>
a { background-color: #D4148E; }
a { background-color: rgb(212,20,142); }
div.DivClassName
{
background-color: #D4148E;
}
.BgClassName
{
background-color: #D4148E;
}
</style>
border-color css
<style>
span { border-color: #D4148E; }
span { border-color: rgb(212,20,142); }
td.TdClassName
{
border-color: #D4148E;
}
.TagClassName
{
border-color: #D4148E;
}
</style>