#D3A7D9

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

Shades of Plum #D3A7D9

Tints of Plum #D3A7D9

Color information

#D3A7D9 (or 0xD3A7D9) is unknown color: approx Plum. HEX triplet: D3, A7 and D9. RGB value is (211,167,217). Sum of RGB (Red+Green+Blue) = 211+167+217=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #D3A7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A7D9 is #2C5826. Grayscale: #B9B9B9. Windows color (decimal): -2906151 or 14264275. OLE color: 14264275.

HSL color Cylindrical-coordinate representation of color #D3A7D9: hue angle of 292.8º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3A7D9 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211167217-
CMYK0.030.2300.15
HSL292.8º39.68%75.29%-
HSV(B)292.8º23.04%85.1%-
XYZ53.2146.571.82-
YUV185.86145.58145.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.46%
GREEN value IS 167 (65.62% from 255) = 28.07%
BLUE value IS 217 (85.16% from 255) = 36.47%
R=35.46%
G=28.07%
B=36.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111672170.030.2300.15292.839.6875.29
HexD3A7D93170F125284b
Octal32324733132701744550113
Binary1101001110100111110110011110111011111001001011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A7D9; }

 p { color: rgb(211,167,217); }

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

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

 a { background-color: rgb(211,167,217); }

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

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

 span { border-color: rgb(211,167,217); }

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