#DDA5D5

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

Shades of Plum #DDA5D5

Tints of Plum #DDA5D5

Color information

#DDA5D5 (or 0xDDA5D5) is unknown color: approx Plum. HEX triplet: DD, A5 and D5. RGB value is (221,165,213). Sum of RGB (Red+Green+Blue) = 221+165+213=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5D5 is #225A2A. Grayscale: #BBBBBB. Windows color (decimal): -2251307 or 14001629. OLE color: 14001629.

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

Color convert

RGB221165213-
CMYK00.250.040.13
HSL308.57º45.16%75.69%-
HSV(B)308.57º25.34%86.67%-
XYZ55.2847.0969.13-
YUV187.22142.55152.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=36.89%
G=27.55%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116521300.250.040.13308.5745.1675.69
HexDDA5D50194D1352d4c
Octal33524532503141546555114
Binary11011101101001011101010101100110011011001101011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5D5; }

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

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

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

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

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

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

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

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