#D5A5D1

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

Shades of Plum #D5A5D1

Tints of Plum #D5A5D1

Color information

#D5A5D1 (or 0xD5A5D1) is unknown color: approx Plum. HEX triplet: D5, A5 and D1. RGB value is (213,165,209). Sum of RGB (Red+Green+Blue) = 213+165+209=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A5D1 is #2A5A2E. Grayscale: #B8B8B8. Windows color (decimal): -2775599 or 13739477. OLE color: 13739477.

HSL color Cylindrical-coordinate representation of color #D5A5D1: hue angle of 305º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A5D1 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213165209-
CMYK00.230.020.16
HSL305º36.36%74.12%-
HSV(B)305º22.54%83.53%-
XYZ52.445.6666.37-
YUV184.37141.9148.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 165 (64.84% from 255) = 28.11%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=36.29%
G=28.11%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316520900.230.020.1630536.3674.12
HexD5A5D1017210131244a
Octal32524532102722046144112
Binary11010101101001011101000101011110100001001100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A5D1; }

 p { color: rgb(213,165,209); }

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

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

 a { background-color: rgb(213,165,209); }

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

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

 span { border-color: rgb(213,165,209); }

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