#D5AAD4

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

Shades of Plum #D5AAD4

Tints of Plum #D5AAD4

Color information

#D5AAD4 (or 0xD5AAD4) is unknown color: approx Plum. HEX triplet: D5, AA and D4. RGB value is (213,170,212). Sum of RGB (Red+Green+Blue) = 213+170+212=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAD4 is #2A552B. Grayscale: #BBBBBB. Windows color (decimal): -2774316 or 13937365. OLE color: 13937365.

HSL color Cylindrical-coordinate representation of color #D5AAD4: hue angle of 301.4º 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 #D5AAD4 is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB213170212-
CMYK00.200.000.16
HSL301.4º33.86%75.1%-
HSV(B)301.4º20.19%83.53%-
XYZ53.747.6568.65-
YUV187.64141.75146.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=35.80%
G=28.57%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317021200.200.000.16301.433.8675.1
HexD5AAD401401012d224b
Octal32525232402402045542113
Binary1101010110101010110101000101000100001001011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAD4; }

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

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

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

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

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

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

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

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