#D5A3DE

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

Shades of Plum #D5A3DE

Tints of Plum #D5A3DE

Color information

#D5A3DE (or 0xD5A3DE) is unknown color: approx Plum. HEX triplet: D5, A3 and DE. RGB value is (213,163,222). Sum of RGB (Red+Green+Blue) = 213+163+222=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5A3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A3DE is #2A5C21. Grayscale: #B8B8B8. Windows color (decimal): -2776098 or 14590933. OLE color: 14590933.

HSL color Cylindrical-coordinate representation of color #D5A3DE: hue angle of 290.85º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5A3DE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213163222-
CMYK0.040.2700.13
HSL290.85º47.2%75.49%-
HSV(B)290.85º26.58%87.06%-
XYZ53.7245.6175.08-
YUV184.68149.06148.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 163 (64.06% from 255) = 27.26%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=35.62%
G=27.26%
B=37.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131632220.040.2700.13290.8547.275.49
HexD5A3DE41B0D1232f4b
Octal32524333643301544357113
Binary11010101101000111101111010011011011011001000111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A3DE; }

 p { color: rgb(213,163,222); }

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

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

 a { background-color: rgb(213,163,222); }

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

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

 span { border-color: rgb(213,163,222); }

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