Shades of Plum #D4A4D8
Tints of Plum #D4A4D8
RGB
CMYK
RGB Variations
Color information
#D4A4D8 (or 0xD4A4D8) is known color: Plum. HEX triplet: D4, A4 and D8. RGB value is (212,164,216). Sum of RGB (Red+Green+Blue) = 212+164+216=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4A4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4D8 is #2B5B27. Grayscale: #B8B8B8. Windows color (decimal): -2841384 or 14197972. OLE color: 14197972.
HSL color Cylindrical-coordinate representation of color #D4A4D8: hue angle of 295.38º 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 #D4A4D8 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 164 | 216 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.15 |
| HSL | 295.38º | 0.4% | 0.75% | - |
| HSV(B) | 295.38º | 0.24% | 0.85% | - |
| XYZ | 52.82 | 45.51 | 70.97 | - |
| YUV | 184.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 216 | 0.02 | 0.24 | 0 | 0.15 | 295.38 | 0.4 | 0.75 |
| Hex | D4 | A4 | D8 | 2 | 18 | 0 | F | 127 | 28 | 4B |
| Octal | 324 | 244 | 330 | 2 | 30 | 0 | 17 | 447 | 50 | 113 |
| Binary | 11010100 | 10100100 | 11011000 | 10 | 11000 | 0 | 1111 | 100100111 | 101000 | 1001011 |
Color Harmonies of #D4A4D8
Complementary color
Monochromatic Colors of #D4A4D8
Black with #D4A4D8
Text Example
Text Example
White with #D4A4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A4D8; }
p { color: rgb(212,164,216); }
H1.HeaderClassName
{
color: #D4A4D8;
}
.AnyTagClassName
{
color: #D4A4D8;
}
</style>
background-color css
<style>
a { background-color: #D4A4D8; }
a { background-color: rgb(212,164,216); }
div.DivClassName
{
background-color: #D4A4D8;
}
.BgClassName
{
background-color: #D4A4D8;
}
</style>
border-color css
<style>
span { border-color: #D4A4D8; }
span { border-color: rgb(212,164,216); }
td.TdClassName
{
border-color: #D4A4D8;
}
.TagClassName
{
border-color: #D4A4D8;
}
</style>