#D5A2DB

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

Shades of Plum #D5A2DB

Tints of Plum #D5A2DB

Color information

#D5A2DB (or 0xD5A2DB) is unknown color: approx Plum. HEX triplet: D5, A2 and DB. RGB value is (213,162,219). Sum of RGB (Red+Green+Blue) = 213+162+219=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2DB is #2A5D24. Grayscale: #B7B7B7. Windows color (decimal): -2776357 or 14394069. OLE color: 14394069.

HSL color Cylindrical-coordinate representation of color #D5A2DB: hue angle of 293.68º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5A2DB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213162219-
CMYK0.030.2600.14
HSL293.68º44.19%74.71%-
HSV(B)293.68º26.03%85.88%-
XYZ53.1545.172.92-
YUV183.75147.9148.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 162 (63.67% from 255) = 27.27%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=35.86%
G=27.27%
B=36.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131622190.030.2600.14293.6844.1974.71
HexD5A2DB31A0E1262c4b
Octal32524233333201644654113
Binary1101010110100010110110111111010011101001001101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A2DB; }

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

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

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

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

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

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

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

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