Shades of Plum #D387E1
Tints of Plum #D387E1
RGB
CMYK
RGB Variations
Color information
#D387E1 (or 0xD387E1) is known color: Plum. HEX triplet: D3, 87 and E1. RGB value is (211,135,225). Sum of RGB (Red+Green+Blue) = 211+135+225=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #D387E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387E1 is #2C781E. Grayscale: #A7A7A7. Windows color (decimal): -2914335 or 14780371. OLE color: 14780371.
HSL color Cylindrical-coordinate representation of color #D387E1: hue angle of 290.67º 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 #D387E1 is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 135 | 225 | - |
| CMYK | 0.06 | 0.4 | 0 | 0.12 |
| HSL | 290.67º | 0.6% | 0.71% | - |
| HSV(B) | 290.67º | 0.4% | 0.88% | - |
| XYZ | 49.12 | 36.61 | 75.71 | - |
| YUV | 167.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 225 | 0.06 | 0.4 | 0 | 0.12 | 290.67 | 0.6 | 0.71 |
| Hex | D3 | 87 | E1 | 6 | 28 | 0 | C | 123 | 3C | 47 |
| Octal | 323 | 207 | 341 | 6 | 50 | 0 | 14 | 443 | 74 | 107 |
| Binary | 11010011 | 10000111 | 11100001 | 110 | 101000 | 0 | 1100 | 100100011 | 111100 | 1000111 |
Color Harmonies of #D387E1
Complementary color
Monochromatic Colors of #D387E1
Black with #D387E1
Text Example
Text Example
White with #D387E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D387E1; }
p { color: rgb(211,135,225); }
H1.HeaderClassName
{
color: #D387E1;
}
.AnyTagClassName
{
color: #D387E1;
}
</style>
background-color css
<style>
a { background-color: #D387E1; }
a { background-color: rgb(211,135,225); }
div.DivClassName
{
background-color: #D387E1;
}
.BgClassName
{
background-color: #D387E1;
}
</style>
border-color css
<style>
span { border-color: #D387E1; }
span { border-color: rgb(211,135,225); }
td.TdClassName
{
border-color: #D387E1;
}
.TagClassName
{
border-color: #D387E1;
}
</style>