Shades of Plum #D6A1DF
Tints of Plum #D6A1DF
RGB
CMYK
RGB Variations
Color information
#D6A1DF (or 0xD6A1DF) is known color: Plum. HEX triplet: D6, A1 and DF. RGB value is (214,161,223). Sum of RGB (Red+Green+Blue) = 214+161+223=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1DF is #295E20. Grayscale: #B7B7B7. Windows color (decimal): -2711073 or 14655958. OLE color: 14655958.
HSL color Cylindrical-coordinate representation of color #D6A1DF: hue angle of 291.29º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6A1DF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 161 | 223 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.13 |
| HSL | 291.29º | 0.49% | 0.75% | - |
| HSV(B) | 291.29º | 0.28% | 0.87% | - |
| XYZ | 53.8 | 45.11 | 75.68 | - |
| YUV | 183.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 223 | 0.04 | 0.28 | 0 | 0.13 | 291.29 | 0.49 | 0.75 |
| Hex | D6 | A1 | DF | 4 | 1C | 0 | D | 123 | 31 | 4B |
| Octal | 326 | 241 | 337 | 4 | 34 | 0 | 15 | 443 | 61 | 113 |
| Binary | 11010110 | 10100001 | 11011111 | 100 | 11100 | 0 | 1101 | 100100011 | 110001 | 1001011 |
Color Harmonies of #D6A1DF
Complementary color
Monochromatic Colors of #D6A1DF
Black with #D6A1DF
Text Example
Text Example
White with #D6A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A1DF; }
p { color: rgb(214,161,223); }
H1.HeaderClassName
{
color: #D6A1DF;
}
.AnyTagClassName
{
color: #D6A1DF;
}
</style>
background-color css
<style>
a { background-color: #D6A1DF; }
a { background-color: rgb(214,161,223); }
div.DivClassName
{
background-color: #D6A1DF;
}
.BgClassName
{
background-color: #D6A1DF;
}
</style>
border-color css
<style>
span { border-color: #D6A1DF; }
span { border-color: rgb(214,161,223); }
td.TdClassName
{
border-color: #D6A1DF;
}
.TagClassName
{
border-color: #D6A1DF;
}
</style>