Shades of Plum #D88BCD
Tints of Plum #D88BCD
RGB
CMYK
RGB Variations
Color information
#D88BCD (or 0xD88BCD) is known color: Plum. HEX triplet: D8, 8B and CD. RGB value is (216,139,205). Sum of RGB (Red+Green+Blue) = 216+139+205=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D88BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BCD is #277432. Grayscale: #A9A9A9. Windows color (decimal): -2585651 or 13470680. OLE color: 13470680.
HSL color Cylindrical-coordinate representation of color #D88BCD: hue angle of 308.57º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88BCD is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 205 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.15 |
| HSL | 308.57º | 0.5% | 0.7% | - |
| HSV(B) | 308.57º | 0.36% | 0.85% | - |
| XYZ | 48.57 | 37.47 | 62.43 | - |
| YUV | 169.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 205 | 0 | 0.36 | 0.05 | 0.15 | 308.57 | 0.5 | 0.7 |
| Hex | D8 | 8B | CD | 0 | 24 | 5 | F | 135 | 32 | 46 |
| Octal | 330 | 213 | 315 | 0 | 44 | 5 | 17 | 465 | 62 | 106 |
| Binary | 11011000 | 10001011 | 11001101 | 0 | 100100 | 101 | 1111 | 100110101 | 110010 | 1000110 |
Color Harmonies of #D88BCD
Complementary color
Monochromatic Colors of #D88BCD
Black with #D88BCD
Text Example
Text Example
White with #D88BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BCD; }
p { color: rgb(216,139,205); }
H1.HeaderClassName
{
color: #D88BCD;
}
.AnyTagClassName
{
color: #D88BCD;
}
</style>
background-color css
<style>
a { background-color: #D88BCD; }
a { background-color: rgb(216,139,205); }
div.DivClassName
{
background-color: #D88BCD;
}
.BgClassName
{
background-color: #D88BCD;
}
</style>
border-color css
<style>
span { border-color: #D88BCD; }
span { border-color: rgb(216,139,205); }
td.TdClassName
{
border-color: #D88BCD;
}
.TagClassName
{
border-color: #D88BCD;
}
</style>