Shades of Medium Violet Red #D4147A
Tints of Medium Violet Red #D4147A
RGB
CMYK
RGB Variations
Color information
#D4147A (or 0xD4147A) is known color: Medium Violet Red. HEX triplet: D4, 14 and 7A. RGB value is (212,20,122). Sum of RGB (Red+Green+Blue) = 212+20+122=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4147A is #2BEB85. Grayscale: #585858. Windows color (decimal): -2878342 or 8000724. OLE color: 8000724.
HSL color Cylindrical-coordinate representation of color #D4147A: hue angle of 328.12º 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 #D4147A is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 122 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.17 |
| HSL | 328.13º | 0.83% | 0.45% | - |
| HSV(B) | 328.13º | 0.91% | 0.83% | - |
| XYZ | 30.91 | 15.9 | 19.85 | - |
| YUV | 89.04 | 146.61 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 122 | 0 | 0.91 | 0.42 | 0.17 | 328.13 | 0.83 | 0.45 |
| Hex | D4 | 14 | 7A | 0 | 5B | 2A | 11 | 148 | 53 | 2D |
| Octal | 324 | 24 | 172 | 0 | 133 | 52 | 21 | 510 | 123 | 55 |
| Binary | 11010100 | 10100 | 1111010 | 0 | 1011011 | 101010 | 10001 | 101001000 | 1010011 | 101101 |
Color Harmonies of #D4147A
Complementary color
Monochromatic Colors of #D4147A
Black with #D4147A
Text Example
Text Example
White with #D4147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4147A; }
p { color: rgb(212,20,122); }
H1.HeaderClassName
{
color: #D4147A;
}
.AnyTagClassName
{
color: #D4147A;
}
</style>
background-color css
<style>
a { background-color: #D4147A; }
a { background-color: rgb(212,20,122); }
div.DivClassName
{
background-color: #D4147A;
}
.BgClassName
{
background-color: #D4147A;
}
</style>
border-color css
<style>
span { border-color: #D4147A; }
span { border-color: rgb(212,20,122); }
td.TdClassName
{
border-color: #D4147A;
}
.TagClassName
{
border-color: #D4147A;
}
</style>