Shades of Medium Violet Red #D1147A
Tints of Medium Violet Red #D1147A
RGB
CMYK
RGB Variations
Color information
#D1147A (or 0xD1147A) is known color: Medium Violet Red. HEX triplet: D1, 14 and 7A. RGB value is (209,20,122). Sum of RGB (Red+Green+Blue) = 209+20+122=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1147A is #2EEB85. Grayscale: #575757. Windows color (decimal): -3074950 or 8000721. OLE color: 8000721.
HSL color Cylindrical-coordinate representation of color #D1147A: hue angle of 327.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1147A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 122 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.18 |
| HSL | 327.62º | 0.83% | 0.45% | - |
| HSV(B) | 327.62º | 0.9% | 0.82% | - |
| XYZ | 30.06 | 15.46 | 19.81 | - |
| YUV | 88.14 | 147.12 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 122 | 0 | 0.90 | 0.42 | 0.18 | 327.62 | 0.83 | 0.45 |
| Hex | D1 | 14 | 7A | 0 | 5A | 2A | 12 | 148 | 53 | 2D |
| Octal | 321 | 24 | 172 | 0 | 132 | 52 | 22 | 510 | 123 | 55 |
| Binary | 11010001 | 10100 | 1111010 | 0 | 1011010 | 101010 | 10010 | 101001000 | 1010011 | 101101 |
Color Harmonies of #D1147A
Complementary color
Monochromatic Colors of #D1147A
Black with #D1147A
Text Example
Text Example
White with #D1147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1147A; }
p { color: rgb(209,20,122); }
H1.HeaderClassName
{
color: #D1147A;
}
.AnyTagClassName
{
color: #D1147A;
}
</style>
background-color css
<style>
a { background-color: #D1147A; }
a { background-color: rgb(209,20,122); }
div.DivClassName
{
background-color: #D1147A;
}
.BgClassName
{
background-color: #D1147A;
}
</style>
border-color css
<style>
span { border-color: #D1147A; }
span { border-color: rgb(209,20,122); }
td.TdClassName
{
border-color: #D1147A;
}
.TagClassName
{
border-color: #D1147A;
}
</style>