Shades of Plum #D193D9
Tints of Plum #D193D9
RGB
CMYK
RGB Variations
Color information
#D193D9 (or 0xD193D9) is known color: Plum. HEX triplet: D1, 93 and D9. RGB value is (209,147,217). Sum of RGB (Red+Green+Blue) = 209+147+217=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #D193D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193D9 is #2E6C26. Grayscale: #ADADAD. Windows color (decimal): -3042343 or 14259153. OLE color: 14259153.
HSL color Cylindrical-coordinate representation of color #D193D9: hue angle of 293.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D193D9 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 147 | 217 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.15 |
| HSL | 293.14º | 0.48% | 0.71% | - |
| HSV(B) | 293.14º | 0.32% | 0.85% | - |
| XYZ | 49.25 | 39.43 | 70.66 | - |
| YUV | 173.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 217 | 0.04 | 0.32 | 0 | 0.15 | 293.14 | 0.48 | 0.71 |
| Hex | D1 | 93 | D9 | 4 | 20 | 0 | F | 125 | 30 | 47 |
| Octal | 321 | 223 | 331 | 4 | 40 | 0 | 17 | 445 | 60 | 107 |
| Binary | 11010001 | 10010011 | 11011001 | 100 | 100000 | 0 | 1111 | 100100101 | 110000 | 1000111 |
Color Harmonies of #D193D9
Complementary color
Monochromatic Colors of #D193D9
Black with #D193D9
Text Example
Text Example
White with #D193D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193D9; }
p { color: rgb(209,147,217); }
H1.HeaderClassName
{
color: #D193D9;
}
.AnyTagClassName
{
color: #D193D9;
}
</style>
background-color css
<style>
a { background-color: #D193D9; }
a { background-color: rgb(209,147,217); }
div.DivClassName
{
background-color: #D193D9;
}
.BgClassName
{
background-color: #D193D9;
}
</style>
border-color css
<style>
span { border-color: #D193D9; }
span { border-color: rgb(209,147,217); }
td.TdClassName
{
border-color: #D193D9;
}
.TagClassName
{
border-color: #D193D9;
}
</style>