#D38DDF

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

Shades of Plum #D38DDF

Tints of Plum #D38DDF

Color information

#D38DDF (or 0xD38DDF) is unknown color: approx Plum. HEX triplet: D3, 8D and DF. RGB value is (211,141,223). Sum of RGB (Red+Green+Blue) = 211+141+223=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #D38DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DDF is #2C7220. Grayscale: #ABABAB. Windows color (decimal): -2912801 or 14650835. OLE color: 14650835.

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

Color convert

RGB211141223-
CMYK0.050.3700.13
HSL291.22º56.16%71.37%-
HSV(B)291.22º36.77%87.45%-
XYZ49.7138.2374.57-
YUV171.28157.19156.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.70%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=36.70%
G=24.52%
B=38.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111412230.050.3700.13291.2256.1671.37
HexD38DDF5250D1233847
Octal32321533754501544370107
Binary110100111000110111011111101100101011011001000111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DDF; }

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

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

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

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

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

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

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

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