Shades of Plum #D68AD9
Tints of Plum #D68AD9
RGB
CMYK
RGB Variations
Color information
#D68AD9 (or 0xD68AD9) is known color: Plum. HEX triplet: D6, 8A and D9. RGB value is (214,138,217). Sum of RGB (Red+Green+Blue) = 214+138+217=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #D68AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AD9 is #297526. Grayscale: #A9A9A9. Windows color (decimal): -2716967 or 14256854. OLE color: 14256854.
HSL color Cylindrical-coordinate representation of color #D68AD9: hue angle of 297.72º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AD9 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 138 | 217 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.15 |
| HSL | 297.72º | 0.51% | 0.7% | - |
| HSV(B) | 297.72º | 0.36% | 0.85% | - |
| XYZ | 49.34 | 37.48 | 70.28 | - |
| YUV | 169.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 217 | 0.01 | 0.36 | 0 | 0.15 | 297.72 | 0.51 | 0.7 |
| Hex | D6 | 8A | D9 | 1 | 24 | 0 | F | 12A | 33 | 46 |
| Octal | 326 | 212 | 331 | 1 | 44 | 0 | 17 | 452 | 63 | 106 |
| Binary | 11010110 | 10001010 | 11011001 | 1 | 100100 | 0 | 1111 | 100101010 | 110011 | 1000110 |
Color Harmonies of #D68AD9
Complementary color
Monochromatic Colors of #D68AD9
Black with #D68AD9
Text Example
Text Example
White with #D68AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AD9; }
p { color: rgb(214,138,217); }
H1.HeaderClassName
{
color: #D68AD9;
}
.AnyTagClassName
{
color: #D68AD9;
}
</style>
background-color css
<style>
a { background-color: #D68AD9; }
a { background-color: rgb(214,138,217); }
div.DivClassName
{
background-color: #D68AD9;
}
.BgClassName
{
background-color: #D68AD9;
}
</style>
border-color css
<style>
span { border-color: #D68AD9; }
span { border-color: rgb(214,138,217); }
td.TdClassName
{
border-color: #D68AD9;
}
.TagClassName
{
border-color: #D68AD9;
}
</style>