Shades of Plum #D68DE0
Tints of Plum #D68DE0
RGB
CMYK
RGB Variations
Color information
#D68DE0 (or 0xD68DE0) is known color: Plum. HEX triplet: D6, 8D and E0. RGB value is (214,141,224). Sum of RGB (Red+Green+Blue) = 214+141+224=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #D68DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DE0 is #29721F. Grayscale: #ACACAC. Windows color (decimal): -2716192 or 14716374. OLE color: 14716374.
HSL color Cylindrical-coordinate representation of color #D68DE0: hue angle of 292.77º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68DE0 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 141 | 224 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.12 |
| HSL | 292.77º | 0.57% | 0.72% | - |
| HSV(B) | 292.77º | 0.37% | 0.88% | - |
| XYZ | 50.71 | 38.73 | 75.32 | - |
| YUV | 172.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 224 | 0.04 | 0.37 | 0 | 0.12 | 292.77 | 0.57 | 0.72 |
| Hex | D6 | 8D | E0 | 4 | 25 | 0 | C | 125 | 39 | 48 |
| Octal | 326 | 215 | 340 | 4 | 45 | 0 | 14 | 445 | 71 | 110 |
| Binary | 11010110 | 10001101 | 11100000 | 100 | 100101 | 0 | 1100 | 100100101 | 111001 | 1001000 |
Color Harmonies of #D68DE0
Complementary color
Monochromatic Colors of #D68DE0
Black with #D68DE0
Text Example
Text Example
White with #D68DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DE0; }
p { color: rgb(214,141,224); }
H1.HeaderClassName
{
color: #D68DE0;
}
.AnyTagClassName
{
color: #D68DE0;
}
</style>
background-color css
<style>
a { background-color: #D68DE0; }
a { background-color: rgb(214,141,224); }
div.DivClassName
{
background-color: #D68DE0;
}
.BgClassName
{
background-color: #D68DE0;
}
</style>
border-color css
<style>
span { border-color: #D68DE0; }
span { border-color: rgb(214,141,224); }
td.TdClassName
{
border-color: #D68DE0;
}
.TagClassName
{
border-color: #D68DE0;
}
</style>