Shades of Plum #D88CDE
Tints of Plum #D88CDE
RGB
CMYK
RGB Variations
Color information
#D88CDE (or 0xD88CDE) is known color: Plum. HEX triplet: D8, 8C and DE. RGB value is (216,140,222). Sum of RGB (Red+Green+Blue) = 216+140+222=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #D88CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CDE is #277321. Grayscale: #ABABAB. Windows color (decimal): -2585378 or 14585048. OLE color: 14585048.
HSL color Cylindrical-coordinate representation of color #D88CDE: hue angle of 295.61º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D88CDE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 140 | 222 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.13 |
| HSL | 295.61º | 0.55% | 0.71% | - |
| HSV(B) | 295.61º | 0.37% | 0.87% | - |
| XYZ | 50.88 | 38.63 | 73.88 | - |
| YUV | 172.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 222 | 0.03 | 0.37 | 0 | 0.13 | 295.61 | 0.55 | 0.71 |
| Hex | D8 | 8C | DE | 3 | 25 | 0 | D | 128 | 37 | 47 |
| Octal | 330 | 214 | 336 | 3 | 45 | 0 | 15 | 450 | 67 | 107 |
| Binary | 11011000 | 10001100 | 11011110 | 11 | 100101 | 0 | 1101 | 100101000 | 110111 | 1000111 |
Color Harmonies of #D88CDE
Complementary color
Monochromatic Colors of #D88CDE
Black with #D88CDE
Text Example
Text Example
White with #D88CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CDE; }
p { color: rgb(216,140,222); }
H1.HeaderClassName
{
color: #D88CDE;
}
.AnyTagClassName
{
color: #D88CDE;
}
</style>
background-color css
<style>
a { background-color: #D88CDE; }
a { background-color: rgb(216,140,222); }
div.DivClassName
{
background-color: #D88CDE;
}
.BgClassName
{
background-color: #D88CDE;
}
</style>
border-color css
<style>
span { border-color: #D88CDE; }
span { border-color: rgb(216,140,222); }
td.TdClassName
{
border-color: #D88CDE;
}
.TagClassName
{
border-color: #D88CDE;
}
</style>