Shades of Plum #D38ADF
Tints of Plum #D38ADF
RGB
CMYK
RGB Variations
Color information
#D38ADF (or 0xD38ADF) is known color: Plum. HEX triplet: D3, 8A and DF. RGB value is (211,138,223). Sum of RGB (Red+Green+Blue) = 211+138+223=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D38ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ADF is #2C7520. Grayscale: #A9A9A9. Windows color (decimal): -2913569 or 14650067. OLE color: 14650067.
HSL color Cylindrical-coordinate representation of color #D38ADF: hue angle of 291.53º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38ADF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 138 | 223 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.13 |
| HSL | 291.53º | 0.57% | 0.71% | - |
| HSV(B) | 291.53º | 0.38% | 0.87% | - |
| XYZ | 49.27 | 37.35 | 74.43 | - |
| YUV | 169.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 223 | 0.05 | 0.38 | 0 | 0.13 | 291.53 | 0.57 | 0.71 |
| Hex | D3 | 8A | DF | 5 | 26 | 0 | D | 124 | 39 | 47 |
| Octal | 323 | 212 | 337 | 5 | 46 | 0 | 15 | 444 | 71 | 107 |
| Binary | 11010011 | 10001010 | 11011111 | 101 | 100110 | 0 | 1101 | 100100100 | 111001 | 1000111 |
Color Harmonies of #D38ADF
Complementary color
Monochromatic Colors of #D38ADF
Black with #D38ADF
Text Example
Text Example
White with #D38ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ADF; }
p { color: rgb(211,138,223); }
H1.HeaderClassName
{
color: #D38ADF;
}
.AnyTagClassName
{
color: #D38ADF;
}
</style>
background-color css
<style>
a { background-color: #D38ADF; }
a { background-color: rgb(211,138,223); }
div.DivClassName
{
background-color: #D38ADF;
}
.BgClassName
{
background-color: #D38ADF;
}
</style>
border-color css
<style>
span { border-color: #D38ADF; }
span { border-color: rgb(211,138,223); }
td.TdClassName
{
border-color: #D38ADF;
}
.TagClassName
{
border-color: #D38ADF;
}
</style>