Shades of Plum #D8A5D3
Tints of Plum #D8A5D3
RGB
CMYK
RGB Variations
Color information
#D8A5D3 (or 0xD8A5D3) is known color: Plum. HEX triplet: D8, A5 and D3. RGB value is (216,165,211). Sum of RGB (Red+Green+Blue) = 216+165+211=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A5D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A5D3 is #275A2C. Grayscale: #B9B9B9. Windows color (decimal): -2578989 or 13870552. OLE color: 13870552.
HSL color Cylindrical-coordinate representation of color #D8A5D3: hue angle of 305.88º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A5D3 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 211 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.15 |
| HSL | 305.88º | 0.4% | 0.75% | - |
| HSV(B) | 305.88º | 0.24% | 0.85% | - |
| XYZ | 53.53 | 46.21 | 67.73 | - |
| YUV | 185.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 211 | 0 | 0.24 | 0.02 | 0.15 | 305.88 | 0.4 | 0.75 |
| Hex | D8 | A5 | D3 | 0 | 18 | 2 | F | 132 | 28 | 4B |
| Octal | 330 | 245 | 323 | 0 | 30 | 2 | 17 | 462 | 50 | 113 |
| Binary | 11011000 | 10100101 | 11010011 | 0 | 11000 | 10 | 1111 | 100110010 | 101000 | 1001011 |
Color Harmonies of #D8A5D3
Complementary color
Monochromatic Colors of #D8A5D3
Black with #D8A5D3
Text Example
Text Example
White with #D8A5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A5D3; }
p { color: rgb(216,165,211); }
H1.HeaderClassName
{
color: #D8A5D3;
}
.AnyTagClassName
{
color: #D8A5D3;
}
</style>
background-color css
<style>
a { background-color: #D8A5D3; }
a { background-color: rgb(216,165,211); }
div.DivClassName
{
background-color: #D8A5D3;
}
.BgClassName
{
background-color: #D8A5D3;
}
</style>
border-color css
<style>
span { border-color: #D8A5D3; }
span { border-color: rgb(216,165,211); }
td.TdClassName
{
border-color: #D8A5D3;
}
.TagClassName
{
border-color: #D8A5D3;
}
</style>