#D38AD5

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

Shades of Plum #D38AD5

Tints of Plum #D38AD5

Color information

#D38AD5 (or 0xD38AD5) is unknown color: approx Plum. HEX triplet: D3, 8A and D5. RGB value is (211,138,213). Sum of RGB (Red+Green+Blue) = 211+138+213=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #D38AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38AD5 is #2C752A. Grayscale: #A8A8A8. Windows color (decimal): -2913579 or 13994707. OLE color: 13994707.

HSL color Cylindrical-coordinate representation of color #D38AD5: hue angle of 298.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38AD5 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211138213-
CMYK0.010.3500.16
HSL298.4º47.17%68.82%-
HSV(B)298.4º35.21%83.53%-
XYZ47.9636.8367.53-
YUV168.38153.18158.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.54%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=37.54%
G=24.56%
B=37.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111382130.010.3500.16298.447.1768.82
HexD38AD512301012a2f45
Octal32321232514302045257105
Binary11010011100010101101010111000110100001001010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38AD5; }

 p { color: rgb(211,138,213); }

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

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

 a { background-color: rgb(211,138,213); }

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

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

 span { border-color: rgb(211,138,213); }

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