#D6A2DE

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

Shades of Plum #D6A2DE

Tints of Plum #D6A2DE

Color information

#D6A2DE (or 0xD6A2DE) is unknown color: approx Plum. HEX triplet: D6, A2 and DE. RGB value is (214,162,222). Sum of RGB (Red+Green+Blue) = 214+162+222=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6A2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A2DE is #295D21. Grayscale: #B8B8B8. Windows color (decimal): -2710818 or 14590678. OLE color: 14590678.

HSL color Cylindrical-coordinate representation of color #D6A2DE: hue angle of 292º degrees, saturation: 0.48, 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 #D6A2DE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214162222-
CMYK0.040.2700.13
HSL292º47.62%75.29%-
HSV(B)292º27.03%87.06%-
XYZ53.8445.4175.03-
YUV184.39149.23149.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.79%
GREEN value IS 162 (63.67% from 255) = 27.09%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=35.79%
G=27.09%
B=37.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141622220.040.2700.1329247.6275.29
HexD6A2DE41B0D124304b
Octal32624233643301544460113
Binary11010110101000101101111010011011011011001001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A2DE; }

 p { color: rgb(214,162,222); }

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

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

 a { background-color: rgb(214,162,222); }

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

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

 span { border-color: rgb(214,162,222); }

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