#D7A8DE

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

Shades of Plum #D7A8DE

Tints of Plum #D7A8DE

Color information

#D7A8DE (or 0xD7A8DE) is unknown color: approx Plum. HEX triplet: D7, A8 and DE. RGB value is (215,168,222). Sum of RGB (Red+Green+Blue) = 215+168+222=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7A8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8DE is #285721. Grayscale: #BCBCBC. Windows color (decimal): -2643746 or 14592215. OLE color: 14592215.

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

Color convert

RGB215168222-
CMYK0.030.2400.13
HSL292.22º45%76.47%-
HSV(B)292.22º24.32%87.06%-
XYZ55.2147.7375.41-
YUV188.21147.07147.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 168 (66.02% from 255) = 27.77%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=35.54%
G=27.77%
B=36.69%

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
Decimal2151682220.030.2400.13292.224576.47
HexD7A8DE3180D1242d4c
Octal32725033633001544455114
Binary1101011110101000110111101111000011011001001001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A8DE; }

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

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

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

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

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

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

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

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