#D5ABDD

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

Shades of Plum #D5ABDD

Tints of Plum #D5ABDD

Color information

#D5ABDD (or 0xD5ABDD) is unknown color: approx Plum. HEX triplet: D5, AB and DD. RGB value is (213,171,221). Sum of RGB (Red+Green+Blue) = 213+171+221=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABDD is #2A5422. Grayscale: #BDBDBD. Windows color (decimal): -2774051 or 14527445. OLE color: 14527445.

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

Color convert

RGB213171221-
CMYK0.040.2300.13
HSL290.4º42.37%76.86%-
HSV(B)290.4º22.62%86.67%-
XYZ55.0548.4974.86-
YUV189.26145.91144.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=35.21%
G=28.26%
B=36.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131712210.040.2300.13290.442.3776.86
HexD5ABDD4170D1222a4d
Octal32525333542701544252115
Binary11010101101010111101110110010111011011001000101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABDD; }

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

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

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

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

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

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

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

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