#D5A1E0

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

Shades of Plum #D5A1E0

Tints of Plum #D5A1E0

Color information

#D5A1E0 (or 0xD5A1E0) is unknown color: approx Plum. HEX triplet: D5, A1 and E0. RGB value is (213,161,224). Sum of RGB (Red+Green+Blue) = 213+161+224=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5A1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1E0 is #2A5E1F. Grayscale: #B7B7B7. Windows color (decimal): -2776608 or 14721493. OLE color: 14721493.

HSL color Cylindrical-coordinate representation of color #D5A1E0: hue angle of 289.52º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5A1E0 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213161224-
CMYK0.050.2800.12
HSL289.52º50.4%75.49%-
HSV(B)289.52º28.12%87.84%-
XYZ53.6445.0276.38-
YUV183.73150.73148.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 161 (63.28% from 255) = 26.92%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=35.62%
G=26.92%
B=37.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131612240.050.2800.12289.5250.475.49
HexD5A1E051C0C122324b
Octal32524134053401444262113
Binary11010101101000011110000010111100011001001000101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1E0; }

 p { color: rgb(213,161,224); }

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

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

 a { background-color: rgb(213,161,224); }

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

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

 span { border-color: rgb(213,161,224); }

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