#D6A5D7

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

Shades of Plum #D6A5D7

Tints of Plum #D6A5D7

Color information

#D6A5D7 (or 0xD6A5D7) is unknown color: approx Plum. HEX triplet: D6, A5 and D7. RGB value is (214,165,215). Sum of RGB (Red+Green+Blue) = 214+165+215=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6A5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A5D7 is #295A28. Grayscale: #B9B9B9. Windows color (decimal): -2710057 or 14132694. OLE color: 14132694.

HSL color Cylindrical-coordinate representation of color #D6A5D7: hue angle of 298.8º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6A5D7 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214165215-
CMYK0.000.2300.16
HSL298.8º38.46%74.51%-
HSV(B)298.8º23.26%84.31%-
XYZ53.4546.1170.37-
YUV185.35144.73148.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=36.03%
G=27.78%
B=36.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141652150.000.2300.16298.838.4674.51
HexD6A5D701701012b264b
Octal32624532702702045346113
Binary1101011010100101110101110101110100001001010111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A5D7; }

 p { color: rgb(214,165,215); }

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

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

 a { background-color: rgb(214,165,215); }

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

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

 span { border-color: rgb(214,165,215); }

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