Shades of Plum #D888DF
Tints of Plum #D888DF
RGB
CMYK
RGB Variations
Color information
#D888DF (or 0xD888DF) is known color: Plum. HEX triplet: D8, 88 and DF. RGB value is (216,136,223). Sum of RGB (Red+Green+Blue) = 216+136+223=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #D888DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888DF is #277720. Grayscale: #A9A9A9. Windows color (decimal): -2586401 or 14649560. OLE color: 14649560.
HSL color Cylindrical-coordinate representation of color #D888DF: hue angle of 295.17º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D888DF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 136 | 223 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.13 |
| HSL | 295.17º | 0.58% | 0.7% | - |
| HSV(B) | 295.17º | 0.39% | 0.87% | - |
| XYZ | 50.44 | 37.53 | 74.4 | - |
| YUV | 169.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 223 | 0.03 | 0.39 | 0 | 0.13 | 295.17 | 0.58 | 0.7 |
| Hex | D8 | 88 | DF | 3 | 27 | 0 | D | 127 | 3A | 46 |
| Octal | 330 | 210 | 337 | 3 | 47 | 0 | 15 | 447 | 72 | 106 |
| Binary | 11011000 | 10001000 | 11011111 | 11 | 100111 | 0 | 1101 | 100100111 | 111010 | 1000110 |
Color Harmonies of #D888DF
Complementary color
Monochromatic Colors of #D888DF
Black with #D888DF
Text Example
Text Example
White with #D888DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D888DF; }
p { color: rgb(216,136,223); }
H1.HeaderClassName
{
color: #D888DF;
}
.AnyTagClassName
{
color: #D888DF;
}
</style>
background-color css
<style>
a { background-color: #D888DF; }
a { background-color: rgb(216,136,223); }
div.DivClassName
{
background-color: #D888DF;
}
.BgClassName
{
background-color: #D888DF;
}
</style>
border-color css
<style>
span { border-color: #D888DF; }
span { border-color: rgb(216,136,223); }
td.TdClassName
{
border-color: #D888DF;
}
.TagClassName
{
border-color: #D888DF;
}
</style>