#D3ADD4

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

Shades of Plum #D3ADD4

Tints of Plum #D3ADD4

Color information

#D3ADD4 (or 0xD3ADD4) is unknown color: approx Plum. HEX triplet: D3, AD and D4. RGB value is (211,173,212). Sum of RGB (Red+Green+Blue) = 211+173+212=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #D3ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADD4 is #2C522B. Grayscale: #BCBCBC. Windows color (decimal): -2904620 or 13938131. OLE color: 13938131.

HSL color Cylindrical-coordinate representation of color #D3ADD4: hue angle of 298.46º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ADD4 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB211173212-
CMYK0.000.1800.17
HSL298.46º31.2%75.49%-
HSV(B)298.46º18.4%83.14%-
XYZ53.6948.4968.82-
YUV188.81141.09143.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.40%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=35.40%
G=29.03%
B=35.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111732120.000.1800.17298.4631.275.49
HexD3ADD401201112a1f4b
Octal32325532402202145237113
Binary110100111010110111010100010010010001100101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADD4; }

 p { color: rgb(211,173,212); }

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

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

 a { background-color: rgb(211,173,212); }

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

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

 span { border-color: rgb(211,173,212); }

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