#DDA5DC

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

Shades of Plum #DDA5DC

Tints of Plum #DDA5DC

Color information

#DDA5DC (or 0xDDA5DC) is unknown color: approx Plum. HEX triplet: DD, A5 and DC. RGB value is (221,165,220). Sum of RGB (Red+Green+Blue) = 221+165+220=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5DC is #225A23. Grayscale: #BBBBBB. Windows color (decimal): -2251300 or 14460381. OLE color: 14460381.

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

Color convert

RGB221165220-
CMYK00.250.000.13
HSL301.07º45.16%75.69%-
HSV(B)301.07º25.34%86.67%-
XYZ56.1947.4573.91-
YUV188.01146.05151.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=36.47%
G=27.23%
B=36.30%

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
Decimal22116522000.250.000.13301.0745.1675.69
HexDDA5DC0190D12d2d4c
Octal33524533403101545555114
Binary110111011010010111011100011001011011001011011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5DC; }

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

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

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

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

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

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

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

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