#DDA0DC

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

Shades of Plum #DDA0DC

Tints of Plum #DDA0DC

Color information

#DDA0DC (or 0xDDA0DC) is unknown color: approx Plum. HEX triplet: DD, A0 and DC. RGB value is (221,160,220). Sum of RGB (Red+Green+Blue) = 221+160+220=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0DC is #225F23. Grayscale: #B8B8B8. Windows color (decimal): -2252580 or 14459101. OLE color: 14459101.

HSL color Cylindrical-coordinate representation of color #DDA0DC: hue angle of 300.98º 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 #DDA0DC is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221160220-
CMYK00.280.000.13
HSL300.98º47.29%74.71%-
HSV(B)300.98º27.6%86.67%-
XYZ55.3145.6873.61-
YUV185.08147.71153.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 160 (62.89% from 255) = 26.62%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=36.77%
G=26.62%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116022000.280.000.13300.9847.2974.71
HexDDA0DC01C0D12d2f4b
Octal33524033403401545557113
Binary110111011010000011011100011100011011001011011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0DC; }

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

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

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

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

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

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

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

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