Shades of Medium Violet Red #D9149A
Tints of Medium Violet Red #D9149A
RGB
CMYK
RGB Variations
Color information
#D9149A (or 0xD9149A) is known color: Medium Violet Red. HEX triplet: D9, 14 and 9A. RGB value is (217,20,154). Sum of RGB (Red+Green+Blue) = 217+20+154=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9149A is #26EB65. Grayscale: #5D5D5D. Windows color (decimal): -2550630 or 10097881. OLE color: 10097881.
HSL color Cylindrical-coordinate representation of color #D9149A: hue angle of 319.19º 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 #D9149A is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 154 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.15 |
| HSL | 319.19º | 0.83% | 0.46% | - |
| HSV(B) | 319.19º | 0.91% | 0.85% | - |
| XYZ | 34.7 | 17.59 | 32.14 | - |
| YUV | 94.18 | 161.77 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 154 | 0 | 0.91 | 0.29 | 0.15 | 319.19 | 0.83 | 0.46 |
| Hex | D9 | 14 | 9A | 0 | 5B | 1D | F | 13F | 53 | 2E |
| Octal | 331 | 24 | 232 | 0 | 133 | 35 | 17 | 477 | 123 | 56 |
| Binary | 11011001 | 10100 | 10011010 | 0 | 1011011 | 11101 | 1111 | 100111111 | 1010011 | 101110 |
Color Harmonies of #D9149A
Complementary color
Monochromatic Colors of #D9149A
Black with #D9149A
Text Example
Text Example
White with #D9149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9149A; }
p { color: rgb(217,20,154); }
H1.HeaderClassName
{
color: #D9149A;
}
.AnyTagClassName
{
color: #D9149A;
}
</style>
background-color css
<style>
a { background-color: #D9149A; }
a { background-color: rgb(217,20,154); }
div.DivClassName
{
background-color: #D9149A;
}
.BgClassName
{
background-color: #D9149A;
}
</style>
border-color css
<style>
span { border-color: #D9149A; }
span { border-color: rgb(217,20,154); }
td.TdClassName
{
border-color: #D9149A;
}
.TagClassName
{
border-color: #D9149A;
}
</style>