Shades of Plum #D8A1DF
Tints of Plum #D8A1DF
RGB
CMYK
RGB Variations
Color information
#D8A1DF (or 0xD8A1DF) is known color: Plum. HEX triplet: D8, A1 and DF. RGB value is (216,161,223). Sum of RGB (Red+Green+Blue) = 216+161+223=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1DF is #275E20. Grayscale: #B8B8B8. Windows color (decimal): -2580001 or 14655960. OLE color: 14655960.
HSL color Cylindrical-coordinate representation of color #D8A1DF: hue angle of 293.23º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8A1DF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 161 | 223 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.13 |
| HSL | 293.23º | 0.49% | 0.75% | - |
| HSV(B) | 293.23º | 0.28% | 0.87% | - |
| XYZ | 54.38 | 45.42 | 75.71 | - |
| YUV | 184.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 223 | 0.03 | 0.28 | 0 | 0.13 | 293.23 | 0.49 | 0.75 |
| Hex | D8 | A1 | DF | 3 | 1C | 0 | D | 125 | 31 | 4B |
| Octal | 330 | 241 | 337 | 3 | 34 | 0 | 15 | 445 | 61 | 113 |
| Binary | 11011000 | 10100001 | 11011111 | 11 | 11100 | 0 | 1101 | 100100101 | 110001 | 1001011 |
Color Harmonies of #D8A1DF
Complementary color
Monochromatic Colors of #D8A1DF
Black with #D8A1DF
Text Example
Text Example
White with #D8A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1DF; }
p { color: rgb(216,161,223); }
H1.HeaderClassName
{
color: #D8A1DF;
}
.AnyTagClassName
{
color: #D8A1DF;
}
</style>
background-color css
<style>
a { background-color: #D8A1DF; }
a { background-color: rgb(216,161,223); }
div.DivClassName
{
background-color: #D8A1DF;
}
.BgClassName
{
background-color: #D8A1DF;
}
</style>
border-color css
<style>
span { border-color: #D8A1DF; }
span { border-color: rgb(216,161,223); }
td.TdClassName
{
border-color: #D8A1DF;
}
.TagClassName
{
border-color: #D8A1DF;
}
</style>