#D38FD9

Color #D38FD9 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D38FD9

Tints of Plum #D38FD9

Color information

#D38FD9 (or 0xD38FD9) is unknown color: approx Plum. HEX triplet: D3, 8F and D9. RGB value is (211,143,217). Sum of RGB (Red+Green+Blue) = 211+143+217=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #D38FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FD9 is #2C7026. Grayscale: #ABABAB. Windows color (decimal): -2912295 or 14258131. OLE color: 14258131.

HSL color Cylindrical-coordinate representation of color #D38FD9: hue angle of 295.14º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38FD9 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211143217-
CMYK0.030.3400.15
HSL295.14º49.33%70.59%-
HSV(B)295.14º34.1%85.1%-
XYZ49.2138.570.48-
YUV171.77153.53155.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 36.95%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=36.95%
G=25.04%
B=38.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111432170.030.3400.15295.1449.3370.59
HexD38FD93220F1273147
Octal32321733134201744761107
Binary11010011100011111101100111100010011111001001111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FD9; }

 p { color: rgb(211,143,217); }

 H1.HeaderClassName
 {
   color: #D38FD9;
 }
 .AnyTagClassName
 {
   color: #D38FD9;
 }
</style>
background-color css

<style>
 a { background-color: #D38FD9; }

 a { background-color: rgb(211,143,217); }

 div.DivClassName
 {
   background-color: #D38FD9;
 }
 .BgClassName
 {
   background-color: #D38FD9;
 }
</style>
border-color css

<style>
 span { border-color: #D38FD9; }

 span { border-color: rgb(211,143,217); }

 td.TdClassName
 {
   border-color: #D38FD9;
 }
 .TagClassName
 {
   border-color: #D38FD9;
 }
</style>