Shades of Plum #D887DF
Tints of Plum #D887DF
RGB
CMYK
RGB Variations
Color information
#D887DF (or 0xD887DF) is known color: Plum. HEX triplet: D8, 87 and DF. RGB value is (216,135,223). Sum of RGB (Red+Green+Blue) = 216+135+223=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #D887DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887DF is #277820. Grayscale: #A8A8A8. Windows color (decimal): -2586657 or 14649304. OLE color: 14649304.
HSL color Cylindrical-coordinate representation of color #D887DF: hue angle of 295.23º 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 #D887DF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 135 | 223 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.13 |
| HSL | 295.23º | 0.58% | 0.7% | - |
| HSV(B) | 295.23º | 0.39% | 0.87% | - |
| XYZ | 50.3 | 37.25 | 74.35 | - |
| YUV | 169.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 223 | 0.03 | 0.39 | 0 | 0.13 | 295.23 | 0.58 | 0.7 |
| Hex | D8 | 87 | DF | 3 | 27 | 0 | D | 127 | 3A | 46 |
| Octal | 330 | 207 | 337 | 3 | 47 | 0 | 15 | 447 | 72 | 106 |
| Binary | 11011000 | 10000111 | 11011111 | 11 | 100111 | 0 | 1101 | 100100111 | 111010 | 1000110 |
Color Harmonies of #D887DF
Complementary color
Monochromatic Colors of #D887DF
Black with #D887DF
Text Example
Text Example
White with #D887DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D887DF; }
p { color: rgb(216,135,223); }
H1.HeaderClassName
{
color: #D887DF;
}
.AnyTagClassName
{
color: #D887DF;
}
</style>
background-color css
<style>
a { background-color: #D887DF; }
a { background-color: rgb(216,135,223); }
div.DivClassName
{
background-color: #D887DF;
}
.BgClassName
{
background-color: #D887DF;
}
</style>
border-color css
<style>
span { border-color: #D887DF; }
span { border-color: rgb(216,135,223); }
td.TdClassName
{
border-color: #D887DF;
}
.TagClassName
{
border-color: #D887DF;
}
</style>