Shades of Plum #D18ED8
Tints of Plum #D18ED8
RGB
CMYK
RGB Variations
Color information
#D18ED8 (or 0xD18ED8) is known color: Plum. HEX triplet: D1, 8E and D8. RGB value is (209,142,216). Sum of RGB (Red+Green+Blue) = 209+142+216=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #D18ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ED8 is #2E7127. Grayscale: #AAAAAA. Windows color (decimal): -3043624 or 14192337. OLE color: 14192337.
HSL color Cylindrical-coordinate representation of color #D18ED8: hue angle of 294.32º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18ED8 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 142 | 216 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.15 |
| HSL | 294.32º | 0.49% | 0.7% | - |
| HSV(B) | 294.32º | 0.34% | 0.85% | - |
| XYZ | 48.36 | 37.86 | 69.72 | - |
| YUV | 170.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 216 | 0.03 | 0.34 | 0 | 0.15 | 294.32 | 0.49 | 0.7 |
| Hex | D1 | 8E | D8 | 3 | 22 | 0 | F | 126 | 31 | 46 |
| Octal | 321 | 216 | 330 | 3 | 42 | 0 | 17 | 446 | 61 | 106 |
| Binary | 11010001 | 10001110 | 11011000 | 11 | 100010 | 0 | 1111 | 100100110 | 110001 | 1000110 |
Color Harmonies of #D18ED8
Complementary color
Monochromatic Colors of #D18ED8
Black with #D18ED8
Text Example
Text Example
White with #D18ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18ED8; }
p { color: rgb(209,142,216); }
H1.HeaderClassName
{
color: #D18ED8;
}
.AnyTagClassName
{
color: #D18ED8;
}
</style>
background-color css
<style>
a { background-color: #D18ED8; }
a { background-color: rgb(209,142,216); }
div.DivClassName
{
background-color: #D18ED8;
}
.BgClassName
{
background-color: #D18ED8;
}
</style>
border-color css
<style>
span { border-color: #D18ED8; }
span { border-color: rgb(209,142,216); }
td.TdClassName
{
border-color: #D18ED8;
}
.TagClassName
{
border-color: #D18ED8;
}
</style>