Shades of Plum #D988DF
Tints of Plum #D988DF
RGB
CMYK
RGB Variations
Color information
#D988DF (or 0xD988DF) is known color: Plum. HEX triplet: D9, 88 and DF. RGB value is (217,136,223). Sum of RGB (Red+Green+Blue) = 217+136+223=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D988DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988DF is #267720. Grayscale: #A9A9A9. Windows color (decimal): -2520865 or 14649561. OLE color: 14649561.
HSL color Cylindrical-coordinate representation of color #D988DF: hue angle of 295.86º 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 #D988DF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 136 | 223 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.13 |
| HSL | 295.86º | 0.58% | 0.7% | - |
| HSV(B) | 295.86º | 0.39% | 0.87% | - |
| XYZ | 50.74 | 37.69 | 74.41 | - |
| YUV | 170.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 223 | 0.03 | 0.39 | 0 | 0.13 | 295.86 | 0.58 | 0.7 |
| Hex | D9 | 88 | DF | 3 | 27 | 0 | D | 128 | 3A | 46 |
| Octal | 331 | 210 | 337 | 3 | 47 | 0 | 15 | 450 | 72 | 106 |
| Binary | 11011001 | 10001000 | 11011111 | 11 | 100111 | 0 | 1101 | 100101000 | 111010 | 1000110 |
Color Harmonies of #D988DF
Complementary color
Monochromatic Colors of #D988DF
Black with #D988DF
Text Example
Text Example
White with #D988DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988DF; }
p { color: rgb(217,136,223); }
H1.HeaderClassName
{
color: #D988DF;
}
.AnyTagClassName
{
color: #D988DF;
}
</style>
background-color css
<style>
a { background-color: #D988DF; }
a { background-color: rgb(217,136,223); }
div.DivClassName
{
background-color: #D988DF;
}
.BgClassName
{
background-color: #D988DF;
}
</style>
border-color css
<style>
span { border-color: #D988DF; }
span { border-color: rgb(217,136,223); }
td.TdClassName
{
border-color: #D988DF;
}
.TagClassName
{
border-color: #D988DF;
}
</style>