#D6A7E0

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

Shades of Plum #D6A7E0

Tints of Plum #D6A7E0

Color information

#D6A7E0 (or 0xD6A7E0) is unknown color: approx Plum. HEX triplet: D6, A7 and E0. RGB value is (214,167,224). Sum of RGB (Red+Green+Blue) = 214+167+224=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6A7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7E0 is #29581F. Grayscale: #BBBBBB. Windows color (decimal): -2709536 or 14723030. OLE color: 14723030.

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

Color convert

RGB214167224-
CMYK0.040.2500.12
HSL289.47º47.9%76.67%-
HSV(B)289.47º25.45%87.84%-
XYZ5547.3276.75-
YUV187.55148.57146.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 167 (65.62% from 255) = 27.60%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=35.37%
G=27.60%
B=37.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141672240.040.2500.12289.4747.976.67
HexD6A7E04190C121304d
Octal32624734043101444160115
Binary11010110101001111110000010011001011001001000011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7E0; }

 p { color: rgb(214,167,224); }

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

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

 a { background-color: rgb(214,167,224); }

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

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

 span { border-color: rgb(214,167,224); }

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