#DDA5E3

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

Shades of Plum #DDA5E3

Tints of Plum #DDA5E3

Color information

#DDA5E3 (or 0xDDA5E3) is unknown color: approx Plum. HEX triplet: DD, A5 and E3. RGB value is (221,165,227). Sum of RGB (Red+Green+Blue) = 221+165+227=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDA5E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5E3 is #225A1C. Grayscale: #BCBCBC. Windows color (decimal): -2251293 or 14919133. OLE color: 14919133.

HSL color Cylindrical-coordinate representation of color #DDA5E3: hue angle of 294.19º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA5E3 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221165227-
CMYK0.030.2700.11
HSL294.19º52.54%76.86%-
HSV(B)294.19º27.31%89.02%-
XYZ57.1447.8378.89-
YUV188.81149.55150.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 165 (64.84% from 255) = 26.92%
BLUE value IS 227 (89.06% from 255) = 37.03%
R=36.05%
G=26.92%
B=37.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211652270.030.2700.11294.1952.5476.86
HexDDA5E331B0B126354d
Octal33524534333301344665115
Binary1101110110100101111000111111011010111001001101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5E3; }

 p { color: rgb(221,165,227); }

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

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

 a { background-color: rgb(221,165,227); }

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

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

 span { border-color: rgb(221,165,227); }

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