Shades of Plum #D38BE0
Tints of Plum #D38BE0
RGB
CMYK
RGB Variations
Color information
#D38BE0 (or 0xD38BE0) is known color: Plum. HEX triplet: D3, 8B and E0. RGB value is (211,139,224). Sum of RGB (Red+Green+Blue) = 211+139+224=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #D38BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BE0 is #2C741F. Grayscale: #A9A9A9. Windows color (decimal): -2913312 or 14715859. OLE color: 14715859.
HSL color Cylindrical-coordinate representation of color #D38BE0: hue angle of 290.82º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38BE0 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 139 | 224 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.12 |
| HSL | 290.82º | 0.58% | 0.71% | - |
| HSV(B) | 290.82º | 0.38% | 0.88% | - |
| XYZ | 49.55 | 37.7 | 75.19 | - |
| YUV | 170.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 224 | 0.06 | 0.38 | 0 | 0.12 | 290.82 | 0.58 | 0.71 |
| Hex | D3 | 8B | E0 | 6 | 26 | 0 | C | 123 | 3A | 47 |
| Octal | 323 | 213 | 340 | 6 | 46 | 0 | 14 | 443 | 72 | 107 |
| Binary | 11010011 | 10001011 | 11100000 | 110 | 100110 | 0 | 1100 | 100100011 | 111010 | 1000111 |
Color Harmonies of #D38BE0
Complementary color
Monochromatic Colors of #D38BE0
Black with #D38BE0
Text Example
Text Example
White with #D38BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BE0; }
p { color: rgb(211,139,224); }
H1.HeaderClassName
{
color: #D38BE0;
}
.AnyTagClassName
{
color: #D38BE0;
}
</style>
background-color css
<style>
a { background-color: #D38BE0; }
a { background-color: rgb(211,139,224); }
div.DivClassName
{
background-color: #D38BE0;
}
.BgClassName
{
background-color: #D38BE0;
}
</style>
border-color css
<style>
span { border-color: #D38BE0; }
span { border-color: rgb(211,139,224); }
td.TdClassName
{
border-color: #D38BE0;
}
.TagClassName
{
border-color: #D38BE0;
}
</style>