Shades of Plum #D6A9DF
Tints of Plum #D6A9DF
RGB
CMYK
RGB Variations
Color information
#D6A9DF (or 0xD6A9DF) is known color: Plum. HEX triplet: D6, A9 and DF. RGB value is (214,169,223). Sum of RGB (Red+Green+Blue) = 214+169+223=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9DF is #295620. Grayscale: #BCBCBC. Windows color (decimal): -2709025 or 14658006. OLE color: 14658006.
HSL color Cylindrical-coordinate representation of color #D6A9DF: hue angle of 290º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A9DF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 169 | 223 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.13 |
| HSL | 290º | 0.46% | 0.77% | - |
| HSV(B) | 290º | 0.24% | 0.87% | - |
| XYZ | 55.24 | 48 | 76.17 | - |
| YUV | 188.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 169 | 223 | 0.04 | 0.24 | 0 | 0.13 | 290 | 0.46 | 0.77 |
| Hex | D6 | A9 | DF | 4 | 18 | 0 | D | 122 | 2E | 4D |
| Octal | 326 | 251 | 337 | 4 | 30 | 0 | 15 | 442 | 56 | 115 |
| Binary | 11010110 | 10101001 | 11011111 | 100 | 11000 | 0 | 1101 | 100100010 | 101110 | 1001101 |
Color Harmonies of #D6A9DF
Complementary color
Monochromatic Colors of #D6A9DF
Black with #D6A9DF
Text Example
Text Example
White with #D6A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A9DF; }
p { color: rgb(214,169,223); }
H1.HeaderClassName
{
color: #D6A9DF;
}
.AnyTagClassName
{
color: #D6A9DF;
}
</style>
background-color css
<style>
a { background-color: #D6A9DF; }
a { background-color: rgb(214,169,223); }
div.DivClassName
{
background-color: #D6A9DF;
}
.BgClassName
{
background-color: #D6A9DF;
}
</style>
border-color css
<style>
span { border-color: #D6A9DF; }
span { border-color: rgb(214,169,223); }
td.TdClassName
{
border-color: #D6A9DF;
}
.TagClassName
{
border-color: #D6A9DF;
}
</style>