#DDA2ED

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

Shades of Plum #DDA2ED

Tints of Plum #DDA2ED

Color information

#DDA2ED (or 0xDDA2ED) is unknown color: approx Plum. HEX triplet: DD, A2 and ED. RGB value is (221,162,237). Sum of RGB (Red+Green+Blue) = 221+162+237=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2ED is #225D12. Grayscale: #BBBBBB. Windows color (decimal): -2252051 or 15573725. OLE color: 15573725.

HSL color Cylindrical-coordinate representation of color #DDA2ED: hue angle of 287.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA2ED is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221162237-
CMYK0.070.3200.07
HSL287.2º67.57%78.24%-
HSV(B)287.2º31.65%92.94%-
XYZ58.0347.3386.2-
YUV188.19155.55151.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 162 (63.67% from 255) = 26.13%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=35.65%
G=26.13%
B=38.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211622370.070.3200.07287.267.5778.24
HexDDA2ED7200711f444e
Octal33524235574007437104116
Binary110111011010001011101101111100000011110001111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2ED; }

 p { color: rgb(221,162,237); }

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

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

 a { background-color: rgb(221,162,237); }

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

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

 span { border-color: rgb(221,162,237); }

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