Shades of Plum #D38DDA
Tints of Plum #D38DDA
RGB
CMYK
RGB Variations
Color information
#D38DDA (or 0xD38DDA) is known color: Plum. HEX triplet: D3, 8D and DA. RGB value is (211,141,218). Sum of RGB (Red+Green+Blue) = 211+141+218=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #D38DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DDA is #2C7225. Grayscale: #AAAAAA. Windows color (decimal): -2912806 or 14323155. OLE color: 14323155.
HSL color Cylindrical-coordinate representation of color #D38DDA: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38DDA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 141 | 218 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.15 |
| HSL | 294.55º | 0.51% | 0.7% | - |
| HSV(B) | 294.55º | 0.35% | 0.85% | - |
| XYZ | 49.04 | 37.96 | 71.07 | - |
| YUV | 170.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 218 | 0.03 | 0.35 | 0 | 0.15 | 294.55 | 0.51 | 0.7 |
| Hex | D3 | 8D | DA | 3 | 23 | 0 | F | 127 | 33 | 46 |
| Octal | 323 | 215 | 332 | 3 | 43 | 0 | 17 | 447 | 63 | 106 |
| Binary | 11010011 | 10001101 | 11011010 | 11 | 100011 | 0 | 1111 | 100100111 | 110011 | 1000110 |
Color Harmonies of #D38DDA
Complementary color
Monochromatic Colors of #D38DDA
Black with #D38DDA
Text Example
Text Example
White with #D38DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DDA; }
p { color: rgb(211,141,218); }
H1.HeaderClassName
{
color: #D38DDA;
}
.AnyTagClassName
{
color: #D38DDA;
}
</style>
background-color css
<style>
a { background-color: #D38DDA; }
a { background-color: rgb(211,141,218); }
div.DivClassName
{
background-color: #D38DDA;
}
.BgClassName
{
background-color: #D38DDA;
}
</style>
border-color css
<style>
span { border-color: #D38DDA; }
span { border-color: rgb(211,141,218); }
td.TdClassName
{
border-color: #D38DDA;
}
.TagClassName
{
border-color: #D38DDA;
}
</style>