#D7ABD5

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

Shades of Plum #D7ABD5

Tints of Plum #D7ABD5

Color information

#D7ABD5 (or 0xD7ABD5) is unknown color: approx Plum. HEX triplet: D7, AB and D5. RGB value is (215,171,213). Sum of RGB (Red+Green+Blue) = 215+171+213=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABD5 is #28542A. Grayscale: #BCBCBC. Windows color (decimal): -2642987 or 14003159. OLE color: 14003159.

HSL color Cylindrical-coordinate representation of color #D7ABD5: hue angle of 302.73º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ABD5 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215171213-
CMYK00.200.010.16
HSL302.73º35.48%75.69%-
HSV(B)302.73º20.47%84.31%-
XYZ54.648.3869.41-
YUV188.94141.58146.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=35.89%
G=28.55%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517121300.200.010.16302.7335.4875.69
HexD7ABD501411012f234c
Octal32725332502412045743114
Binary1101011110101011110101010101001100001001011111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABD5; }

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

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

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

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

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

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

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

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