#DDA8D9

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

Shades of Plum #DDA8D9

Tints of Plum #DDA8D9

Color information

#DDA8D9 (or 0xDDA8D9) is unknown color: approx Plum. HEX triplet: DD, A8 and D9. RGB value is (221,168,217). Sum of RGB (Red+Green+Blue) = 221+168+217=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D9 is #225726. Grayscale: #BDBDBD. Windows color (decimal): -2250535 or 14264541. OLE color: 14264541.

HSL color Cylindrical-coordinate representation of color #DDA8D9: hue angle of 304.53º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8D9 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221168217-
CMYK00.240.020.13
HSL304.53º43.8%76.27%-
HSV(B)304.53º23.98%86.67%-
XYZ56.3548.3972.02-
YUV189.43143.56150.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 217 (85.16% from 255) = 35.81%
R=36.47%
G=27.72%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116821700.240.020.13304.5343.876.27
HexDDA8D90182D1312c4c
Octal33525033103021546154114
Binary1101110110101000110110010110001011011001100011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8D9; }

 p { color: rgb(221,168,217); }

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

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

 a { background-color: rgb(221,168,217); }

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

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

 span { border-color: rgb(221,168,217); }

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