#D38DDB

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

Shades of Plum #D38DDB

Tints of Plum #D38DDB

Color information

#D38DDB (or 0xD38DDB) is unknown color: approx Plum. HEX triplet: D3, 8D and DB. RGB value is (211,141,219). Sum of RGB (Red+Green+Blue) = 211+141+219=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D38DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DDB is #2C7224. Grayscale: #AAAAAA. Windows color (decimal): -2912805 or 14388691. OLE color: 14388691.

HSL color Cylindrical-coordinate representation of color #D38DDB: hue angle of 293.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D38DDB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211141219-
CMYK0.040.3600.14
HSL293.85º52%70.59%-
HSV(B)293.85º35.62%85.88%-
XYZ49.1838.0171.76-
YUV170.82155.19156.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.95%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=36.95%
G=24.69%
B=38.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111412190.040.3600.14293.855270.59
HexD38DDB4240E1263447
Octal32321533344401644664107
Binary110100111000110111011011100100100011101001001101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DDB; }

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

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

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

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

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

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

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

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