#D7ADDA

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

Shades of Plum #D7ADDA

Tints of Plum #D7ADDA

Color information

#D7ADDA (or 0xD7ADDA) is unknown color: approx Plum. HEX triplet: D7, AD and DA. RGB value is (215,173,218). Sum of RGB (Red+Green+Blue) = 215+173+218=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADDA is #285225. Grayscale: #BEBEBE. Windows color (decimal): -2642470 or 14331351. OLE color: 14331351.

HSL color Cylindrical-coordinate representation of color #D7ADDA: hue angle of 296º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7ADDA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215173218-
CMYK0.010.2100.15
HSL296º37.82%76.67%-
HSV(B)296º20.64%85.49%-
XYZ55.6249.472.93-
YUV190.69143.41145.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=35.48%
G=28.55%
B=35.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151732180.010.2100.1529637.8276.67
HexD7ADDA1150F128264d
Octal32725533212501745046115
Binary110101111010110111011010110101011111001010001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADDA; }

 p { color: rgb(215,173,218); }

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

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

 a { background-color: rgb(215,173,218); }

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

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

 span { border-color: rgb(215,173,218); }

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