Shades of Plum #D8A4D0
Tints of Plum #D8A4D0
RGB
CMYK
RGB Variations
Color information
#D8A4D0 (or 0xD8A4D0) is known color: Plum. HEX triplet: D8, A4 and D0. RGB value is (216,164,208). Sum of RGB (Red+Green+Blue) = 216+164+208=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4D0 is #275B2F. Grayscale: #B8B8B8. Windows color (decimal): -2579248 or 13673688. OLE color: 13673688.
HSL color Cylindrical-coordinate representation of color #D8A4D0: hue angle of 309.23º 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 #D8A4D0 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 164 | 208 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.15 |
| HSL | 309.23º | 0.4% | 0.75% | - |
| HSV(B) | 309.23º | 0.24% | 0.85% | - |
| XYZ | 52.98 | 45.7 | 65.7 | - |
| YUV | 184.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 164 | 208 | 0 | 0.24 | 0.04 | 0.15 | 309.23 | 0.4 | 0.75 |
| Hex | D8 | A4 | D0 | 0 | 18 | 4 | F | 135 | 28 | 4B |
| Octal | 330 | 244 | 320 | 0 | 30 | 4 | 17 | 465 | 50 | 113 |
| Binary | 11011000 | 10100100 | 11010000 | 0 | 11000 | 100 | 1111 | 100110101 | 101000 | 1001011 |
Color Harmonies of #D8A4D0
Complementary color
Monochromatic Colors of #D8A4D0
Black with #D8A4D0
Text Example
Text Example
White with #D8A4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A4D0; }
p { color: rgb(216,164,208); }
H1.HeaderClassName
{
color: #D8A4D0;
}
.AnyTagClassName
{
color: #D8A4D0;
}
</style>
background-color css
<style>
a { background-color: #D8A4D0; }
a { background-color: rgb(216,164,208); }
div.DivClassName
{
background-color: #D8A4D0;
}
.BgClassName
{
background-color: #D8A4D0;
}
</style>
border-color css
<style>
span { border-color: #D8A4D0; }
span { border-color: rgb(216,164,208); }
td.TdClassName
{
border-color: #D8A4D0;
}
.TagClassName
{
border-color: #D8A4D0;
}
</style>