Shades of Plum #D68DE2
Tints of Plum #D68DE2
RGB
CMYK
RGB Variations
Color information
#D68DE2 (or 0xD68DE2) is known color: Plum. HEX triplet: D6, 8D and E2. RGB value is (214,141,226). Sum of RGB (Red+Green+Blue) = 214+141+226=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #D68DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DE2 is #29721D. Grayscale: #ACACAC. Windows color (decimal): -2716190 or 14847446. OLE color: 14847446.
HSL color Cylindrical-coordinate representation of color #D68DE2: hue angle of 291.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68DE2 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 141 | 226 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.11 |
| HSL | 291.53º | 0.59% | 0.72% | - |
| HSV(B) | 291.53º | 0.38% | 0.89% | - |
| XYZ | 50.98 | 38.84 | 76.76 | - |
| YUV | 172.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 226 | 0.05 | 0.38 | 0 | 0.11 | 291.53 | 0.59 | 0.72 |
| Hex | D6 | 8D | E2 | 5 | 26 | 0 | B | 124 | 3B | 48 |
| Octal | 326 | 215 | 342 | 5 | 46 | 0 | 13 | 444 | 73 | 110 |
| Binary | 11010110 | 10001101 | 11100010 | 101 | 100110 | 0 | 1011 | 100100100 | 111011 | 1001000 |
Color Harmonies of #D68DE2
Complementary color
Monochromatic Colors of #D68DE2
Black with #D68DE2
Text Example
Text Example
White with #D68DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DE2; }
p { color: rgb(214,141,226); }
H1.HeaderClassName
{
color: #D68DE2;
}
.AnyTagClassName
{
color: #D68DE2;
}
</style>
background-color css
<style>
a { background-color: #D68DE2; }
a { background-color: rgb(214,141,226); }
div.DivClassName
{
background-color: #D68DE2;
}
.BgClassName
{
background-color: #D68DE2;
}
</style>
border-color css
<style>
span { border-color: #D68DE2; }
span { border-color: rgb(214,141,226); }
td.TdClassName
{
border-color: #D68DE2;
}
.TagClassName
{
border-color: #D68DE2;
}
</style>