Shades of Plum #D38ADD
Tints of Plum #D38ADD
RGB
CMYK
RGB Variations
Color information
#D38ADD (or 0xD38ADD) is known color: Plum. HEX triplet: D3, 8A and DD. RGB value is (211,138,221). Sum of RGB (Red+Green+Blue) = 211+138+221=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D38ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ADD is #2C7522. Grayscale: #A9A9A9. Windows color (decimal): -2913571 or 14518995. OLE color: 14518995.
HSL color Cylindrical-coordinate representation of color #D38ADD: hue angle of 292.77º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38ADD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 138 | 221 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.13 |
| HSL | 292.77º | 0.55% | 0.7% | - |
| HSV(B) | 292.77º | 0.38% | 0.87% | - |
| XYZ | 49 | 37.25 | 73.01 | - |
| YUV | 169.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 221 | 0.05 | 0.38 | 0 | 0.13 | 292.77 | 0.55 | 0.7 |
| Hex | D3 | 8A | DD | 5 | 26 | 0 | D | 125 | 37 | 46 |
| Octal | 323 | 212 | 335 | 5 | 46 | 0 | 15 | 445 | 67 | 106 |
| Binary | 11010011 | 10001010 | 11011101 | 101 | 100110 | 0 | 1101 | 100100101 | 110111 | 1000110 |
Color Harmonies of #D38ADD
Complementary color
Monochromatic Colors of #D38ADD
Black with #D38ADD
Text Example
Text Example
White with #D38ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ADD; }
p { color: rgb(211,138,221); }
H1.HeaderClassName
{
color: #D38ADD;
}
.AnyTagClassName
{
color: #D38ADD;
}
</style>
background-color css
<style>
a { background-color: #D38ADD; }
a { background-color: rgb(211,138,221); }
div.DivClassName
{
background-color: #D38ADD;
}
.BgClassName
{
background-color: #D38ADD;
}
</style>
border-color css
<style>
span { border-color: #D38ADD; }
span { border-color: rgb(211,138,221); }
td.TdClassName
{
border-color: #D38ADD;
}
.TagClassName
{
border-color: #D38ADD;
}
</style>