Shades of Plum #D88BDE
Tints of Plum #D88BDE
RGB
CMYK
RGB Variations
Color information
#D88BDE (or 0xD88BDE) is known color: Plum. HEX triplet: D8, 8B and DE. RGB value is (216,139,222). Sum of RGB (Red+Green+Blue) = 216+139+222=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #D88BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BDE is #277421. Grayscale: #ABABAB. Windows color (decimal): -2585634 or 14584792. OLE color: 14584792.
HSL color Cylindrical-coordinate representation of color #D88BDE: hue angle of 295.66º degrees, saturation: 0.56, 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 #D88BDE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 139 | 222 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.13 |
| HSL | 295.66º | 0.56% | 0.71% | - |
| HSV(B) | 295.66º | 0.37% | 0.87% | - |
| XYZ | 50.74 | 38.34 | 73.83 | - |
| YUV | 171.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 222 | 0.03 | 0.37 | 0 | 0.13 | 295.66 | 0.56 | 0.71 |
| Hex | D8 | 8B | DE | 3 | 25 | 0 | D | 128 | 38 | 47 |
| Octal | 330 | 213 | 336 | 3 | 45 | 0 | 15 | 450 | 70 | 107 |
| Binary | 11011000 | 10001011 | 11011110 | 11 | 100101 | 0 | 1101 | 100101000 | 111000 | 1000111 |
Color Harmonies of #D88BDE
Complementary color
Monochromatic Colors of #D88BDE
Black with #D88BDE
Text Example
Text Example
White with #D88BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BDE; }
p { color: rgb(216,139,222); }
H1.HeaderClassName
{
color: #D88BDE;
}
.AnyTagClassName
{
color: #D88BDE;
}
</style>
background-color css
<style>
a { background-color: #D88BDE; }
a { background-color: rgb(216,139,222); }
div.DivClassName
{
background-color: #D88BDE;
}
.BgClassName
{
background-color: #D88BDE;
}
</style>
border-color css
<style>
span { border-color: #D88BDE; }
span { border-color: rgb(216,139,222); }
td.TdClassName
{
border-color: #D88BDE;
}
.TagClassName
{
border-color: #D88BDE;
}
</style>