#D7A9DE

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

Shades of Plum #D7A9DE

Tints of Plum #D7A9DE

Color information

#D7A9DE (or 0xD7A9DE) is unknown color: approx Plum. HEX triplet: D7, A9 and DE. RGB value is (215,169,222). Sum of RGB (Red+Green+Blue) = 215+169+222=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7A9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9DE is #285621. Grayscale: #BCBCBC. Windows color (decimal): -2643490 or 14592471. OLE color: 14592471.

HSL color Cylindrical-coordinate representation of color #D7A9DE: hue angle of 292.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A9DE is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215169222-
CMYK0.030.2400.13
HSL292.08º44.54%76.67%-
HSV(B)292.08º23.87%87.06%-
XYZ55.448.175.47-
YUV188.8146.74146.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=35.48%
G=27.89%
B=36.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151692220.030.2400.13292.0844.5476.67
HexD7A9DE3180D1242d4d
Octal32725133633001544455115
Binary1101011110101001110111101111000011011001001001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A9DE; }

 p { color: rgb(215,169,222); }

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

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

 a { background-color: rgb(215,169,222); }

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

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

 span { border-color: rgb(215,169,222); }

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