#D7A8DF

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

Shades of Plum #D7A8DF

Tints of Plum #D7A8DF

Color information

#D7A8DF (or 0xD7A8DF) is unknown color: approx Plum. HEX triplet: D7, A8 and DF. RGB value is (215,168,223). Sum of RGB (Red+Green+Blue) = 215+168+223=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8DF is #285720. Grayscale: #BCBCBC. Windows color (decimal): -2643745 or 14657751. OLE color: 14657751.

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

Color convert

RGB215168223-
CMYK0.040.2500.13
HSL291.27º46.22%76.67%-
HSV(B)291.27º24.66%87.45%-
XYZ55.3547.7876.12-
YUV188.32147.57147.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=35.48%
G=27.72%
B=36.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151682230.040.2500.13291.2746.2276.67
HexD7A8DF4190D1232e4d
Octal32725033743101544356115
Binary11010111101010001101111110011001011011001000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A8DF; }

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

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

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

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

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

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

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

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