#D38DDE

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

Shades of Plum #D38DDE

Tints of Plum #D38DDE

Color information

#D38DDE (or 0xD38DDE) is unknown color: approx Plum. HEX triplet: D3, 8D and DE. RGB value is (211,141,222). Sum of RGB (Red+Green+Blue) = 211+141+222=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #D38DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DDE is #2C7221. Grayscale: #AAAAAA. Windows color (decimal): -2912802 or 14585299. OLE color: 14585299.

HSL color Cylindrical-coordinate representation of color #D38DDE: hue angle of 291.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D38DDE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211141222-
CMYK0.050.3600.13
HSL291.85º55.1%71.18%-
HSV(B)291.85º36.49%87.06%-
XYZ49.5738.1773.86-
YUV171.16156.69156.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=36.76%
G=24.56%
B=38.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111412220.050.3600.13291.8555.171.18
HexD38DDE5240D1243747
Octal32321533654401544467107
Binary110100111000110111011110101100100011011001001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DDE; }

 p { color: rgb(211,141,222); }

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

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

 a { background-color: rgb(211,141,222); }

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

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

 span { border-color: rgb(211,141,222); }

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