#D5A0E0

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

Shades of Plum #D5A0E0

Tints of Plum #D5A0E0

Color information

#D5A0E0 (or 0xD5A0E0) is unknown color: approx Plum. HEX triplet: D5, A0 and E0. RGB value is (213,160,224). Sum of RGB (Red+Green+Blue) = 213+160+224=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5A0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0E0 is #2A5F1F. Grayscale: #B6B6B6. Windows color (decimal): -2776864 or 14721237. OLE color: 14721237.

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

Color convert

RGB213160224-
CMYK0.050.2900.12
HSL289.69º50.79%75.29%-
HSV(B)289.69º28.57%87.84%-
XYZ53.4744.6776.33-
YUV183.14151.06149.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 160 (62.89% from 255) = 26.80%
BLUE value IS 224 (87.89% from 255) = 37.52%
R=35.68%
G=26.80%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131602240.050.2900.12289.6950.7975.29
HexD5A0E051D0C122334b
Octal32524034053501444263113
Binary11010101101000001110000010111101011001001000101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0E0; }

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

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

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

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

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

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

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

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