#DDACDC

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

Shades of Plum #DDACDC

Tints of Plum #DDACDC

Color information

#DDACDC (or 0xDDACDC) is unknown color: approx Plum. HEX triplet: DD, AC and DC. RGB value is (221,172,220). Sum of RGB (Red+Green+Blue) = 221+172+220=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDC is #225323. Grayscale: #BFBFBF. Windows color (decimal): -2249508 or 14462173. OLE color: 14462173.

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

Color convert

RGB221172220-
CMYK00.220.000.13
HSL301.22º41.88%77.06%-
HSV(B)301.22º22.17%86.67%-
XYZ57.4950.0474.34-
YUV192.12143.73148.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=36.05%
G=28.06%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117222000.220.000.13301.2241.8877.06
HexDDACDC0160D12d2a4d
Octal33525433402601545552115
Binary110111011010110011011100010110011011001011011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACDC; }

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

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

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

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

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

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

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

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