#DFA9D9

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

Shades of Plum #DFA9D9

Tints of Plum #DFA9D9

Color information

#DFA9D9 (or 0xDFA9D9) is unknown color: approx Plum. HEX triplet: DF, A9 and D9. RGB value is (223,169,217). Sum of RGB (Red+Green+Blue) = 223+169+217=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9D9 is #205626. Grayscale: #BEBEBE. Windows color (decimal): -2119207 or 14264799. OLE color: 14264799.

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

Color convert

RGB223169217-
CMYK00.240.030.13
HSL306.67º45.76%76.86%-
HSV(B)306.67º24.22%87.45%-
XYZ57.1449.0772.11-
YUV190.62142.89151.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=36.62%
G=27.75%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316921700.240.030.13306.6745.7676.86
HexDFA9D90183D1332e4d
Octal33725133103031546356115
Binary1101111110101001110110010110001111011001100111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9D9; }

 p { color: rgb(223,169,217); }

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

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

 a { background-color: rgb(223,169,217); }

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

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

 span { border-color: rgb(223,169,217); }

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