#DDA5D4

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

Shades of Plum #DDA5D4

Tints of Plum #DDA5D4

Color information

#DDA5D4 (or 0xDDA5D4) is unknown color: approx Plum. HEX triplet: DD, A5 and D4. RGB value is (221,165,212). Sum of RGB (Red+Green+Blue) = 221+165+212=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5D4 is #225A2B. Grayscale: #BABABA. Windows color (decimal): -2251308 or 13936093. OLE color: 13936093.

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

Color convert

RGB221165212-
CMYK00.250.040.13
HSL309.64º45.16%75.69%-
HSV(B)309.64º25.34%86.67%-
XYZ55.1647.0468.46-
YUV187.1142.05152.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 165 (64.84% from 255) = 27.59%
BLUE value IS 212 (83.20% from 255) = 35.45%
R=36.96%
G=27.59%
B=35.45%

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
Decimal22116521200.250.040.13309.6445.1675.69
HexDDA5D40194D1362d4c
Octal33524532403141546655114
Binary11011101101001011101010001100110011011001101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5D4; }

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

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

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

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

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

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

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

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