Shades of Plum #D193D7
Tints of Plum #D193D7
RGB
CMYK
RGB Variations
Color information
#D193D7 (or 0xD193D7) is known color: Plum. HEX triplet: D1, 93 and D7. RGB value is (209,147,215). Sum of RGB (Red+Green+Blue) = 209+147+215=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #D193D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193D7 is #2E6C28. Grayscale: #ADADAD. Windows color (decimal): -3042345 or 14128081. OLE color: 14128081.
HSL color Cylindrical-coordinate representation of color #D193D7: hue angle of 294.71º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D193D7 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 147 | 215 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.16 |
| HSL | 294.71º | 0.46% | 0.71% | - |
| HSV(B) | 294.71º | 0.32% | 0.84% | - |
| XYZ | 48.99 | 39.33 | 69.3 | - |
| YUV | 173.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 215 | 0.03 | 0.32 | 0 | 0.16 | 294.71 | 0.46 | 0.71 |
| Hex | D1 | 93 | D7 | 3 | 20 | 0 | 10 | 127 | 2E | 47 |
| Octal | 321 | 223 | 327 | 3 | 40 | 0 | 20 | 447 | 56 | 107 |
| Binary | 11010001 | 10010011 | 11010111 | 11 | 100000 | 0 | 10000 | 100100111 | 101110 | 1000111 |
Color Harmonies of #D193D7
Complementary color
Monochromatic Colors of #D193D7
Black with #D193D7
Text Example
Text Example
White with #D193D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193D7; }
p { color: rgb(209,147,215); }
H1.HeaderClassName
{
color: #D193D7;
}
.AnyTagClassName
{
color: #D193D7;
}
</style>
background-color css
<style>
a { background-color: #D193D7; }
a { background-color: rgb(209,147,215); }
div.DivClassName
{
background-color: #D193D7;
}
.BgClassName
{
background-color: #D193D7;
}
</style>
border-color css
<style>
span { border-color: #D193D7; }
span { border-color: rgb(209,147,215); }
td.TdClassName
{
border-color: #D193D7;
}
.TagClassName
{
border-color: #D193D7;
}
</style>