#D7ABDA

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

Shades of Plum #D7ABDA

Tints of Plum #D7ABDA

Color information

#D7ABDA (or 0xD7ABDA) is unknown color: approx Plum. HEX triplet: D7, AB and DA. RGB value is (215,171,218). Sum of RGB (Red+Green+Blue) = 215+171+218=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABDA is #285425. Grayscale: #BDBDBD. Windows color (decimal): -2642982 or 14330839. OLE color: 14330839.

HSL color Cylindrical-coordinate representation of color #D7ABDA: hue angle of 296.17º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7ABDA is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215171218-
CMYK0.010.2200.15
HSL296.17º38.84%76.27%-
HSV(B)296.17º21.56%85.49%-
XYZ55.2448.6372.81-
YUV189.51144.08146.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.60%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=35.60%
G=28.31%
B=36.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151712180.010.2200.15296.1738.8476.27
HexD7ABDA1160F128274c
Octal32725333212601745047114
Binary110101111010101111011010110110011111001010001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABDA; }

 p { color: rgb(215,171,218); }

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

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

 a { background-color: rgb(215,171,218); }

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

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

 span { border-color: rgb(215,171,218); }

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