Shades of Plum #D68DE7
Tints of Plum #D68DE7
RGB
CMYK
RGB Variations
Color information
#D68DE7 (or 0xD68DE7) is known color: Plum. HEX triplet: D6, 8D and E7. RGB value is (214,141,231). Sum of RGB (Red+Green+Blue) = 214+141+231=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #D68DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DE7 is #297218. Grayscale: #ACACAC. Windows color (decimal): -2716185 or 15175126. OLE color: 15175126.
HSL color Cylindrical-coordinate representation of color #D68DE7: hue angle of 288.67º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68DE7 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 141 | 231 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.09 |
| HSL | 288.67º | 0.65% | 0.73% | - |
| HSV(B) | 288.67º | 0.39% | 0.91% | - |
| XYZ | 51.68 | 39.12 | 80.43 | - |
| YUV | 173.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 231 | 0.07 | 0.39 | 0 | 0.09 | 288.67 | 0.65 | 0.73 |
| Hex | D6 | 8D | E7 | 7 | 27 | 0 | 9 | 121 | 41 | 49 |
| Octal | 326 | 215 | 347 | 7 | 47 | 0 | 11 | 441 | 101 | 111 |
| Binary | 11010110 | 10001101 | 11100111 | 111 | 100111 | 0 | 1001 | 100100001 | 1000001 | 1001001 |
Color Harmonies of #D68DE7
Complementary color
Monochromatic Colors of #D68DE7
Black with #D68DE7
Text Example
Text Example
White with #D68DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DE7; }
p { color: rgb(214,141,231); }
H1.HeaderClassName
{
color: #D68DE7;
}
.AnyTagClassName
{
color: #D68DE7;
}
</style>
background-color css
<style>
a { background-color: #D68DE7; }
a { background-color: rgb(214,141,231); }
div.DivClassName
{
background-color: #D68DE7;
}
.BgClassName
{
background-color: #D68DE7;
}
</style>
border-color css
<style>
span { border-color: #D68DE7; }
span { border-color: rgb(214,141,231); }
td.TdClassName
{
border-color: #D68DE7;
}
.TagClassName
{
border-color: #D68DE7;
}
</style>