#D9A4D5

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

Shades of Plum #D9A4D5

Tints of Plum #D9A4D5

Color information

#D9A4D5 (or 0xD9A4D5) is unknown color: approx Plum. HEX triplet: D9, A4 and D5. RGB value is (217,164,213). Sum of RGB (Red+Green+Blue) = 217+164+213=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A4D5 is #265B2A. Grayscale: #B9B9B9. Windows color (decimal): -2513707 or 14001369. OLE color: 14001369.

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

Color convert

RGB217164213-
CMYK00.240.020.15
HSL304.53º41.09%74.71%-
HSV(B)304.53º24.42%85.1%-
XYZ53.946.1169.01-
YUV185.43143.56150.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 164 (64.45% from 255) = 27.61%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=36.53%
G=27.61%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716421300.240.020.15304.5341.0974.71
HexD9A4D50182F131294b
Octal33124432503021746151113
Binary1101100110100100110101010110001011111001100011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4D5; }

 p { color: rgb(217,164,213); }

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

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

 a { background-color: rgb(217,164,213); }

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

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

 span { border-color: rgb(217,164,213); }

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