#DDA6DC

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

Shades of Plum #DDA6DC

Tints of Plum #DDA6DC

Color information

#DDA6DC (or 0xDDA6DC) is unknown color: approx Plum. HEX triplet: DD, A6 and DC. RGB value is (221,166,220). Sum of RGB (Red+Green+Blue) = 221+166+220=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6DC is #225923. Grayscale: #BCBCBC. Windows color (decimal): -2251044 or 14460637. OLE color: 14460637.

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

Color convert

RGB221166220-
CMYK00.250.000.13
HSL301.09º44.72%75.88%-
HSV(B)301.09º24.89%86.67%-
XYZ56.3747.8173.97-
YUV188.6145.72151.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 166 (65.23% from 255) = 27.35%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=36.41%
G=27.35%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116622000.250.000.13301.0944.7275.88
HexDDA6DC0190D12d2d4c
Octal33524633403101545555114
Binary110111011010011011011100011001011011001011011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6DC; }

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

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

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

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

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

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

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

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