Shades of Plum #D38ADB
Tints of Plum #D38ADB
RGB
CMYK
RGB Variations
Color information
#D38ADB (or 0xD38ADB) is known color: Plum. HEX triplet: D3, 8A and DB. RGB value is (211,138,219). Sum of RGB (Red+Green+Blue) = 211+138+219=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D38ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ADB is #2C7524. Grayscale: #A8A8A8. Windows color (decimal): -2913573 or 14387923. OLE color: 14387923.
HSL color Cylindrical-coordinate representation of color #D38ADB: hue angle of 294.07º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D38ADB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 138 | 219 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.14 |
| HSL | 294.07º | 0.53% | 0.7% | - |
| HSV(B) | 294.07º | 0.37% | 0.86% | - |
| XYZ | 48.74 | 37.14 | 71.62 | - |
| YUV | 169.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 219 | 0.04 | 0.37 | 0 | 0.14 | 294.07 | 0.53 | 0.7 |
| Hex | D3 | 8A | DB | 4 | 25 | 0 | E | 126 | 35 | 46 |
| Octal | 323 | 212 | 333 | 4 | 45 | 0 | 16 | 446 | 65 | 106 |
| Binary | 11010011 | 10001010 | 11011011 | 100 | 100101 | 0 | 1110 | 100100110 | 110101 | 1000110 |
Color Harmonies of #D38ADB
Complementary color
Monochromatic Colors of #D38ADB
Black with #D38ADB
Text Example
Text Example
White with #D38ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ADB; }
p { color: rgb(211,138,219); }
H1.HeaderClassName
{
color: #D38ADB;
}
.AnyTagClassName
{
color: #D38ADB;
}
</style>
background-color css
<style>
a { background-color: #D38ADB; }
a { background-color: rgb(211,138,219); }
div.DivClassName
{
background-color: #D38ADB;
}
.BgClassName
{
background-color: #D38ADB;
}
</style>
border-color css
<style>
span { border-color: #D38ADB; }
span { border-color: rgb(211,138,219); }
td.TdClassName
{
border-color: #D38ADB;
}
.TagClassName
{
border-color: #D38ADB;
}
</style>