#DDA7E6

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

Shades of Plum #DDA7E6

Tints of Plum #DDA7E6

Color information

#DDA7E6 (or 0xDDA7E6) is unknown color: approx Plum. HEX triplet: DD, A7 and E6. RGB value is (221,167,230). Sum of RGB (Red+Green+Blue) = 221+167+230=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDA7E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7E6 is #225819. Grayscale: #BEBEBE. Windows color (decimal): -2250778 or 15116253. OLE color: 15116253.

HSL color Cylindrical-coordinate representation of color #DDA7E6: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA7E6 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221167230-
CMYK0.040.2700.10
HSL291.43º55.75%77.84%-
HSV(B)291.43º27.39%90.2%-
XYZ57.9248.7281.21-
YUV190.33150.39149.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 167 (65.62% from 255) = 27.02%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=35.76%
G=27.02%
B=37.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211672300.040.2700.10291.4355.7577.84
HexDDA7E641B0A123384e
Octal33524734643301244370116
Binary11011101101001111110011010011011010101001000111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7E6; }

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

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

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

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

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

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

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

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