#D2AAD5

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

Shades of Plum #D2AAD5

Tints of Plum #D2AAD5

Color information

#D2AAD5 (or 0xD2AAD5) is unknown color: approx Plum. HEX triplet: D2, AA and D5. RGB value is (210,170,213). Sum of RGB (Red+Green+Blue) = 210+170+213=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AAD5 is #2D552A. Grayscale: #BABABA. Windows color (decimal): -2970923 or 14002898. OLE color: 14002898.

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

Color convert

RGB210170213-
CMYK0.010.2000.16
HSL295.81º33.86%75.1%-
HSV(B)295.81º20.19%83.53%-
XYZ52.9647.2669.28-
YUV186.86142.75144.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=35.41%
G=28.67%
B=35.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101702130.010.2000.16295.8133.8675.1
HexD2AAD5114010128224b
Octal32225232512402045042113
Binary1101001010101010110101011101000100001001010001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAD5; }

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

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

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

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

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

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

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

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