#D5A4DC

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

Shades of Plum #D5A4DC

Tints of Plum #D5A4DC

Color information

#D5A4DC (or 0xD5A4DC) is unknown color: approx Plum. HEX triplet: D5, A4 and DC. RGB value is (213,164,220). Sum of RGB (Red+Green+Blue) = 213+164+220=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4DC is #2A5B23. Grayscale: #B8B8B8. Windows color (decimal): -2775844 or 14460117. OLE color: 14460117.

HSL color Cylindrical-coordinate representation of color #D5A4DC: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A4DC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213164220-
CMYK0.030.2500.14
HSL292.5º44.44%75.29%-
HSV(B)292.5º25.45%86.27%-
XYZ53.6345.8673.74-
YUV185.04147.73147.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 164 (64.45% from 255) = 27.47%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=35.68%
G=27.47%
B=36.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131642200.030.2500.14292.544.4475.29
HexD5A4DC3190E1242c4b
Octal32524433433101644454113
Binary1101010110100100110111001111001011101001001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A4DC; }

 p { color: rgb(213,164,220); }

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

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

 a { background-color: rgb(213,164,220); }

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

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

 span { border-color: rgb(213,164,220); }

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