Shades of Plum #D18ED6
Tints of Plum #D18ED6
RGB
CMYK
RGB Variations
Color information
#D18ED6 (or 0xD18ED6) is known color: Plum. HEX triplet: D1, 8E and D6. RGB value is (209,142,214). Sum of RGB (Red+Green+Blue) = 209+142+214=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #D18ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ED6 is #2E7129. Grayscale: #AAAAAA. Windows color (decimal): -3043626 or 14061265. OLE color: 14061265.
HSL color Cylindrical-coordinate representation of color #D18ED6: hue angle of 295.83º degrees, saturation: 0.47, 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 #D18ED6 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 142 | 214 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.16 |
| HSL | 295.83º | 0.47% | 0.7% | - |
| HSV(B) | 295.83º | 0.34% | 0.84% | - |
| XYZ | 48.11 | 37.76 | 68.37 | - |
| YUV | 170.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 214 | 0.02 | 0.34 | 0 | 0.16 | 295.83 | 0.47 | 0.7 |
| Hex | D1 | 8E | D6 | 2 | 22 | 0 | 10 | 128 | 2F | 46 |
| Octal | 321 | 216 | 326 | 2 | 42 | 0 | 20 | 450 | 57 | 106 |
| Binary | 11010001 | 10001110 | 11010110 | 10 | 100010 | 0 | 10000 | 100101000 | 101111 | 1000110 |
Color Harmonies of #D18ED6
Complementary color
Monochromatic Colors of #D18ED6
Black with #D18ED6
Text Example
Text Example
White with #D18ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18ED6; }
p { color: rgb(209,142,214); }
H1.HeaderClassName
{
color: #D18ED6;
}
.AnyTagClassName
{
color: #D18ED6;
}
</style>
background-color css
<style>
a { background-color: #D18ED6; }
a { background-color: rgb(209,142,214); }
div.DivClassName
{
background-color: #D18ED6;
}
.BgClassName
{
background-color: #D18ED6;
}
</style>
border-color css
<style>
span { border-color: #D18ED6; }
span { border-color: rgb(209,142,214); }
td.TdClassName
{
border-color: #D18ED6;
}
.TagClassName
{
border-color: #D18ED6;
}
</style>