#D5ACDD

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

Shades of Plum #D5ACDD

Tints of Plum #D5ACDD

Color information

#D5ACDD (or 0xD5ACDD) is unknown color: approx Plum. HEX triplet: D5, AC and DD. RGB value is (213,172,221). Sum of RGB (Red+Green+Blue) = 213+172+221=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACDD is #2A5322. Grayscale: #BDBDBD. Windows color (decimal): -2773795 or 14527701. OLE color: 14527701.

HSL color Cylindrical-coordinate representation of color #D5ACDD: hue angle of 290.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5ACDD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213172221-
CMYK0.040.2200.13
HSL290.2º41.88%77.06%-
HSV(B)290.2º22.17%86.67%-
XYZ55.2448.8774.93-
YUV189.85145.58144.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=35.15%
G=28.38%
B=36.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131722210.040.2200.13290.241.8877.06
HexD5ACDD4160D1222a4d
Octal32525433542601544252115
Binary11010101101011001101110110010110011011001000101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACDD; }

 p { color: rgb(213,172,221); }

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

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

 a { background-color: rgb(213,172,221); }

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

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

 span { border-color: rgb(213,172,221); }

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