Shades of Plum #D1A7D7
Tints of Plum #D1A7D7
RGB
CMYK
RGB Variations
Color information
#D1A7D7 (or 0xD1A7D7) is known color: Plum. HEX triplet: D1, A7 and D7. RGB value is (209,167,215). Sum of RGB (Red+Green+Blue) = 209+167+215=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1A7D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7D7 is #2E5828. Grayscale: #B8B8B8. Windows color (decimal): -3037225 or 14133201. OLE color: 14133201.
HSL color Cylindrical-coordinate representation of color #D1A7D7: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A7D7 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 167 | 215 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.16 |
| HSL | 292.5º | 0.38% | 0.75% | - |
| HSV(B) | 292.5º | 0.22% | 0.84% | - |
| XYZ | 52.38 | 46.1 | 70.43 | - |
| YUV | 185.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 215 | 0.03 | 0.22 | 0 | 0.16 | 292.5 | 0.38 | 0.75 |
| Hex | D1 | A7 | D7 | 3 | 16 | 0 | 10 | 124 | 26 | 4B |
| Octal | 321 | 247 | 327 | 3 | 26 | 0 | 20 | 444 | 46 | 113 |
| Binary | 11010001 | 10100111 | 11010111 | 11 | 10110 | 0 | 10000 | 100100100 | 100110 | 1001011 |
Color Harmonies of #D1A7D7
Complementary color
Monochromatic Colors of #D1A7D7
Black with #D1A7D7
Text Example
Text Example
White with #D1A7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7D7; }
p { color: rgb(209,167,215); }
H1.HeaderClassName
{
color: #D1A7D7;
}
.AnyTagClassName
{
color: #D1A7D7;
}
</style>
background-color css
<style>
a { background-color: #D1A7D7; }
a { background-color: rgb(209,167,215); }
div.DivClassName
{
background-color: #D1A7D7;
}
.BgClassName
{
background-color: #D1A7D7;
}
</style>
border-color css
<style>
span { border-color: #D1A7D7; }
span { border-color: rgb(209,167,215); }
td.TdClassName
{
border-color: #D1A7D7;
}
.TagClassName
{
border-color: #D1A7D7;
}
</style>