Shades of Plum #D4A8D8
Tints of Plum #D4A8D8
RGB
CMYK
RGB Variations
Color information
#D4A8D8 (or 0xD4A8D8) is known color: Plum. HEX triplet: D4, A8 and D8. RGB value is (212,168,216). Sum of RGB (Red+Green+Blue) = 212+168+216=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8D8 is #2B5727. Grayscale: #BABABA. Windows color (decimal): -2840360 or 14198996. OLE color: 14198996.
HSL color Cylindrical-coordinate representation of color #D4A8D8: hue angle of 295º 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 #D4A8D8 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 168 | 216 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.15 |
| HSL | 295º | 0.38% | 0.75% | - |
| HSV(B) | 295º | 0.22% | 0.85% | - |
| XYZ | 53.55 | 46.96 | 71.21 | - |
| YUV | 186.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 216 | 0.02 | 0.22 | 0 | 0.15 | 295 | 0.38 | 0.75 |
| Hex | D4 | A8 | D8 | 2 | 16 | 0 | F | 127 | 26 | 4B |
| Octal | 324 | 250 | 330 | 2 | 26 | 0 | 17 | 447 | 46 | 113 |
| Binary | 11010100 | 10101000 | 11011000 | 10 | 10110 | 0 | 1111 | 100100111 | 100110 | 1001011 |
Color Harmonies of #D4A8D8
Complementary color
Monochromatic Colors of #D4A8D8
Black with #D4A8D8
Text Example
Text Example
White with #D4A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8D8; }
p { color: rgb(212,168,216); }
H1.HeaderClassName
{
color: #D4A8D8;
}
.AnyTagClassName
{
color: #D4A8D8;
}
</style>
background-color css
<style>
a { background-color: #D4A8D8; }
a { background-color: rgb(212,168,216); }
div.DivClassName
{
background-color: #D4A8D8;
}
.BgClassName
{
background-color: #D4A8D8;
}
</style>
border-color css
<style>
span { border-color: #D4A8D8; }
span { border-color: rgb(212,168,216); }
td.TdClassName
{
border-color: #D4A8D8;
}
.TagClassName
{
border-color: #D4A8D8;
}
</style>