Shades of Plum #D6A1DA
Tints of Plum #D6A1DA
RGB
CMYK
RGB Variations
Color information
#D6A1DA (or 0xD6A1DA) is known color: Plum. HEX triplet: D6, A1 and DA. RGB value is (214,161,218). Sum of RGB (Red+Green+Blue) = 214+161+218=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6A1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1DA is #295E25. Grayscale: #B7B7B7. Windows color (decimal): -2711078 or 14328278. OLE color: 14328278.
HSL color Cylindrical-coordinate representation of color #D6A1DA: hue angle of 295.79º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6A1DA is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 161 | 218 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.15 |
| HSL | 295.79º | 0.44% | 0.74% | - |
| HSV(B) | 295.79º | 0.26% | 0.85% | - |
| XYZ | 53.13 | 44.85 | 72.19 | - |
| YUV | 183.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 218 | 0.02 | 0.26 | 0 | 0.15 | 295.79 | 0.44 | 0.74 |
| Hex | D6 | A1 | DA | 2 | 1A | 0 | F | 128 | 2C | 4A |
| Octal | 326 | 241 | 332 | 2 | 32 | 0 | 17 | 450 | 54 | 112 |
| Binary | 11010110 | 10100001 | 11011010 | 10 | 11010 | 0 | 1111 | 100101000 | 101100 | 1001010 |
Color Harmonies of #D6A1DA
Complementary color
Monochromatic Colors of #D6A1DA
Black with #D6A1DA
Text Example
Text Example
White with #D6A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A1DA; }
p { color: rgb(214,161,218); }
H1.HeaderClassName
{
color: #D6A1DA;
}
.AnyTagClassName
{
color: #D6A1DA;
}
</style>
background-color css
<style>
a { background-color: #D6A1DA; }
a { background-color: rgb(214,161,218); }
div.DivClassName
{
background-color: #D6A1DA;
}
.BgClassName
{
background-color: #D6A1DA;
}
</style>
border-color css
<style>
span { border-color: #D6A1DA; }
span { border-color: rgb(214,161,218); }
td.TdClassName
{
border-color: #D6A1DA;
}
.TagClassName
{
border-color: #D6A1DA;
}
</style>