Shades of Plum #D88CEA
Tints of Plum #D88CEA
RGB
CMYK
RGB Variations
Color information
#D88CEA (or 0xD88CEA) is known color: Plum. HEX triplet: D8, 8C and EA. RGB value is (216,140,234). Sum of RGB (Red+Green+Blue) = 216+140+234=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #D88CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CEA is #277315. Grayscale: #ADADAD. Windows color (decimal): -2585366 or 15371480. OLE color: 15371480.
HSL color Cylindrical-coordinate representation of color #D88CEA: hue angle of 288.51º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88CEA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 140 | 234 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.08 |
| HSL | 288.51º | 0.69% | 0.73% | - |
| HSV(B) | 288.51º | 0.4% | 0.92% | - |
| XYZ | 52.55 | 39.3 | 82.66 | - |
| YUV | 173.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 234 | 0.08 | 0.40 | 0 | 0.08 | 288.51 | 0.69 | 0.73 |
| Hex | D8 | 8C | EA | 8 | 28 | 0 | 8 | 121 | 45 | 49 |
| Octal | 330 | 214 | 352 | 10 | 50 | 0 | 10 | 441 | 105 | 111 |
| Binary | 11011000 | 10001100 | 11101010 | 1000 | 101000 | 0 | 1000 | 100100001 | 1000101 | 1001001 |
Color Harmonies of #D88CEA
Complementary color
Monochromatic Colors of #D88CEA
Black with #D88CEA
Text Example
Text Example
White with #D88CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CEA; }
p { color: rgb(216,140,234); }
H1.HeaderClassName
{
color: #D88CEA;
}
.AnyTagClassName
{
color: #D88CEA;
}
</style>
background-color css
<style>
a { background-color: #D88CEA; }
a { background-color: rgb(216,140,234); }
div.DivClassName
{
background-color: #D88CEA;
}
.BgClassName
{
background-color: #D88CEA;
}
</style>
border-color css
<style>
span { border-color: #D88CEA; }
span { border-color: rgb(216,140,234); }
td.TdClassName
{
border-color: #D88CEA;
}
.TagClassName
{
border-color: #D88CEA;
}
</style>