#D7A1DF

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

Shades of Plum #D7A1DF

Tints of Plum #D7A1DF

Color information

#D7A1DF (or 0xD7A1DF) is unknown color: approx Plum. HEX triplet: D7, A1 and DF. RGB value is (215,161,223). Sum of RGB (Red+Green+Blue) = 215+161+223=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A1DF is #285E20. Grayscale: #B8B8B8. Windows color (decimal): -2645537 or 14655959. OLE color: 14655959.

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

Color convert

RGB215161223-
CMYK0.040.2800.13
HSL292.26º49.21%75.29%-
HSV(B)292.26º27.8%87.45%-
XYZ54.0945.2675.7-
YUV184.21149.89149.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 161 (63.28% from 255) = 26.88%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=35.89%
G=26.88%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151612230.040.2800.13292.2649.2175.29
HexD7A1DF41C0D124314b
Octal32724133743401544461113
Binary11010111101000011101111110011100011011001001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A1DF; }

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

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

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

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

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

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

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

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