Shades of Plum #D6A8DF
Tints of Plum #D6A8DF
RGB
CMYK
RGB Variations
Color information
#D6A8DF (or 0xD6A8DF) is known color: Plum. HEX triplet: D6, A8 and DF. RGB value is (214,168,223). Sum of RGB (Red+Green+Blue) = 214+168+223=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8DF is #295720. Grayscale: #BBBBBB. Windows color (decimal): -2709281 or 14657750. OLE color: 14657750.
HSL color Cylindrical-coordinate representation of color #D6A8DF: hue angle of 290.18º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A8DF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 168 | 223 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.13 |
| HSL | 290.18º | 0.46% | 0.77% | - |
| HSV(B) | 290.18º | 0.25% | 0.87% | - |
| XYZ | 55.05 | 47.63 | 76.1 | - |
| YUV | 188.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 223 | 0.04 | 0.25 | 0 | 0.13 | 290.18 | 0.46 | 0.77 |
| Hex | D6 | A8 | DF | 4 | 19 | 0 | D | 122 | 2E | 4D |
| Octal | 326 | 250 | 337 | 4 | 31 | 0 | 15 | 442 | 56 | 115 |
| Binary | 11010110 | 10101000 | 11011111 | 100 | 11001 | 0 | 1101 | 100100010 | 101110 | 1001101 |
Color Harmonies of #D6A8DF
Complementary color
Monochromatic Colors of #D6A8DF
Black with #D6A8DF
Text Example
Text Example
White with #D6A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8DF; }
p { color: rgb(214,168,223); }
H1.HeaderClassName
{
color: #D6A8DF;
}
.AnyTagClassName
{
color: #D6A8DF;
}
</style>
background-color css
<style>
a { background-color: #D6A8DF; }
a { background-color: rgb(214,168,223); }
div.DivClassName
{
background-color: #D6A8DF;
}
.BgClassName
{
background-color: #D6A8DF;
}
</style>
border-color css
<style>
span { border-color: #D6A8DF; }
span { border-color: rgb(214,168,223); }
td.TdClassName
{
border-color: #D6A8DF;
}
.TagClassName
{
border-color: #D6A8DF;
}
</style>