#DFA4DF

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

Shades of Plum #DFA4DF

Tints of Plum #DFA4DF

Color information

#DFA4DF (or 0xDFA4DF) is unknown color: approx Plum. HEX triplet: DF, A4 and DF. RGB value is (223,164,223). Sum of RGB (Red+Green+Blue) = 223+164+223=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4DF is #205B20. Grayscale: #BCBCBC. Windows color (decimal): -2120481 or 14656735. OLE color: 14656735.

HSL color Cylindrical-coordinate representation of color #DFA4DF: hue angle of 300º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA4DF is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223164223-
CMYK00.2600.13
HSL300º47.97%75.88%-
HSV(B)300º26.46%87.45%-
XYZ57.0347.5775.99-
YUV188.37147.55152.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 164 (64.45% from 255) = 26.89%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=36.56%
G=26.89%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316422300.2600.1330047.9775.88
HexDFA4DF01A0D12c304c
Octal33724433703201545460114
Binary110111111010010011011111011010011011001011001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4DF; }

 p { color: rgb(223,164,223); }

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

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

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

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

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

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

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