#DDA8DA

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

Shades of Plum #DDA8DA

Tints of Plum #DDA8DA

Color information

#DDA8DA (or 0xDDA8DA) is unknown color: approx Plum. HEX triplet: DD, A8 and DA. RGB value is (221,168,218). Sum of RGB (Red+Green+Blue) = 221+168+218=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8DA is #225725. Grayscale: #BDBDBD. Windows color (decimal): -2250534 or 14330077. OLE color: 14330077.

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

Color convert

RGB221168218-
CMYK00.240.010.13
HSL303.4º43.8%76.27%-
HSV(B)303.4º23.98%86.67%-
XYZ56.4848.4472.7-
YUV189.55144.06150.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 168 (66.02% from 255) = 27.68%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=36.41%
G=27.68%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116821800.240.010.13303.443.876.27
HexDDA8DA0181D12f2c4c
Octal33525033203011545754114
Binary110111011010100011011010011000111011001011111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8DA; }

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

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

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

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

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

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

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

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