#D5A2DA

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

Shades of Plum #D5A2DA

Tints of Plum #D5A2DA

Color information

#D5A2DA (or 0xD5A2DA) is unknown color: approx Plum. HEX triplet: D5, A2 and DA. RGB value is (213,162,218). Sum of RGB (Red+Green+Blue) = 213+162+218=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5A2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2DA is #2A5D25. Grayscale: #B7B7B7. Windows color (decimal): -2776358 or 14328533. OLE color: 14328533.

HSL color Cylindrical-coordinate representation of color #D5A2DA: hue angle of 294.64º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5A2DA is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213162218-
CMYK0.020.2600.15
HSL294.64º43.08%74.51%-
HSV(B)294.64º25.69%85.49%-
XYZ53.0245.0572.23-
YUV183.63147.4148.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 162 (63.67% from 255) = 27.32%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=35.92%
G=27.32%
B=36.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131622180.020.2600.15294.6443.0874.51
HexD5A2DA21A0F1272b4b
Octal32524233223201744753113
Binary1101010110100010110110101011010011111001001111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A2DA; }

 p { color: rgb(213,162,218); }

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

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

 a { background-color: rgb(213,162,218); }

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

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

 span { border-color: rgb(213,162,218); }

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