#D5A1DF

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

Shades of Plum #D5A1DF

Tints of Plum #D5A1DF

Color information

#D5A1DF (or 0xD5A1DF) is unknown color: approx Plum. HEX triplet: D5, A1 and DF. RGB value is (213,161,223). Sum of RGB (Red+Green+Blue) = 213+161+223=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1DF is #2A5E20. Grayscale: #B7B7B7. Windows color (decimal): -2776609 or 14655957. OLE color: 14655957.

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

Color convert

RGB213161223-
CMYK0.040.2800.13
HSL290.32º49.21%75.29%-
HSV(B)290.32º27.8%87.45%-
XYZ53.544.9675.67-
YUV183.62150.23148.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 161 (63.28% from 255) = 26.97%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=35.68%
G=26.97%
B=37.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131612230.040.2800.13290.3249.2175.29
HexD5A1DF41C0D122314b
Octal32524133743401544261113
Binary11010101101000011101111110011100011011001000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1DF; }

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

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

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

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

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

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

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

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