Shades of Plum #D38AD3
Tints of Plum #D38AD3
RGB
CMYK
RGB Variations
Color information
#D38AD3 (or 0xD38AD3) is known color: Plum. HEX triplet: D3, 8A and D3. RGB value is (211,138,211). Sum of RGB (Red+Green+Blue) = 211+138+211=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D38AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38AD3 is #2C752C. Grayscale: #A7A7A7. Windows color (decimal): -2913581 or 13863635. OLE color: 13863635.
HSL color Cylindrical-coordinate representation of color #D38AD3: hue angle of 300º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38AD3 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 211 | - |
| CMYK | 0 | 0.35 | 0 | 0.17 |
| HSL | 300º | 0.45% | 0.68% | - |
| HSV(B) | 300º | 0.35% | 0.83% | - |
| XYZ | 47.71 | 36.73 | 66.2 | - |
| YUV | 168.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 211 | 0 | 0.35 | 0 | 0.17 | 300 | 0.45 | 0.68 |
| Hex | D3 | 8A | D3 | 0 | 23 | 0 | 11 | 12C | 2D | 44 |
| Octal | 323 | 212 | 323 | 0 | 43 | 0 | 21 | 454 | 55 | 104 |
| Binary | 11010011 | 10001010 | 11010011 | 0 | 100011 | 0 | 10001 | 100101100 | 101101 | 1000100 |
Color Harmonies of #D38AD3
Complementary color
Monochromatic Colors of #D38AD3
Black with #D38AD3
Text Example
Text Example
White with #D38AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38AD3; }
p { color: rgb(211,138,211); }
H1.HeaderClassName
{
color: #D38AD3;
}
.AnyTagClassName
{
color: #D38AD3;
}
</style>
background-color css
<style>
a { background-color: #D38AD3; }
a { background-color: rgb(211,138,211); }
div.DivClassName
{
background-color: #D38AD3;
}
.BgClassName
{
background-color: #D38AD3;
}
</style>
border-color css
<style>
span { border-color: #D38AD3; }
span { border-color: rgb(211,138,211); }
td.TdClassName
{
border-color: #D38AD3;
}
.TagClassName
{
border-color: #D38AD3;
}
</style>