#DFA1DD

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

Shades of Plum #DFA1DD

Tints of Plum #DFA1DD

Color information

#DFA1DD (or 0xDFA1DD) is unknown color: approx Plum. HEX triplet: DF, A1 and DD. RGB value is (223,161,221). Sum of RGB (Red+Green+Blue) = 223+161+221=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1DD is #205E22. Grayscale: #BABABA. Windows color (decimal): -2121251 or 14524895. OLE color: 14524895.

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

Color convert

RGB223161221-
CMYK00.280.010.13
HSL301.94º49.21%75.29%-
HSV(B)301.94º27.8%87.45%-
XYZ56.2346.474.4-
YUV186.38147.54154.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 161 (63.28% from 255) = 26.61%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=36.86%
G=26.61%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316122100.280.010.13301.9449.2175.29
HexDFA1DD01C1D12e314b
Octal33724133503411545661113
Binary110111111010000111011101011100111011001011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1DD; }

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

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

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

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

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

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

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

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