Shades of Medium Violet Red #D4147E
Tints of Medium Violet Red #D4147E
RGB
CMYK
RGB Variations
Color information
#D4147E (or 0xD4147E) is known color: Medium Violet Red. HEX triplet: D4, 14 and 7E. RGB value is (212,20,126). Sum of RGB (Red+Green+Blue) = 212+20+126=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4147E is #2BEB81. Grayscale: #595959. Windows color (decimal): -2878338 or 8262868. OLE color: 8262868.
HSL color Cylindrical-coordinate representation of color #D4147E: hue angle of 326.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 #D4147E is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.17 |
| HSL | 326.88º | 0.83% | 0.45% | - |
| HSV(B) | 326.88º | 0.91% | 0.83% | - |
| XYZ | 31.17 | 16 | 21.18 | - |
| YUV | 89.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 126 | 0 | 0.91 | 0.41 | 0.17 | 326.88 | 0.83 | 0.45 |
| Hex | D4 | 14 | 7E | 0 | 5B | 29 | 11 | 147 | 53 | 2D |
| Octal | 324 | 24 | 176 | 0 | 133 | 51 | 21 | 507 | 123 | 55 |
| Binary | 11010100 | 10100 | 1111110 | 0 | 1011011 | 101001 | 10001 | 101000111 | 1010011 | 101101 |
Color Harmonies of #D4147E
Complementary color
Monochromatic Colors of #D4147E
Black with #D4147E
Text Example
Text Example
White with #D4147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4147E; }
p { color: rgb(212,20,126); }
H1.HeaderClassName
{
color: #D4147E;
}
.AnyTagClassName
{
color: #D4147E;
}
</style>
background-color css
<style>
a { background-color: #D4147E; }
a { background-color: rgb(212,20,126); }
div.DivClassName
{
background-color: #D4147E;
}
.BgClassName
{
background-color: #D4147E;
}
</style>
border-color css
<style>
span { border-color: #D4147E; }
span { border-color: rgb(212,20,126); }
td.TdClassName
{
border-color: #D4147E;
}
.TagClassName
{
border-color: #D4147E;
}
</style>