#D5A9D1

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

Shades of Plum #D5A9D1

Tints of Plum #D5A9D1

Color information

#D5A9D1 (or 0xD5A9D1) is unknown color: approx Plum. HEX triplet: D5, A9 and D1. RGB value is (213,169,209). Sum of RGB (Red+Green+Blue) = 213+169+209=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9D1 is #2A562E. Grayscale: #BABABA. Windows color (decimal): -2774575 or 13740501. OLE color: 13740501.

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

Color convert

RGB213169209-
CMYK00.210.020.16
HSL305.45º34.38%74.9%-
HSV(B)305.45º20.66%83.53%-
XYZ53.1447.1366.62-
YUV186.72140.58146.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.04%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=36.04%
G=28.60%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316920900.210.020.16305.4534.3874.9
HexD5A9D1015210131224b
Octal32525132102522046142113
Binary11010101101010011101000101010110100001001100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A9D1; }

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

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

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

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

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

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

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

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