#D6A7DD

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

Shades of Plum #D6A7DD

Tints of Plum #D6A7DD

Color information

#D6A7DD (or 0xD6A7DD) is unknown color: approx Plum. HEX triplet: D6, A7 and DD. RGB value is (214,167,221). Sum of RGB (Red+Green+Blue) = 214+167+221=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7DD is #295822. Grayscale: #BBBBBB. Windows color (decimal): -2709539 or 14526422. OLE color: 14526422.

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

Color convert

RGB214167221-
CMYK0.030.2400.13
HSL292.22º44.26%76.08%-
HSV(B)292.22º24.43%86.67%-
XYZ54.647.1574.63-
YUV187.21147.07147.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 167 (65.62% from 255) = 27.74%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=35.55%
G=27.74%
B=36.71%

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
Decimal2141672210.030.2400.13292.2244.2676.08
HexD6A7DD3180D1242c4c
Octal32624733533001544454114
Binary1101011010100111110111011111000011011001001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7DD; }

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

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

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

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

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

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

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

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