Shades of Plum #D38ADC
Tints of Plum #D38ADC
RGB
CMYK
RGB Variations
Color information
#D38ADC (or 0xD38ADC) is known color: Plum. HEX triplet: D3, 8A and DC. RGB value is (211,138,220). Sum of RGB (Red+Green+Blue) = 211+138+220=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #D38ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ADC is #2C7523. Grayscale: #A8A8A8. Windows color (decimal): -2913572 or 14453459. OLE color: 14453459.
HSL color Cylindrical-coordinate representation of color #D38ADC: hue angle of 293.41º degrees, saturation: 0.54, 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 #D38ADC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 138 | 220 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.14 |
| HSL | 293.41º | 0.54% | 0.7% | - |
| HSV(B) | 293.41º | 0.37% | 0.86% | - |
| XYZ | 48.87 | 37.19 | 72.31 | - |
| YUV | 169.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 220 | 0.04 | 0.37 | 0 | 0.14 | 293.41 | 0.54 | 0.7 |
| Hex | D3 | 8A | DC | 4 | 25 | 0 | E | 125 | 36 | 46 |
| Octal | 323 | 212 | 334 | 4 | 45 | 0 | 16 | 445 | 66 | 106 |
| Binary | 11010011 | 10001010 | 11011100 | 100 | 100101 | 0 | 1110 | 100100101 | 110110 | 1000110 |
Color Harmonies of #D38ADC
Complementary color
Monochromatic Colors of #D38ADC
Black with #D38ADC
Text Example
Text Example
White with #D38ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ADC; }
p { color: rgb(211,138,220); }
H1.HeaderClassName
{
color: #D38ADC;
}
.AnyTagClassName
{
color: #D38ADC;
}
</style>
background-color css
<style>
a { background-color: #D38ADC; }
a { background-color: rgb(211,138,220); }
div.DivClassName
{
background-color: #D38ADC;
}
.BgClassName
{
background-color: #D38ADC;
}
</style>
border-color css
<style>
span { border-color: #D38ADC; }
span { border-color: rgb(211,138,220); }
td.TdClassName
{
border-color: #D38ADC;
}
.TagClassName
{
border-color: #D38ADC;
}
</style>