#D5A8DD

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

Shades of Plum #D5A8DD

Tints of Plum #D5A8DD

Color information

#D5A8DD (or 0xD5A8DD) is unknown color: approx Plum. HEX triplet: D5, A8 and DD. RGB value is (213,168,221). Sum of RGB (Red+Green+Blue) = 213+168+221=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8DD is #2A5722. Grayscale: #BBBBBB. Windows color (decimal): -2774819 or 14526677. OLE color: 14526677.

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

Color convert

RGB213168221-
CMYK0.040.2400.13
HSL290.94º43.8%76.27%-
HSV(B)290.94º23.98%86.67%-
XYZ54.4947.3774.68-
YUV187.5146.91146.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.38%
GREEN value IS 168 (66.02% from 255) = 27.91%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=35.38%
G=27.91%
B=36.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131682210.040.2400.13290.9443.876.27
HexD5A8DD4180D1232c4c
Octal32525033543001544354114
Binary11010101101010001101110110011000011011001000111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A8DD; }

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

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

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

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

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

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

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

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