Shades of Plum #D68DD1
Tints of Plum #D68DD1
RGB
CMYK
RGB Variations
Color information
#D68DD1 (or 0xD68DD1) is known color: Plum. HEX triplet: D6, 8D and D1. RGB value is (214,141,209). Sum of RGB (Red+Green+Blue) = 214+141+209=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DD1 is #29722E. Grayscale: #AAAAAA. Windows color (decimal): -2716207 or 13733334. OLE color: 13733334.
HSL color Cylindrical-coordinate representation of color #D68DD1: hue angle of 304.11º 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 #D68DD1 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 209 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.16 |
| HSL | 304.11º | 0.47% | 0.7% | - |
| HSV(B) | 304.11º | 0.34% | 0.84% | - |
| XYZ | 48.77 | 37.95 | 65.08 | - |
| YUV | 170.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 209 | 0 | 0.34 | 0.02 | 0.16 | 304.11 | 0.47 | 0.7 |
| Hex | D6 | 8D | D1 | 0 | 22 | 2 | 10 | 130 | 2F | 46 |
| Octal | 326 | 215 | 321 | 0 | 42 | 2 | 20 | 460 | 57 | 106 |
| Binary | 11010110 | 10001101 | 11010001 | 0 | 100010 | 10 | 10000 | 100110000 | 101111 | 1000110 |
Color Harmonies of #D68DD1
Complementary color
Monochromatic Colors of #D68DD1
Black with #D68DD1
Text Example
Text Example
White with #D68DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DD1; }
p { color: rgb(214,141,209); }
H1.HeaderClassName
{
color: #D68DD1;
}
.AnyTagClassName
{
color: #D68DD1;
}
</style>
background-color css
<style>
a { background-color: #D68DD1; }
a { background-color: rgb(214,141,209); }
div.DivClassName
{
background-color: #D68DD1;
}
.BgClassName
{
background-color: #D68DD1;
}
</style>
border-color css
<style>
span { border-color: #D68DD1; }
span { border-color: rgb(214,141,209); }
td.TdClassName
{
border-color: #D68DD1;
}
.TagClassName
{
border-color: #D68DD1;
}
</style>