#D6A1DD

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

Shades of Plum #D6A1DD

Tints of Plum #D6A1DD

Color information

#D6A1DD (or 0xD6A1DD) is unknown color: approx Plum. HEX triplet: D6, A1 and DD. RGB value is (214,161,221). Sum of RGB (Red+Green+Blue) = 214+161+221=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6A1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1DD is #295E22. Grayscale: #B7B7B7. Windows color (decimal): -2711075 or 14524886. OLE color: 14524886.

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

Color convert

RGB214161221-
CMYK0.030.2700.13
HSL293º46.87%74.9%-
HSV(B)293º27.15%86.67%-
XYZ53.5345.0174.27-
YUV183.69149.06149.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 161 (63.28% from 255) = 27.01%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=35.91%
G=27.01%
B=37.08%

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
Decimal2141612210.030.2700.1329346.8774.9
HexD6A1DD31B0D1252f4b
Octal32624133533301544557113
Binary1101011010100001110111011111011011011001001011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1DD; }

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

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

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

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

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

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

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

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