#D7A1DD

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

Shades of Plum #D7A1DD

Tints of Plum #D7A1DD

Color information

#D7A1DD (or 0xD7A1DD) is unknown color: approx Plum. HEX triplet: D7, A1 and DD. RGB value is (215,161,221). Sum of RGB (Red+Green+Blue) = 215+161+221=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7A1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A1DD is #285E22. Grayscale: #B7B7B7. Windows color (decimal): -2645539 or 14524887. OLE color: 14524887.

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

Color convert

RGB215161221-
CMYK0.030.2700.13
HSL294º46.87%74.9%-
HSV(B)294º27.15%86.67%-
XYZ53.8245.1674.29-
YUV183.99148.89150.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 161 (63.28% from 255) = 26.97%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=36.01%
G=26.97%
B=37.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151612210.030.2700.1329446.8774.9
HexD7A1DD31B0D1262f4b
Octal32724133533301544657113
Binary1101011110100001110111011111011011011001001101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A1DD; }

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

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

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

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

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

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

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

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