#D6A9DD

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

Shades of Plum #D6A9DD

Tints of Plum #D6A9DD

Color information

#D6A9DD (or 0xD6A9DD) is unknown color: approx Plum. HEX triplet: D6, A9 and DD. RGB value is (214,169,221). Sum of RGB (Red+Green+Blue) = 214+169+221=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9DD is #295622. Grayscale: #BCBCBC. Windows color (decimal): -2709027 or 14526934. OLE color: 14526934.

HSL color Cylindrical-coordinate representation of color #D6A9DD: hue angle of 291.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A9DD is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214169221-
CMYK0.030.2400.13
HSL291.92º43.33%76.47%-
HSV(B)291.92º23.53%86.67%-
XYZ54.9747.8974.75-
YUV188.38146.41146.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=35.43%
G=27.98%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141692210.030.2400.13291.9243.3376.47
HexD6A9DD3180D1242b4c
Octal32625133533001544453114
Binary1101011010101001110111011111000011011001001001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A9DD; }

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

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

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

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

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

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

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

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