#DDA1D8

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

Shades of Plum #DDA1D8

Tints of Plum #DDA1D8

Color information

#DDA1D8 (or 0xDDA1D8) is unknown color: approx Plum. HEX triplet: DD, A1 and D8. RGB value is (221,161,216). Sum of RGB (Red+Green+Blue) = 221+161+216=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1D8 is #225E27. Grayscale: #B9B9B9. Windows color (decimal): -2252328 or 14197213. OLE color: 14197213.

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

Color convert

RGB221161216-
CMYK00.270.020.13
HSL305º46.88%74.9%-
HSV(B)305º27.15%86.67%-
XYZ54.9645.8270.91-
YUV185.21145.38153.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 161 (63.28% from 255) = 26.92%
BLUE value IS 216 (84.77% from 255) = 36.12%
R=36.96%
G=26.92%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116121600.270.020.1330546.8874.9
HexDDA1D801B2D1312f4b
Octal33524133003321546157113
Binary1101110110100001110110000110111011011001100011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA1D8; }

 p { color: rgb(221,161,216); }

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

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

 a { background-color: rgb(221,161,216); }

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

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

 span { border-color: rgb(221,161,216); }

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