Shades of Plum #D388E0
Tints of Plum #D388E0
RGB
CMYK
RGB Variations
Color information
#D388E0 (or 0xD388E0) is known color: Plum. HEX triplet: D3, 88 and E0. RGB value is (211,136,224). Sum of RGB (Red+Green+Blue) = 211+136+224=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #D388E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388E0 is #2C771F. Grayscale: #A8A8A8. Windows color (decimal): -2914080 or 14715091. OLE color: 14715091.
HSL color Cylindrical-coordinate representation of color #D388E0: hue angle of 291.14º 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 #D388E0 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 136 | 224 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.12 |
| HSL | 291.14º | 0.59% | 0.71% | - |
| HSV(B) | 291.14º | 0.39% | 0.88% | - |
| XYZ | 49.12 | 36.84 | 75.04 | - |
| YUV | 168.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 224 | 0.06 | 0.39 | 0 | 0.12 | 291.14 | 0.59 | 0.71 |
| Hex | D3 | 88 | E0 | 6 | 27 | 0 | C | 123 | 3B | 47 |
| Octal | 323 | 210 | 340 | 6 | 47 | 0 | 14 | 443 | 73 | 107 |
| Binary | 11010011 | 10001000 | 11100000 | 110 | 100111 | 0 | 1100 | 100100011 | 111011 | 1000111 |
Color Harmonies of #D388E0
Complementary color
Monochromatic Colors of #D388E0
Black with #D388E0
Text Example
Text Example
White with #D388E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388E0; }
p { color: rgb(211,136,224); }
H1.HeaderClassName
{
color: #D388E0;
}
.AnyTagClassName
{
color: #D388E0;
}
</style>
background-color css
<style>
a { background-color: #D388E0; }
a { background-color: rgb(211,136,224); }
div.DivClassName
{
background-color: #D388E0;
}
.BgClassName
{
background-color: #D388E0;
}
</style>
border-color css
<style>
span { border-color: #D388E0; }
span { border-color: rgb(211,136,224); }
td.TdClassName
{
border-color: #D388E0;
}
.TagClassName
{
border-color: #D388E0;
}
</style>