#D7A6DC

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

Shades of Plum #D7A6DC

Tints of Plum #D7A6DC

Color information

#D7A6DC (or 0xD7A6DC) is unknown color: approx Plum. HEX triplet: D7, A6 and DC. RGB value is (215,166,220). Sum of RGB (Red+Green+Blue) = 215+166+220=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6DC is #285923. Grayscale: #BABABA. Windows color (decimal): -2644260 or 14460631. OLE color: 14460631.

HSL color Cylindrical-coordinate representation of color #D7A6DC: hue angle of 294.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7A6DC is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215166220-
CMYK0.020.2500.14
HSL294.44º43.55%75.69%-
HSV(B)294.44º24.55%86.27%-
XYZ54.5846.8973.88-
YUV186.81146.73148.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 166 (65.23% from 255) = 27.62%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=35.77%
G=27.62%
B=36.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151662200.020.2500.14294.4443.5575.69
HexD7A6DC2190E1262c4c
Octal32724633423101644654114
Binary1101011110100110110111001011001011101001001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A6DC; }

 p { color: rgb(215,166,220); }

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

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

 a { background-color: rgb(215,166,220); }

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

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

 span { border-color: rgb(215,166,220); }

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