#D38AD2

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

Shades of Plum #D38AD2

Tints of Plum #D38AD2

Color information

#D38AD2 (or 0xD38AD2) is unknown color: approx Plum. HEX triplet: D3, 8A and D2. RGB value is (211,138,210). Sum of RGB (Red+Green+Blue) = 211+138+210=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38AD2 is #2C752D. Grayscale: #A7A7A7. Windows color (decimal): -2913582 or 13798099. OLE color: 13798099.

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

Color convert

RGB211138210-
CMYK00.350.000.17
HSL300.82º45.34%68.43%-
HSV(B)300.82º34.6%82.75%-
XYZ47.5936.6865.54-
YUV168.04151.68158.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=37.75%
G=24.69%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113821000.350.000.17300.8245.3468.43
HexD38AD202301112d2d44
Octal32321232204302145555104
Binary11010011100010101101001001000110100011001011011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38AD2; }

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

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

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

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

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

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

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

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