Shades of Plum #D487E1
Tints of Plum #D487E1
RGB
CMYK
RGB Variations
Color information
#D487E1 (or 0xD487E1) is known color: Plum. HEX triplet: D4, 87 and E1. RGB value is (212,135,225). Sum of RGB (Red+Green+Blue) = 212+135+225=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #D487E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487E1 is #2B781E. Grayscale: #A8A8A8. Windows color (decimal): -2848799 or 14780372. OLE color: 14780372.
HSL color Cylindrical-coordinate representation of color #D487E1: hue angle of 291.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D487E1 is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 135 | 225 | - |
| CMYK | 0.06 | 0.4 | 0 | 0.12 |
| HSL | 291.33º | 0.6% | 0.71% | - |
| HSV(B) | 291.33º | 0.4% | 0.88% | - |
| XYZ | 49.41 | 36.76 | 75.73 | - |
| YUV | 168.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 135 | 225 | 0.06 | 0.4 | 0 | 0.12 | 291.33 | 0.6 | 0.71 |
| Hex | D4 | 87 | E1 | 6 | 28 | 0 | C | 123 | 3C | 47 |
| Octal | 324 | 207 | 341 | 6 | 50 | 0 | 14 | 443 | 74 | 107 |
| Binary | 11010100 | 10000111 | 11100001 | 110 | 101000 | 0 | 1100 | 100100011 | 111100 | 1000111 |
Color Harmonies of #D487E1
Complementary color
Monochromatic Colors of #D487E1
Black with #D487E1
Text Example
Text Example
White with #D487E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D487E1; }
p { color: rgb(212,135,225); }
H1.HeaderClassName
{
color: #D487E1;
}
.AnyTagClassName
{
color: #D487E1;
}
</style>
background-color css
<style>
a { background-color: #D487E1; }
a { background-color: rgb(212,135,225); }
div.DivClassName
{
background-color: #D487E1;
}
.BgClassName
{
background-color: #D487E1;
}
</style>
border-color css
<style>
span { border-color: #D487E1; }
span { border-color: rgb(212,135,225); }
td.TdClassName
{
border-color: #D487E1;
}
.TagClassName
{
border-color: #D487E1;
}
</style>