Shades of Plum #D88ED6
Tints of Plum #D88ED6
RGB
CMYK
RGB Variations
Color information
#D88ED6 (or 0xD88ED6) is known color: Plum. HEX triplet: D8, 8E and D6. RGB value is (216,142,214). Sum of RGB (Red+Green+Blue) = 216+142+214=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ED6 is #277129. Grayscale: #ACACAC. Windows color (decimal): -2584874 or 14061272. OLE color: 14061272.
HSL color Cylindrical-coordinate representation of color #D88ED6: hue angle of 301.62º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88ED6 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 214 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.15 |
| HSL | 301.62º | 0.49% | 0.7% | - |
| HSV(B) | 301.62º | 0.34% | 0.85% | - |
| XYZ | 50.13 | 38.8 | 68.47 | - |
| YUV | 172.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 214 | 0 | 0.34 | 0.01 | 0.15 | 301.62 | 0.49 | 0.7 |
| Hex | D8 | 8E | D6 | 0 | 22 | 1 | F | 12E | 31 | 46 |
| Octal | 330 | 216 | 326 | 0 | 42 | 1 | 17 | 456 | 61 | 106 |
| Binary | 11011000 | 10001110 | 11010110 | 0 | 100010 | 1 | 1111 | 100101110 | 110001 | 1000110 |
Color Harmonies of #D88ED6
Complementary color
Monochromatic Colors of #D88ED6
Black with #D88ED6
Text Example
Text Example
White with #D88ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88ED6; }
p { color: rgb(216,142,214); }
H1.HeaderClassName
{
color: #D88ED6;
}
.AnyTagClassName
{
color: #D88ED6;
}
</style>
background-color css
<style>
a { background-color: #D88ED6; }
a { background-color: rgb(216,142,214); }
div.DivClassName
{
background-color: #D88ED6;
}
.BgClassName
{
background-color: #D88ED6;
}
</style>
border-color css
<style>
span { border-color: #D88ED6; }
span { border-color: rgb(216,142,214); }
td.TdClassName
{
border-color: #D88ED6;
}
.TagClassName
{
border-color: #D88ED6;
}
</style>