#DDA0ED

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

Shades of Plum #DDA0ED

Tints of Plum #DDA0ED

Color information

#DDA0ED (or 0xDDA0ED) is unknown color: approx Plum. HEX triplet: DD, A0 and ED. RGB value is (221,160,237). Sum of RGB (Red+Green+Blue) = 221+160+237=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0ED is #225F12. Grayscale: #BABABA. Windows color (decimal): -2252563 or 15573213. OLE color: 15573213.

HSL color Cylindrical-coordinate representation of color #DDA0ED: hue angle of 287.53º 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 #DDA0ED is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221160237-
CMYK0.070.3200.07
HSL287.53º68.14%77.84%-
HSV(B)287.53º32.49%92.94%-
XYZ57.6846.6386.08-
YUV187.02156.21152.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 160 (62.89% from 255) = 25.89%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=35.76%
G=25.89%
B=38.35%

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
Decimal2211602370.070.3200.07287.5368.1477.84
HexDDA0ED72007120444e
Octal33524035574007440104116
Binary110111011010000011101101111100000011110010000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0ED; }

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

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

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

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

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

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

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

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