Shades of Medium Violet Red #D9147D
Tints of Medium Violet Red #D9147D
RGB
CMYK
RGB Variations
Color information
#D9147D (or 0xD9147D) is known color: Medium Violet Red. HEX triplet: D9, 14 and 7D. RGB value is (217,20,125). Sum of RGB (Red+Green+Blue) = 217+20+125=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9147D is #26EB82. Grayscale: #5A5A5A. Windows color (decimal): -2550659 or 8197337. OLE color: 8197337.
HSL color Cylindrical-coordinate representation of color #D9147D: hue angle of 328.02º 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 #D9147D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 125 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.15 |
| HSL | 328.02º | 0.83% | 0.46% | - |
| HSV(B) | 328.02º | 0.91% | 0.85% | - |
| XYZ | 32.57 | 16.73 | 20.92 | - |
| YUV | 90.87 | 147.27 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 125 | 0 | 0.91 | 0.42 | 0.15 | 328.02 | 0.83 | 0.46 |
| Hex | D9 | 14 | 7D | 0 | 5B | 2A | F | 148 | 53 | 2E |
| Octal | 331 | 24 | 175 | 0 | 133 | 52 | 17 | 510 | 123 | 56 |
| Binary | 11011001 | 10100 | 1111101 | 0 | 1011011 | 101010 | 1111 | 101001000 | 1010011 | 101110 |
Color Harmonies of #D9147D
Complementary color
Monochromatic Colors of #D9147D
Black with #D9147D
Text Example
Text Example
White with #D9147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9147D; }
p { color: rgb(217,20,125); }
H1.HeaderClassName
{
color: #D9147D;
}
.AnyTagClassName
{
color: #D9147D;
}
</style>
background-color css
<style>
a { background-color: #D9147D; }
a { background-color: rgb(217,20,125); }
div.DivClassName
{
background-color: #D9147D;
}
.BgClassName
{
background-color: #D9147D;
}
</style>
border-color css
<style>
span { border-color: #D9147D; }
span { border-color: rgb(217,20,125); }
td.TdClassName
{
border-color: #D9147D;
}
.TagClassName
{
border-color: #D9147D;
}
</style>