Shades of Plum #D38DDD
Tints of Plum #D38DDD
RGB
CMYK
RGB Variations
Color information
#D38DDD (or 0xD38DDD) is known color: Plum. HEX triplet: D3, 8D and DD. RGB value is (211,141,221). Sum of RGB (Red+Green+Blue) = 211+141+221=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D38DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DDD is #2C7222. Grayscale: #AAAAAA. Windows color (decimal): -2912803 or 14519763. OLE color: 14519763.
HSL color Cylindrical-coordinate representation of color #D38DDD: hue angle of 292.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D38DDD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 141 | 221 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.13 |
| HSL | 292.5º | 0.54% | 0.71% | - |
| HSV(B) | 292.5º | 0.36% | 0.87% | - |
| XYZ | 49.44 | 38.12 | 73.16 | - |
| YUV | 171.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 221 | 0.05 | 0.36 | 0 | 0.13 | 292.5 | 0.54 | 0.71 |
| Hex | D3 | 8D | DD | 5 | 24 | 0 | D | 124 | 36 | 47 |
| Octal | 323 | 215 | 335 | 5 | 44 | 0 | 15 | 444 | 66 | 107 |
| Binary | 11010011 | 10001101 | 11011101 | 101 | 100100 | 0 | 1101 | 100100100 | 110110 | 1000111 |
Color Harmonies of #D38DDD
Complementary color
Monochromatic Colors of #D38DDD
Black with #D38DDD
Text Example
Text Example
White with #D38DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DDD; }
p { color: rgb(211,141,221); }
H1.HeaderClassName
{
color: #D38DDD;
}
.AnyTagClassName
{
color: #D38DDD;
}
</style>
background-color css
<style>
a { background-color: #D38DDD; }
a { background-color: rgb(211,141,221); }
div.DivClassName
{
background-color: #D38DDD;
}
.BgClassName
{
background-color: #D38DDD;
}
</style>
border-color css
<style>
span { border-color: #D38DDD; }
span { border-color: rgb(211,141,221); }
td.TdClassName
{
border-color: #D38DDD;
}
.TagClassName
{
border-color: #D38DDD;
}
</style>