Shades of Plum #D987DF
Tints of Plum #D987DF
RGB
CMYK
RGB Variations
Color information
#D987DF (or 0xD987DF) is known color: Plum. HEX triplet: D9, 87 and DF. RGB value is (217,135,223). Sum of RGB (Red+Green+Blue) = 217+135+223=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 135 (53.12% from 255 or 23.48% 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 #D987DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987DF is #267820. Grayscale: #A9A9A9. Windows color (decimal): -2521121 or 14649305. OLE color: 14649305.
HSL color Cylindrical-coordinate representation of color #D987DF: hue angle of 295.91º 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 #D987DF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 135 | 223 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.13 |
| HSL | 295.91º | 0.58% | 0.7% | - |
| HSV(B) | 295.91º | 0.39% | 0.87% | - |
| XYZ | 50.6 | 37.41 | 74.37 | - |
| YUV | 169.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 223 | 0.03 | 0.39 | 0 | 0.13 | 295.91 | 0.58 | 0.7 |
| Hex | D9 | 87 | DF | 3 | 27 | 0 | D | 128 | 3A | 46 |
| Octal | 331 | 207 | 337 | 3 | 47 | 0 | 15 | 450 | 72 | 106 |
| Binary | 11011001 | 10000111 | 11011111 | 11 | 100111 | 0 | 1101 | 100101000 | 111010 | 1000110 |
Color Harmonies of #D987DF
Complementary color
Monochromatic Colors of #D987DF
Black with #D987DF
Text Example
Text Example
White with #D987DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987DF; }
p { color: rgb(217,135,223); }
H1.HeaderClassName
{
color: #D987DF;
}
.AnyTagClassName
{
color: #D987DF;
}
</style>
background-color css
<style>
a { background-color: #D987DF; }
a { background-color: rgb(217,135,223); }
div.DivClassName
{
background-color: #D987DF;
}
.BgClassName
{
background-color: #D987DF;
}
</style>
border-color css
<style>
span { border-color: #D987DF; }
span { border-color: rgb(217,135,223); }
td.TdClassName
{
border-color: #D987DF;
}
.TagClassName
{
border-color: #D987DF;
}
</style>