#DDA7D8

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

Shades of Plum #DDA7D8

Tints of Plum #DDA7D8

Color information

#DDA7D8 (or 0xDDA7D8) is unknown color: approx Plum. HEX triplet: DD, A7 and D8. RGB value is (221,167,216). Sum of RGB (Red+Green+Blue) = 221+167+216=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7D8 is #225827. Grayscale: #BCBCBC. Windows color (decimal): -2250792 or 14198749. OLE color: 14198749.

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

Color convert

RGB221167216-
CMYK00.240.020.13
HSL305.56º44.26%76.08%-
HSV(B)305.56º24.43%86.67%-
XYZ56.0347.9771.27-
YUV188.73143.39151.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 216 (84.77% from 255) = 35.76%
R=36.59%
G=27.65%
B=35.76%

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
Decimal22116721600.240.020.13305.5644.2676.08
HexDDA7D80182D1322c4c
Octal33524733003021546254114
Binary1101110110100111110110000110001011011001100101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7D8; }

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

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

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

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

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

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

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

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