Shades of Plum #D38EDB
Tints of Plum #D38EDB
RGB
CMYK
RGB Variations
Color information
#D38EDB (or 0xD38EDB) is known color: Plum. HEX triplet: D3, 8E and DB. RGB value is (211,142,219). Sum of RGB (Red+Green+Blue) = 211+142+219=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D38EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EDB is #2C7124. Grayscale: #ABABAB. Windows color (decimal): -2912549 or 14388947. OLE color: 14388947.
HSL color Cylindrical-coordinate representation of color #D38EDB: hue angle of 293.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38EDB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 142 | 219 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.14 |
| HSL | 293.77º | 0.52% | 0.71% | - |
| HSV(B) | 293.77º | 0.35% | 0.86% | - |
| XYZ | 49.32 | 38.31 | 71.81 | - |
| YUV | 171.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 219 | 0.04 | 0.35 | 0 | 0.14 | 293.77 | 0.52 | 0.71 |
| Hex | D3 | 8E | DB | 4 | 23 | 0 | E | 126 | 34 | 47 |
| Octal | 323 | 216 | 333 | 4 | 43 | 0 | 16 | 446 | 64 | 107 |
| Binary | 11010011 | 10001110 | 11011011 | 100 | 100011 | 0 | 1110 | 100100110 | 110100 | 1000111 |
Color Harmonies of #D38EDB
Complementary color
Monochromatic Colors of #D38EDB
Black with #D38EDB
Text Example
Text Example
White with #D38EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EDB; }
p { color: rgb(211,142,219); }
H1.HeaderClassName
{
color: #D38EDB;
}
.AnyTagClassName
{
color: #D38EDB;
}
</style>
background-color css
<style>
a { background-color: #D38EDB; }
a { background-color: rgb(211,142,219); }
div.DivClassName
{
background-color: #D38EDB;
}
.BgClassName
{
background-color: #D38EDB;
}
</style>
border-color css
<style>
span { border-color: #D38EDB; }
span { border-color: rgb(211,142,219); }
td.TdClassName
{
border-color: #D38EDB;
}
.TagClassName
{
border-color: #D38EDB;
}
</style>