#d4abd9

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

Shades of Plum #D4ABD9

Tints of Plum #D4ABD9

Color information

#D4ABD9 (or 0xD4ABD9) is unknown color: approx Plum. HEX triplet: D4, AB and D9. RGB value is (212,171,217). Sum of RGB (Red+Green+Blue) = 212+171+217=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4ABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABD9 is #2B5426. Grayscale: #BCBCBC. Windows color (decimal): -2839591 or 14265300. OLE color: 14265300.

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

Color convert

RGB212171217-
CMYK0.020.2100.15
HSL293.48º37.7%76.08%-
HSV(B)293.48º21.2%85.1%-
XYZ54.2448.1372.08-
YUV188.5144.08144.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=35.33%
G=28.5%
B=36.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121712170.020.2100.15293.4837.776.08
HexD4ABD92150F125264c
Octal32425333122501744546114
Binary1101010010101011110110011010101011111001001011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4abd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4abd9; }

 p { color: rgb(212,171,217); }

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

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

 a { background-color: rgb(212,171,217); }

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

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

 span { border-color: rgb(212,171,217); }

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