Shades of Plum #D18DD7
Tints of Plum #D18DD7
RGB
CMYK
RGB Variations
Color information
#D18DD7 (or 0xD18DD7) is known color: Plum. HEX triplet: D1, 8D and D7. RGB value is (209,141,215). Sum of RGB (Red+Green+Blue) = 209+141+215=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #D18DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DD7 is #2E7228. Grayscale: #A9A9A9. Windows color (decimal): -3043881 or 14126545. OLE color: 14126545.
HSL color Cylindrical-coordinate representation of color #D18DD7: hue angle of 295.14º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18DD7 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 141 | 215 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.16 |
| HSL | 295.14º | 0.48% | 0.7% | - |
| HSV(B) | 295.14º | 0.34% | 0.84% | - |
| XYZ | 48.09 | 37.51 | 69 | - |
| YUV | 169.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 215 | 0.03 | 0.34 | 0 | 0.16 | 295.14 | 0.48 | 0.7 |
| Hex | D1 | 8D | D7 | 3 | 22 | 0 | 10 | 127 | 30 | 46 |
| Octal | 321 | 215 | 327 | 3 | 42 | 0 | 20 | 447 | 60 | 106 |
| Binary | 11010001 | 10001101 | 11010111 | 11 | 100010 | 0 | 10000 | 100100111 | 110000 | 1000110 |
Color Harmonies of #D18DD7
Complementary color
Monochromatic Colors of #D18DD7
Black with #D18DD7
Text Example
Text Example
White with #D18DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DD7; }
p { color: rgb(209,141,215); }
H1.HeaderClassName
{
color: #D18DD7;
}
.AnyTagClassName
{
color: #D18DD7;
}
</style>
background-color css
<style>
a { background-color: #D18DD7; }
a { background-color: rgb(209,141,215); }
div.DivClassName
{
background-color: #D18DD7;
}
.BgClassName
{
background-color: #D18DD7;
}
</style>
border-color css
<style>
span { border-color: #D18DD7; }
span { border-color: rgb(209,141,215); }
td.TdClassName
{
border-color: #D18DD7;
}
.TagClassName
{
border-color: #D18DD7;
}
</style>