Shades of Plum #D988E0
Tints of Plum #D988E0
RGB
CMYK
RGB Variations
Color information
#D988E0 (or 0xD988E0) is known color: Plum. HEX triplet: D9, 88 and E0. RGB value is (217,136,224). Sum of RGB (Red+Green+Blue) = 217+136+224=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #D988E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988E0 is #26771F. Grayscale: #A9A9A9. Windows color (decimal): -2520864 or 14715097. OLE color: 14715097.
HSL color Cylindrical-coordinate representation of color #D988E0: hue angle of 295.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D988E0 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 136 | 224 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.12 |
| HSL | 295.23º | 0.59% | 0.71% | - |
| HSV(B) | 295.23º | 0.39% | 0.88% | - |
| XYZ | 50.87 | 37.74 | 75.12 | - |
| YUV | 170.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 224 | 0.03 | 0.39 | 0 | 0.12 | 295.23 | 0.59 | 0.71 |
| Hex | D9 | 88 | E0 | 3 | 27 | 0 | C | 127 | 3B | 47 |
| Octal | 331 | 210 | 340 | 3 | 47 | 0 | 14 | 447 | 73 | 107 |
| Binary | 11011001 | 10001000 | 11100000 | 11 | 100111 | 0 | 1100 | 100100111 | 111011 | 1000111 |
Color Harmonies of #D988E0
Complementary color
Monochromatic Colors of #D988E0
Black with #D988E0
Text Example
Text Example
White with #D988E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988E0; }
p { color: rgb(217,136,224); }
H1.HeaderClassName
{
color: #D988E0;
}
.AnyTagClassName
{
color: #D988E0;
}
</style>
background-color css
<style>
a { background-color: #D988E0; }
a { background-color: rgb(217,136,224); }
div.DivClassName
{
background-color: #D988E0;
}
.BgClassName
{
background-color: #D988E0;
}
</style>
border-color css
<style>
span { border-color: #D988E0; }
span { border-color: rgb(217,136,224); }
td.TdClassName
{
border-color: #D988E0;
}
.TagClassName
{
border-color: #D988E0;
}
</style>