Shades of Plum #D8A1D3
Tints of Plum #D8A1D3
RGB
CMYK
RGB Variations
Color information
#D8A1D3 (or 0xD8A1D3) is known color: Plum. HEX triplet: D8, A1 and D3. RGB value is (216,161,211). Sum of RGB (Red+Green+Blue) = 216+161+211=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1D3 is #275E2C. Grayscale: #B7B7B7. Windows color (decimal): -2580013 or 13869528. OLE color: 13869528.
HSL color Cylindrical-coordinate representation of color #D8A1D3: hue angle of 305.45º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1D3 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 211 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.15 |
| HSL | 305.45º | 0.41% | 0.74% | - |
| HSV(B) | 305.45º | 0.25% | 0.85% | - |
| XYZ | 52.82 | 44.79 | 67.49 | - |
| YUV | 183.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 211 | 0 | 0.25 | 0.02 | 0.15 | 305.45 | 0.41 | 0.74 |
| Hex | D8 | A1 | D3 | 0 | 19 | 2 | F | 131 | 29 | 4A |
| Octal | 330 | 241 | 323 | 0 | 31 | 2 | 17 | 461 | 51 | 112 |
| Binary | 11011000 | 10100001 | 11010011 | 0 | 11001 | 10 | 1111 | 100110001 | 101001 | 1001010 |
Color Harmonies of #D8A1D3
Complementary color
Monochromatic Colors of #D8A1D3
Black with #D8A1D3
Text Example
Text Example
White with #D8A1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1D3; }
p { color: rgb(216,161,211); }
H1.HeaderClassName
{
color: #D8A1D3;
}
.AnyTagClassName
{
color: #D8A1D3;
}
</style>
background-color css
<style>
a { background-color: #D8A1D3; }
a { background-color: rgb(216,161,211); }
div.DivClassName
{
background-color: #D8A1D3;
}
.BgClassName
{
background-color: #D8A1D3;
}
</style>
border-color css
<style>
span { border-color: #D8A1D3; }
span { border-color: rgb(216,161,211); }
td.TdClassName
{
border-color: #D8A1D3;
}
.TagClassName
{
border-color: #D8A1D3;
}
</style>