#DDA0DA

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

Shades of Plum #DDA0DA

Tints of Plum #DDA0DA

Color information

#DDA0DA (or 0xDDA0DA) is unknown color: approx Plum. HEX triplet: DD, A0 and DA. RGB value is (221,160,218). Sum of RGB (Red+Green+Blue) = 221+160+218=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0DA is #225F25. Grayscale: #B8B8B8. Windows color (decimal): -2252582 or 14328029. OLE color: 14328029.

HSL color Cylindrical-coordinate representation of color #DDA0DA: hue angle of 302.95º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0DA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221160218-
CMYK00.280.010.13
HSL302.95º47.29%74.71%-
HSV(B)302.95º27.6%86.67%-
XYZ55.0445.5872.23-
YUV184.85146.71153.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 160 (62.89% from 255) = 26.71%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=36.89%
G=26.71%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116021800.280.010.13302.9547.2974.71
HexDDA0DA01C1D12f2f4b
Octal33524033203411545757113
Binary110111011010000011011010011100111011001011111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0DA; }

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

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

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

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

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

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

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

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