Shades of Plum #D68DD7
Tints of Plum #D68DD7
RGB
CMYK
RGB Variations
Color information
#D68DD7 (or 0xD68DD7) is known color: Plum. HEX triplet: D6, 8D and D7. RGB value is (214,141,215). Sum of RGB (Red+Green+Blue) = 214+141+215=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #D68DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DD7 is #297228. Grayscale: #ABABAB. Windows color (decimal): -2716201 or 14126550. OLE color: 14126550.
HSL color Cylindrical-coordinate representation of color #D68DD7: hue angle of 299.19º degrees, saturation: 0.48, 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 #D68DD7 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 215 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.16 |
| HSL | 299.19º | 0.48% | 0.7% | - |
| HSV(B) | 299.19º | 0.34% | 0.84% | - |
| XYZ | 49.52 | 38.25 | 69.06 | - |
| YUV | 171.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 215 | 0.00 | 0.34 | 0 | 0.16 | 299.19 | 0.48 | 0.7 |
| Hex | D6 | 8D | D7 | 0 | 22 | 0 | 10 | 12B | 30 | 46 |
| Octal | 326 | 215 | 327 | 0 | 42 | 0 | 20 | 453 | 60 | 106 |
| Binary | 11010110 | 10001101 | 11010111 | 0 | 100010 | 0 | 10000 | 100101011 | 110000 | 1000110 |
Color Harmonies of #D68DD7
Complementary color
Monochromatic Colors of #D68DD7
Black with #D68DD7
Text Example
Text Example
White with #D68DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DD7; }
p { color: rgb(214,141,215); }
H1.HeaderClassName
{
color: #D68DD7;
}
.AnyTagClassName
{
color: #D68DD7;
}
</style>
background-color css
<style>
a { background-color: #D68DD7; }
a { background-color: rgb(214,141,215); }
div.DivClassName
{
background-color: #D68DD7;
}
.BgClassName
{
background-color: #D68DD7;
}
</style>
border-color css
<style>
span { border-color: #D68DD7; }
span { border-color: rgb(214,141,215); }
td.TdClassName
{
border-color: #D68DD7;
}
.TagClassName
{
border-color: #D68DD7;
}
</style>