#DDA9DC

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

Shades of Plum #DDA9DC

Tints of Plum #DDA9DC

Color information

#DDA9DC (or 0xDDA9DC) is unknown color: approx Plum. HEX triplet: DD, A9 and DC. RGB value is (221,169,220). Sum of RGB (Red+Green+Blue) = 221+169+220=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9DC is #225623. Grayscale: #BEBEBE. Windows color (decimal): -2250276 or 14461405. OLE color: 14461405.

HSL color Cylindrical-coordinate representation of color #DDA9DC: hue angle of 301.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA9DC is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221169220-
CMYK00.240.000.13
HSL301.15º43.33%76.47%-
HSV(B)301.15º23.53%86.67%-
XYZ56.9348.9274.15-
YUV190.36144.73149.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 169 (66.41% from 255) = 27.70%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=36.23%
G=27.70%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116922000.240.000.13301.1543.3376.47
HexDDA9DC0180D12d2b4c
Octal33525133403001545553114
Binary110111011010100111011100011000011011001011011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9DC; }

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

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

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

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

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

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

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

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