#DDA2CF

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

Shades of Plum #DDA2CF

Tints of Plum #DDA2CF

Color information

#DDA2CF (or 0xDDA2CF) is unknown color: approx Plum. HEX triplet: DD, A2 and CF. RGB value is (221,162,207). Sum of RGB (Red+Green+Blue) = 221+162+207=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2CF is #225D30. Grayscale: #B8B8B8. Windows color (decimal): -2252081 or 13607645. OLE color: 13607645.

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

Color convert

RGB221162207-
CMYK00.270.060.13
HSL314.24º46.46%75.1%-
HSV(B)314.24º26.7%86.67%-
XYZ5445.7265.01-
YUV184.77140.55153.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 162 (63.67% from 255) = 27.46%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=37.46%
G=27.46%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116220700.270.060.13314.2446.4675.1
HexDDA2CF01B6D13a2e4b
Octal33524231703361547256113
Binary11011101101000101100111101101111011011001110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2CF; }

 p { color: rgb(221,162,207); }

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

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

 a { background-color: rgb(221,162,207); }

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

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

 span { border-color: rgb(221,162,207); }

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