Shades of Medium Violet Red #D9147A
Tints of Medium Violet Red #D9147A
RGB
CMYK
RGB Variations
Color information
#D9147A (or 0xD9147A) is known color: Medium Violet Red. HEX triplet: D9, 14 and 7A. RGB value is (217,20,122). Sum of RGB (Red+Green+Blue) = 217+20+122=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9147A is #26EB85. Grayscale: #5A5A5A. Windows color (decimal): -2550662 or 8000729. OLE color: 8000729.
HSL color Cylindrical-coordinate representation of color #D9147A: hue angle of 328.93º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9147A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 122 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.15 |
| HSL | 328.93º | 0.83% | 0.46% | - |
| HSV(B) | 328.93º | 0.91% | 0.85% | - |
| XYZ | 32.38 | 16.66 | 19.92 | - |
| YUV | 90.53 | 145.77 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 122 | 0 | 0.91 | 0.44 | 0.15 | 328.93 | 0.83 | 0.46 |
| Hex | D9 | 14 | 7A | 0 | 5B | 2C | F | 149 | 53 | 2E |
| Octal | 331 | 24 | 172 | 0 | 133 | 54 | 17 | 511 | 123 | 56 |
| Binary | 11011001 | 10100 | 1111010 | 0 | 1011011 | 101100 | 1111 | 101001001 | 1010011 | 101110 |
Color Harmonies of #D9147A
Complementary color
Monochromatic Colors of #D9147A
Black with #D9147A
Text Example
Text Example
White with #D9147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9147A; }
p { color: rgb(217,20,122); }
H1.HeaderClassName
{
color: #D9147A;
}
.AnyTagClassName
{
color: #D9147A;
}
</style>
background-color css
<style>
a { background-color: #D9147A; }
a { background-color: rgb(217,20,122); }
div.DivClassName
{
background-color: #D9147A;
}
.BgClassName
{
background-color: #D9147A;
}
</style>
border-color css
<style>
span { border-color: #D9147A; }
span { border-color: rgb(217,20,122); }
td.TdClassName
{
border-color: #D9147A;
}
.TagClassName
{
border-color: #D9147A;
}
</style>