Shades of Plum #D8A8D4
Tints of Plum #D8A8D4
RGB
CMYK
RGB Variations
Color information
#D8A8D4 (or 0xD8A8D4) is known color: Plum. HEX triplet: D8, A8 and D4. RGB value is (216,168,212). Sum of RGB (Red+Green+Blue) = 216+168+212=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8D4 is #27572B. Grayscale: #BBBBBB. Windows color (decimal): -2578220 or 13936856. OLE color: 13936856.
HSL color Cylindrical-coordinate representation of color #D8A8D4: hue angle of 305º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A8D4 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 212 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.15 |
| HSL | 305º | 0.38% | 0.75% | - |
| HSV(B) | 305º | 0.22% | 0.85% | - |
| XYZ | 54.21 | 47.36 | 68.57 | - |
| YUV | 187.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 212 | 0 | 0.22 | 0.02 | 0.15 | 305 | 0.38 | 0.75 |
| Hex | D8 | A8 | D4 | 0 | 16 | 2 | F | 131 | 26 | 4B |
| Octal | 330 | 250 | 324 | 0 | 26 | 2 | 17 | 461 | 46 | 113 |
| Binary | 11011000 | 10101000 | 11010100 | 0 | 10110 | 10 | 1111 | 100110001 | 100110 | 1001011 |
Color Harmonies of #D8A8D4
Complementary color
Monochromatic Colors of #D8A8D4
Black with #D8A8D4
Text Example
Text Example
White with #D8A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8D4; }
p { color: rgb(216,168,212); }
H1.HeaderClassName
{
color: #D8A8D4;
}
.AnyTagClassName
{
color: #D8A8D4;
}
</style>
background-color css
<style>
a { background-color: #D8A8D4; }
a { background-color: rgb(216,168,212); }
div.DivClassName
{
background-color: #D8A8D4;
}
.BgClassName
{
background-color: #D8A8D4;
}
</style>
border-color css
<style>
span { border-color: #D8A8D4; }
span { border-color: rgb(216,168,212); }
td.TdClassName
{
border-color: #D8A8D4;
}
.TagClassName
{
border-color: #D8A8D4;
}
</style>