#D5A7D4

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

Shades of Plum #D5A7D4

Tints of Plum #D5A7D4

Color information

#D5A7D4 (or 0xD5A7D4) is unknown color: approx Plum. HEX triplet: D5, A7 and D4. RGB value is (213,167,212). Sum of RGB (Red+Green+Blue) = 213+167+212=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A7D4 is #2A582B. Grayscale: #B9B9B9. Windows color (decimal): -2775084 or 13936597. OLE color: 13936597.

HSL color Cylindrical-coordinate representation of color #D5A7D4: hue angle of 301.3º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A7D4 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB213167212-
CMYK00.220.000.16
HSL301.3º35.38%74.51%-
HSV(B)301.3º21.6%83.53%-
XYZ53.1446.5468.47-
YUV185.88142.74147.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 167 (65.62% from 255) = 28.21%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=35.98%
G=28.21%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316721200.220.000.16301.335.3874.51
HexD5A7D401601012d234b
Octal32524732402602045543113
Binary1101010110100111110101000101100100001001011011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A7D4; }

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

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

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

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

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

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

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

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