Shades of Plum #D6A3D1
Tints of Plum #D6A3D1
RGB
CMYK
RGB Variations
Color information
#D6A3D1 (or 0xD6A3D1) is known color: Plum. HEX triplet: D6, A3 and D1. RGB value is (214,163,209). Sum of RGB (Red+Green+Blue) = 214+163+209=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3D1 is #295C2E. Grayscale: #B7B7B7. Windows color (decimal): -2710575 or 13738966. OLE color: 13738966.
HSL color Cylindrical-coordinate representation of color #D6A3D1: hue angle of 305.88º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A3D1 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 209 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.16 |
| HSL | 305.88º | 0.38% | 0.74% | - |
| HSV(B) | 305.88º | 0.24% | 0.84% | - |
| XYZ | 52.34 | 45.09 | 66.27 | - |
| YUV | 183.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 209 | 0 | 0.24 | 0.02 | 0.16 | 305.88 | 0.38 | 0.74 |
| Hex | D6 | A3 | D1 | 0 | 18 | 2 | 10 | 132 | 26 | 4A |
| Octal | 326 | 243 | 321 | 0 | 30 | 2 | 20 | 462 | 46 | 112 |
| Binary | 11010110 | 10100011 | 11010001 | 0 | 11000 | 10 | 10000 | 100110010 | 100110 | 1001010 |
Color Harmonies of #D6A3D1
Complementary color
Monochromatic Colors of #D6A3D1
Black with #D6A3D1
Text Example
Text Example
White with #D6A3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A3D1; }
p { color: rgb(214,163,209); }
H1.HeaderClassName
{
color: #D6A3D1;
}
.AnyTagClassName
{
color: #D6A3D1;
}
</style>
background-color css
<style>
a { background-color: #D6A3D1; }
a { background-color: rgb(214,163,209); }
div.DivClassName
{
background-color: #D6A3D1;
}
.BgClassName
{
background-color: #D6A3D1;
}
</style>
border-color css
<style>
span { border-color: #D6A3D1; }
span { border-color: rgb(214,163,209); }
td.TdClassName
{
border-color: #D6A3D1;
}
.TagClassName
{
border-color: #D6A3D1;
}
</style>