Shades of Medium Violet Red #D4147D
Tints of Medium Violet Red #D4147D
RGB
CMYK
RGB Variations
Color information
#D4147D (or 0xD4147D) is known color: Medium Violet Red. HEX triplet: D4, 14 and 7D. RGB value is (212,20,125). Sum of RGB (Red+Green+Blue) = 212+20+125=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4147D is #2BEB82. Grayscale: #595959. Windows color (decimal): -2878339 or 8197332. OLE color: 8197332.
HSL color Cylindrical-coordinate representation of color #D4147D: hue angle of 327.19º 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 #D4147D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 125 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.17 |
| HSL | 327.19º | 0.83% | 0.45% | - |
| HSV(B) | 327.19º | 0.91% | 0.83% | - |
| XYZ | 31.1 | 15.98 | 20.85 | - |
| YUV | 89.38 | 148.11 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 125 | 0 | 0.91 | 0.41 | 0.17 | 327.19 | 0.83 | 0.45 |
| Hex | D4 | 14 | 7D | 0 | 5B | 29 | 11 | 147 | 53 | 2D |
| Octal | 324 | 24 | 175 | 0 | 133 | 51 | 21 | 507 | 123 | 55 |
| Binary | 11010100 | 10100 | 1111101 | 0 | 1011011 | 101001 | 10001 | 101000111 | 1010011 | 101101 |
Color Harmonies of #D4147D
Complementary color
Monochromatic Colors of #D4147D
Black with #D4147D
Text Example
Text Example
White with #D4147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4147D; }
p { color: rgb(212,20,125); }
H1.HeaderClassName
{
color: #D4147D;
}
.AnyTagClassName
{
color: #D4147D;
}
</style>
background-color css
<style>
a { background-color: #D4147D; }
a { background-color: rgb(212,20,125); }
div.DivClassName
{
background-color: #D4147D;
}
.BgClassName
{
background-color: #D4147D;
}
</style>
border-color css
<style>
span { border-color: #D4147D; }
span { border-color: rgb(212,20,125); }
td.TdClassName
{
border-color: #D4147D;
}
.TagClassName
{
border-color: #D4147D;
}
</style>