#D38DD4

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

Shades of Plum #D38DD4

Tints of Plum #D38DD4

Color information

#D38DD4 (or 0xD38DD4) is unknown color: approx Plum. HEX triplet: D3, 8D and D4. RGB value is (211,141,212). Sum of RGB (Red+Green+Blue) = 211+141+212=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #D38DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DD4 is #2C722B. Grayscale: #A9A9A9. Windows color (decimal): -2912812 or 13929939. OLE color: 13929939.

HSL color Cylindrical-coordinate representation of color #D38DD4: hue angle of 299.15º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38DD4 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB211141212-
CMYK0.000.3300.17
HSL299.15º45.22%69.22%-
HSV(B)299.15º33.49%83.14%-
XYZ48.2737.6567.01-
YUV170.02151.69157.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 212 (83.20% from 255) = 37.59%
R=37.41%
G=25%
B=37.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111412120.000.3300.17299.1545.2269.22
HexD38DD402101112b2d45
Octal32321532404102145355105
Binary11010011100011011101010001000010100011001010111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DD4; }

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

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

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

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

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

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

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

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