Shades of Plum #D88EDE
Tints of Plum #D88EDE
RGB
CMYK
RGB Variations
Color information
#D88EDE (or 0xD88EDE) is known color: Plum. HEX triplet: D8, 8E and DE. RGB value is (216,142,222). Sum of RGB (Red+Green+Blue) = 216+142+222=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #D88EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EDE is #277121. Grayscale: #ADADAD. Windows color (decimal): -2584866 or 14585560. OLE color: 14585560.
HSL color Cylindrical-coordinate representation of color #D88EDE: hue angle of 295.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88EDE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 142 | 222 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.13 |
| HSL | 295.5º | 0.55% | 0.71% | - |
| HSV(B) | 295.5º | 0.36% | 0.87% | - |
| XYZ | 51.18 | 39.22 | 73.98 | - |
| YUV | 173.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 222 | 0.03 | 0.36 | 0 | 0.13 | 295.5 | 0.55 | 0.71 |
| Hex | D8 | 8E | DE | 3 | 24 | 0 | D | 128 | 37 | 47 |
| Octal | 330 | 216 | 336 | 3 | 44 | 0 | 15 | 450 | 67 | 107 |
| Binary | 11011000 | 10001110 | 11011110 | 11 | 100100 | 0 | 1101 | 100101000 | 110111 | 1000111 |
Color Harmonies of #D88EDE
Complementary color
Monochromatic Colors of #D88EDE
Black with #D88EDE
Text Example
Text Example
White with #D88EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88EDE; }
p { color: rgb(216,142,222); }
H1.HeaderClassName
{
color: #D88EDE;
}
.AnyTagClassName
{
color: #D88EDE;
}
</style>
background-color css
<style>
a { background-color: #D88EDE; }
a { background-color: rgb(216,142,222); }
div.DivClassName
{
background-color: #D88EDE;
}
.BgClassName
{
background-color: #D88EDE;
}
</style>
border-color css
<style>
span { border-color: #D88EDE; }
span { border-color: rgb(216,142,222); }
td.TdClassName
{
border-color: #D88EDE;
}
.TagClassName
{
border-color: #D88EDE;
}
</style>