#D5AAD3

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

Shades of Plum #D5AAD3

Tints of Plum #D5AAD3

Color information

#D5AAD3 (or 0xD5AAD3) is unknown color: approx Plum. HEX triplet: D5, AA and D3. RGB value is (213,170,211). Sum of RGB (Red+Green+Blue) = 213+170+211=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAD3 is #2A552C. Grayscale: #BBBBBB. Windows color (decimal): -2774317 or 13871829. OLE color: 13871829.

HSL color Cylindrical-coordinate representation of color #D5AAD3: hue angle of 302.79º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AAD3 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB213170211-
CMYK00.200.010.16
HSL302.79º33.86%75.1%-
HSV(B)302.79º20.19%83.53%-
XYZ53.5747.667.99-
YUV187.53141.25146.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 211 (82.81% from 255) = 35.52%
R=35.86%
G=28.62%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317021100.200.010.16302.7933.8675.1
HexD5AAD301411012f224b
Octal32525232302412045742113
Binary1101010110101010110100110101001100001001011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAD3; }

 p { color: rgb(213,170,211); }

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

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

 a { background-color: rgb(213,170,211); }

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

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

 span { border-color: rgb(213,170,211); }

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