Shades of Plum #D1A5D6
Tints of Plum #D1A5D6
RGB
CMYK
RGB Variations
Color information
#D1A5D6 (or 0xD1A5D6) is known color: Plum. HEX triplet: D1, A5 and D6. RGB value is (209,165,214). Sum of RGB (Red+Green+Blue) = 209+165+214=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1A5D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A5D6 is #2E5A29. Grayscale: #B7B7B7. Windows color (decimal): -3037738 or 14067153. OLE color: 14067153.
HSL color Cylindrical-coordinate representation of color #D1A5D6: hue angle of 293.88º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A5D6 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 165 | 214 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.16 |
| HSL | 293.88º | 0.37% | 0.74% | - |
| HSV(B) | 293.88º | 0.23% | 0.84% | - |
| XYZ | 51.89 | 45.32 | 69.63 | - |
| YUV | 183.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 214 | 0.02 | 0.23 | 0 | 0.16 | 293.88 | 0.37 | 0.74 |
| Hex | D1 | A5 | D6 | 2 | 17 | 0 | 10 | 126 | 25 | 4A |
| Octal | 321 | 245 | 326 | 2 | 27 | 0 | 20 | 446 | 45 | 112 |
| Binary | 11010001 | 10100101 | 11010110 | 10 | 10111 | 0 | 10000 | 100100110 | 100101 | 1001010 |
Color Harmonies of #D1A5D6
Complementary color
Monochromatic Colors of #D1A5D6
Black with #D1A5D6
Text Example
Text Example
White with #D1A5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A5D6; }
p { color: rgb(209,165,214); }
H1.HeaderClassName
{
color: #D1A5D6;
}
.AnyTagClassName
{
color: #D1A5D6;
}
</style>
background-color css
<style>
a { background-color: #D1A5D6; }
a { background-color: rgb(209,165,214); }
div.DivClassName
{
background-color: #D1A5D6;
}
.BgClassName
{
background-color: #D1A5D6;
}
</style>
border-color css
<style>
span { border-color: #D1A5D6; }
span { border-color: rgb(209,165,214); }
td.TdClassName
{
border-color: #D1A5D6;
}
.TagClassName
{
border-color: #D1A5D6;
}
</style>