#DDA7EA

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

Shades of Plum #DDA7EA

Tints of Plum #DDA7EA

Color information

#DDA7EA (or 0xDDA7EA) is unknown color: approx Plum. HEX triplet: DD, A7 and EA. RGB value is (221,167,234). Sum of RGB (Red+Green+Blue) = 221+167+234=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7EA is #225815. Grayscale: #BEBEBE. Windows color (decimal): -2250774 or 15378397. OLE color: 15378397.

HSL color Cylindrical-coordinate representation of color #DDA7EA: hue angle of 288.36º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA7EA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221167234-
CMYK0.060.2900.08
HSL288.36º61.47%78.63%-
HSV(B)288.36º28.63%91.76%-
XYZ58.4948.9584.21-
YUV190.78152.39149.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 167 (65.62% from 255) = 26.85%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=35.53%
G=26.85%
B=37.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211672340.060.2900.08288.3661.4778.63
HexDDA7EA61D081203d4f
Octal33524735263501044075117
Binary11011101101001111110101011011101010001001000001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7EA; }

 p { color: rgb(221,167,234); }

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

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

 a { background-color: rgb(221,167,234); }

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

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

 span { border-color: rgb(221,167,234); }

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