Shades of Plum #D888DC
Tints of Plum #D888DC
RGB
CMYK
RGB Variations
Color information
#D888DC (or 0xD888DC) is known color: Plum. HEX triplet: D8, 88 and DC. RGB value is (216,136,220). Sum of RGB (Red+Green+Blue) = 216+136+220=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D888DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888DC is #277723. Grayscale: #A9A9A9. Windows color (decimal): -2586404 or 14452952. OLE color: 14452952.
HSL color Cylindrical-coordinate representation of color #D888DC: hue angle of 297.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D888DC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 136 | 220 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.14 |
| HSL | 297.14º | 0.55% | 0.7% | - |
| HSV(B) | 297.14º | 0.38% | 0.86% | - |
| XYZ | 50.04 | 37.37 | 72.29 | - |
| YUV | 169.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 220 | 0.02 | 0.38 | 0 | 0.14 | 297.14 | 0.55 | 0.7 |
| Hex | D8 | 88 | DC | 2 | 26 | 0 | E | 129 | 37 | 46 |
| Octal | 330 | 210 | 334 | 2 | 46 | 0 | 16 | 451 | 67 | 106 |
| Binary | 11011000 | 10001000 | 11011100 | 10 | 100110 | 0 | 1110 | 100101001 | 110111 | 1000110 |
Color Harmonies of #D888DC
Complementary color
Monochromatic Colors of #D888DC
Black with #D888DC
Text Example
Text Example
White with #D888DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D888DC; }
p { color: rgb(216,136,220); }
H1.HeaderClassName
{
color: #D888DC;
}
.AnyTagClassName
{
color: #D888DC;
}
</style>
background-color css
<style>
a { background-color: #D888DC; }
a { background-color: rgb(216,136,220); }
div.DivClassName
{
background-color: #D888DC;
}
.BgClassName
{
background-color: #D888DC;
}
</style>
border-color css
<style>
span { border-color: #D888DC; }
span { border-color: rgb(216,136,220); }
td.TdClassName
{
border-color: #D888DC;
}
.TagClassName
{
border-color: #D888DC;
}
</style>