Shades of Plum #D3A3D7
Tints of Plum #D3A3D7
RGB
CMYK
RGB Variations
Color information
#D3A3D7 (or 0xD3A3D7) is known color: Plum. HEX triplet: D3, A3 and D7. RGB value is (211,163,215). Sum of RGB (Red+Green+Blue) = 211+163+215=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3A3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A3D7 is #2C5C28. Grayscale: #B7B7B7. Windows color (decimal): -2907177 or 14132179. OLE color: 14132179.
HSL color Cylindrical-coordinate representation of color #D3A3D7: hue angle of 295.38º degrees, saturation: 0.39, 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 #D3A3D7 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 163 | 215 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.16 |
| HSL | 295.38º | 0.39% | 0.74% | - |
| HSV(B) | 295.38º | 0.24% | 0.84% | - |
| XYZ | 52.23 | 44.95 | 70.21 | - |
| YUV | 183.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 215 | 0.02 | 0.24 | 0 | 0.16 | 295.38 | 0.39 | 0.74 |
| Hex | D3 | A3 | D7 | 2 | 18 | 0 | 10 | 127 | 27 | 4A |
| Octal | 323 | 243 | 327 | 2 | 30 | 0 | 20 | 447 | 47 | 112 |
| Binary | 11010011 | 10100011 | 11010111 | 10 | 11000 | 0 | 10000 | 100100111 | 100111 | 1001010 |
Color Harmonies of #D3A3D7
Complementary color
Monochromatic Colors of #D3A3D7
Black with #D3A3D7
Text Example
Text Example
White with #D3A3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A3D7; }
p { color: rgb(211,163,215); }
H1.HeaderClassName
{
color: #D3A3D7;
}
.AnyTagClassName
{
color: #D3A3D7;
}
</style>
background-color css
<style>
a { background-color: #D3A3D7; }
a { background-color: rgb(211,163,215); }
div.DivClassName
{
background-color: #D3A3D7;
}
.BgClassName
{
background-color: #D3A3D7;
}
</style>
border-color css
<style>
span { border-color: #D3A3D7; }
span { border-color: rgb(211,163,215); }
td.TdClassName
{
border-color: #D3A3D7;
}
.TagClassName
{
border-color: #D3A3D7;
}
</style>